Skip to content

Commit 9af4fe0

Browse files
chore: release package (beta) (#338)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 587cc28 commit 9af4fe0

12 files changed

Lines changed: 49 additions & 14 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"changesets": [
1212
"five-otters-swim",
13-
"orange-paws-count"
13+
"orange-paws-count",
14+
"postinstall-missing-dist-scripts"
1415
]
1516
}

packages/animations/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @react-native-ama/animations
22

3+
## 2.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`587cc28a97127be6a22961be218290be24198ee9`](https://github.com/FormidableLabs/react-native-ama/commit/587cc28a97127be6a22961be218290be24198ee9)]:
8+
- @react-native-ama/core@2.0.0-beta.1
9+
310
## 2.0.0-beta.0
411

512
### Major Changes

packages/animations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ama/animations",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -39,7 +39,7 @@
3939
"test": "jest"
4040
},
4141
"peerDependencies": {
42-
"@react-native-ama/core": "~2.0.0-beta.0",
42+
"@react-native-ama/core": "~2.0.0-beta.1",
4343
"react": "*",
4444
"react-native": "*",
4545
"react-native-reanimated": ">=2.0.0"

packages/bottom-sheet/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @react-native-ama/extras
22

3+
## 2.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`587cc28a97127be6a22961be218290be24198ee9`](https://github.com/FormidableLabs/react-native-ama/commit/587cc28a97127be6a22961be218290be24198ee9)]:
8+
- @react-native-ama/core@2.0.0-beta.1
9+
310
## 2.0.0-beta.0
411

512
### Major Changes

packages/bottom-sheet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ama/bottom-sheet",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -31,7 +31,7 @@
3131
"test": "jest"
3232
},
3333
"peerDependencies": {
34-
"@react-native-ama/core": "~2.0.0-beta.0",
34+
"@react-native-ama/core": "~2.0.0-beta.1",
3535
"react": "*",
3636
"react-native": ">=0.62.0",
3737
"react-native-gesture-handler": ">=2.0.0",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @react-native-ama/core
22

3+
## 2.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- 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))
8+
39
## 2.0.0-beta.0
410

511
### Major Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ama/core",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Accessible Mobile App Library for React Native",
55
"sideEffects": false,
66
"exports": {

packages/forms/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @react-native-ama/forms
22

3+
## 2.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`587cc28a97127be6a22961be218290be24198ee9`](https://github.com/FormidableLabs/react-native-ama/commit/587cc28a97127be6a22961be218290be24198ee9)]:
8+
- @react-native-ama/core@2.0.0-beta.1
9+
310
## 2.0.0-beta.0
411

512
### Major Changes

packages/forms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ama/forms",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -47,7 +47,7 @@
4747
"test": "jest"
4848
},
4949
"peerDependencies": {
50-
"@react-native-ama/core": "~2.0.0-beta.0",
50+
"@react-native-ama/core": "~2.0.0-beta.1",
5151
"react": "*",
5252
"react-native": "*"
5353
},

packages/lists/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @react-native-ama/lists
22

3+
## 2.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`587cc28a97127be6a22961be218290be24198ee9`](https://github.com/FormidableLabs/react-native-ama/commit/587cc28a97127be6a22961be218290be24198ee9)]:
8+
- @react-native-ama/core@2.0.0-beta.1
9+
310
## 2.0.0-beta.0
411

512
### Major Changes

0 commit comments

Comments
 (0)