Skip to content

Commit 7f0fd38

Browse files
chore: release package
1 parent 6c7ed2b commit 7f0fd38

File tree

16 files changed

+90
-42
lines changed

16 files changed

+90
-42
lines changed

.changeset/gold-insects-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/animations/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @react-native-ama/core@1.2.1
9+
- @react-native-ama/internal@1.2.1
10+
311
## 1.2.0
412

513
### Patch Changes

packages/animations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ama/animations",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"react-native": "src/index",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",
@@ -22,8 +22,8 @@
2222
"typecheck": "tsc --noEmit"
2323
},
2424
"dependencies": {
25-
"@react-native-ama/core": "~1.2.0",
26-
"@react-native-ama/internal": "~1.2.0"
25+
"@react-native-ama/core": "~1.2.1",
26+
"@react-native-ama/internal": "~1.2.1"
2727
},
2828
"peerDependencies": {
2929
"react": "*",

packages/core/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @react-native-ama/internal@1.2.1
9+
310
## 1.2.0
411

512
### Patch Changes

packages/core/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/core",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Accessible Mobile App Library for React Native",
55
"react-native": "src/index",
66
"types": "dist/src/index.d.ts",
@@ -26,7 +26,7 @@
2626
"postinstall": "node ./src/postinstall.js"
2727
},
2828
"dependencies": {
29-
"@react-native-ama/internal": "~1.2.0"
29+
"@react-native-ama/internal": "~1.2.1"
3030
},
3131
"peerDependencies": {
3232
"react": "*",

packages/extras/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @react-native-ama/animations@1.2.1
9+
- @react-native-ama/core@1.2.1
10+
- @react-native-ama/internal@1.2.1
11+
312
## 1.2.0
413

514
### Minor Changes

packages/extras/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ama/extras",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"react-native": "src/index",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",
@@ -22,9 +22,9 @@
2222
"typecheck": "tsc --noEmit"
2323
},
2424
"dependencies": {
25-
"@react-native-ama/animations": "~1.2.0",
26-
"@react-native-ama/core": "~1.2.0",
27-
"@react-native-ama/internal": "~1.2.0"
25+
"@react-native-ama/animations": "~1.2.1",
26+
"@react-native-ama/core": "~1.2.1",
27+
"@react-native-ama/internal": "~1.2.1"
2828
},
2929
"peerDependencies": {
3030
"react": "*",

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+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Fixed babel transform warning on forms type import/exports (@babel/plugin-transform-typescript) ([#317](https://github.com/FormidableLabs/react-native-ama/pull/317))
8+
9+
- Updated dependencies []:
10+
- @react-native-ama/core@1.2.1
11+
- @react-native-ama/internal@1.2.1
12+
- @react-native-ama/react-native@1.2.1
13+
314
## 1.2.0
415

516
### Patch Changes

packages/forms/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ama/forms",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"react-native": "src/index",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",
@@ -23,9 +23,9 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"@react-native-ama/core": "~1.2.0",
27-
"@react-native-ama/internal": "~1.2.0",
28-
"@react-native-ama/react-native": "~1.2.0"
26+
"@react-native-ama/core": "~1.2.1",
27+
"@react-native-ama/internal": "~1.2.1",
28+
"@react-native-ama/react-native": "~1.2.1"
2929
},
3030
"peerDependencies": {
3131
"react": "*",

packages/internal/CHANGELOG.md

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

3+
## 1.2.1
4+
35
## 1.2.0
46

57
## 1.1.4

0 commit comments

Comments
 (0)