Skip to content

Commit 172217b

Browse files
chore: release package (beta) (#335)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8438321 commit 172217b

12 files changed

Lines changed: 71 additions & 14 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"@react-native-ama/forms": "1.2.1",
99
"@react-native-ama/lists": "1.2.1"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"five-otters-swim",
13+
"orange-paws-count"
14+
]
1215
}

packages/animations/CHANGELOG.md

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

3+
## 2.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- v2.0 release: removes `@react-native-ama/internal` (inlined into each consuming package) and retires `@react-native-ama/react-native`. Restructures `ama.config.json``highlight` becomes a nested object (`mode`, `borderWidth`, `gap`); `log` is removed as a standalone key; `checks` scopes feature gates and `delay`. Adds the new `@react-native-ama/bottom-sheet` package. ([#327](https://github.com/FormidableLabs/react-native-ama/pull/327))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`8e591fe51ee525e199bf1f6e55a5d674401d8e12`](https://github.com/FormidableLabs/react-native-ama/commit/8e591fe51ee525e199bf1f6e55a5d674401d8e12), [`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
12+
- @react-native-ama/core@2.0.0-beta.0
13+
314
## 1.2.1
415

516
### Patch 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": "1.2.1",
3+
"version": "2.0.0-beta.0",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -39,7 +39,7 @@
3939
"test": "jest"
4040
},
4141
"peerDependencies": {
42-
"@react-native-ama/core": "~2.0.0",
42+
"@react-native-ama/core": "~2.0.0-beta.0",
4343
"react": "*",
4444
"react-native": "*",
4545
"react-native-reanimated": ">=2.0.0"

packages/bottom-sheet/CHANGELOG.md

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

3+
## 2.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- v2.0 release: removes `@react-native-ama/internal` (inlined into each consuming package) and retires `@react-native-ama/react-native`. Restructures `ama.config.json``highlight` becomes a nested object (`mode`, `borderWidth`, `gap`); `log` is removed as a standalone key; `checks` scopes feature gates and `delay`. Adds the new `@react-native-ama/bottom-sheet` package. ([#327](https://github.com/FormidableLabs/react-native-ama/pull/327))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`8e591fe51ee525e199bf1f6e55a5d674401d8e12`](https://github.com/FormidableLabs/react-native-ama/commit/8e591fe51ee525e199bf1f6e55a5d674401d8e12), [`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
12+
- @react-native-ama/core@2.0.0-beta.0
13+
314
## 1.2.1
415

516
### Patch 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": "1.2.1",
3+
"version": "2.0.0-beta.0",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -31,7 +31,7 @@
3131
"test": "jest"
3232
},
3333
"peerDependencies": {
34-
"@react-native-ama/core": "~2.0.0",
34+
"@react-native-ama/core": "~2.0.0-beta.0",
3535
"react": "*",
3636
"react-native": ">=0.62.0",
3737
"react-native-gesture-handler": ">=2.0.0",

packages/core/CHANGELOG.md

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

3+
## 2.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- v2.0 release: removes `@react-native-ama/internal` (inlined into each consuming package) and retires `@react-native-ama/react-native`. Restructures `ama.config.json``highlight` becomes a nested object (`mode`, `borderWidth`, `gap`); `log` is removed as a standalone key; `checks` scopes feature gates and `delay`. Adds the new `@react-native-ama/bottom-sheet` package. ([#327](https://github.com/FormidableLabs/react-native-ama/pull/327))
8+
9+
### Patch Changes
10+
11+
- fix: export for repack ([#328](https://github.com/FormidableLabs/react-native-ama/pull/328))
12+
313
## 1.2.1
414

515
### Patch 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": "1.2.1",
3+
"version": "2.0.0-beta.0",
44
"description": "Accessible Mobile App Library for React Native",
55
"sideEffects": false,
66
"exports": {

packages/forms/CHANGELOG.md

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

3+
## 2.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- v2.0 release: removes `@react-native-ama/internal` (inlined into each consuming package) and retires `@react-native-ama/react-native`. Restructures `ama.config.json``highlight` becomes a nested object (`mode`, `borderWidth`, `gap`); `log` is removed as a standalone key; `checks` scopes feature gates and `delay`. Adds the new `@react-native-ama/bottom-sheet` package. ([#327](https://github.com/FormidableLabs/react-native-ama/pull/327))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`8e591fe51ee525e199bf1f6e55a5d674401d8e12`](https://github.com/FormidableLabs/react-native-ama/commit/8e591fe51ee525e199bf1f6e55a5d674401d8e12), [`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
12+
- @react-native-ama/core@2.0.0-beta.0
13+
314
## 1.2.1
415

516
### Patch 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": "1.2.1",
3+
"version": "2.0.0-beta.0",
44
"sideEffects": false,
55
"exports": {
66
".": {
@@ -47,7 +47,7 @@
4747
"test": "jest"
4848
},
4949
"peerDependencies": {
50-
"@react-native-ama/core": "~2.0.0",
50+
"@react-native-ama/core": "~2.0.0-beta.0",
5151
"react": "*",
5252
"react-native": "*"
5353
},

packages/lists/CHANGELOG.md

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

3+
## 2.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- v2.0 release: removes `@react-native-ama/internal` (inlined into each consuming package) and retires `@react-native-ama/react-native`. Restructures `ama.config.json``highlight` becomes a nested object (`mode`, `borderWidth`, `gap`); `log` is removed as a standalone key; `checks` scopes feature gates and `delay`. Adds the new `@react-native-ama/bottom-sheet` package. ([#327](https://github.com/FormidableLabs/react-native-ama/pull/327))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`8e591fe51ee525e199bf1f6e55a5d674401d8e12`](https://github.com/FormidableLabs/react-native-ama/commit/8e591fe51ee525e199bf1f6e55a5d674401d8e12), [`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
12+
- @react-native-ama/core@2.0.0-beta.0
13+
314
## 1.2.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)