Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"changesets": [
"five-otters-swim",
"orange-paws-count"
"orange-paws-count",
"postinstall-missing-dist-scripts"
]
}
7 changes: 7 additions & 0 deletions packages/animations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-ama/animations

## 2.0.0-beta.1

### Patch Changes

- Updated dependencies [[`587cc28a97127be6a22961be218290be24198ee9`](https://github.com/FormidableLabs/react-native-ama/commit/587cc28a97127be6a22961be218290be24198ee9)]:
- @react-native-ama/core@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/animations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/animations",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"sideEffects": false,
"exports": {
".": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "jest"
},
"peerDependencies": {
"@react-native-ama/core": "~2.0.0-beta.0",
"@react-native-ama/core": "~2.0.0-beta.1",
"react": "*",
"react-native": "*",
"react-native-reanimated": ">=2.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/bottom-sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-ama/extras

## 2.0.0-beta.1

### Patch Changes

- Updated dependencies [[`587cc28a97127be6a22961be218290be24198ee9`](https://github.com/FormidableLabs/react-native-ama/commit/587cc28a97127be6a22961be218290be24198ee9)]:
- @react-native-ama/core@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bottom-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/bottom-sheet",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"sideEffects": false,
"exports": {
".": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"peerDependencies": {
"@react-native-ama/core": "~2.0.0-beta.0",
"@react-native-ama/core": "~2.0.0-beta.1",
"react": "*",
"react-native": ">=0.62.0",
"react-native-gesture-handler": ">=2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-native-ama/core

## 2.0.0-beta.1

### Patch Changes

- fix: postinstall script crashed on every external install with `Cannot find module './../dist/scripts/create-config.js'`. `create-config.ts` lived outside `src/`, so `tsconfig.build.json` (which only compiles `src/**/*`) never built it into `dist/scripts/create-config.js`. Moved the script into `src/scripts/` so it's included in the normal build. Only reproduces for real external installs — the monorepo's own dev loop skips this code path via `postinstall.js`'s `isMonorepo` guard, which is why it wasn't caught before publishing `2.0.0-beta.0`. ([#337](https://github.com/FormidableLabs/react-native-ama/pull/337))

## 2.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/core",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Accessible Mobile App Library for React Native",
"sideEffects": false,
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-ama/forms

## 2.0.0-beta.1

### Patch Changes

- Updated dependencies [[`587cc28a97127be6a22961be218290be24198ee9`](https://github.com/FormidableLabs/react-native-ama/commit/587cc28a97127be6a22961be218290be24198ee9)]:
- @react-native-ama/core@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/forms",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"sideEffects": false,
"exports": {
".": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"test": "jest"
},
"peerDependencies": {
"@react-native-ama/core": "~2.0.0-beta.0",
"@react-native-ama/core": "~2.0.0-beta.1",
"react": "*",
"react-native": "*"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-ama/lists

## 2.0.0-beta.1

### Patch Changes

- Updated dependencies [[`587cc28a97127be6a22961be218290be24198ee9`](https://github.com/FormidableLabs/react-native-ama/commit/587cc28a97127be6a22961be218290be24198ee9)]:
- @react-native-ama/core@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/lists",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"sideEffects": false,
"exports": {
".": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "jest"
},
"peerDependencies": {
"@react-native-ama/core": "~2.0.0-beta.0",
"@react-native-ama/core": "~2.0.0-beta.1",
"expo": ">=47.0.0",
"react": "*",
"react-native": "*"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4109,7 +4109,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/animations@workspace:packages/animations"
peerDependencies:
"@react-native-ama/core": ~2.0.0-beta.0
"@react-native-ama/core": ~2.0.0-beta.1
react: "*"
react-native: "*"
react-native-reanimated: ">=2.0.0"
Expand All @@ -4123,7 +4123,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/bottom-sheet@workspace:packages/bottom-sheet"
peerDependencies:
"@react-native-ama/core": ~2.0.0-beta.0
"@react-native-ama/core": ~2.0.0-beta.1
react: "*"
react-native: ">=0.62.0"
react-native-gesture-handler: ">=2.0.0"
Expand Down Expand Up @@ -4151,7 +4151,7 @@ __metadata:
dependencies:
jest-expo: ^49.0.0
peerDependencies:
"@react-native-ama/core": ~2.0.0-beta.0
"@react-native-ama/core": ~2.0.0-beta.1
react: "*"
react-native: "*"
peerDependenciesMeta:
Expand All @@ -4164,7 +4164,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/lists@workspace:packages/lists"
peerDependencies:
"@react-native-ama/core": ~2.0.0-beta.0
"@react-native-ama/core": ~2.0.0-beta.1
expo: ">=47.0.0"
react: "*"
react-native: "*"
Expand Down
Loading