Skip to content

Commit 5469949

Browse files
chore: release package (#301)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d35a594 commit 5469949

17 files changed

Lines changed: 94 additions & 47 deletions

File tree

.changeset/fifty-rice-lick.md

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

.changeset/six-goats-retire.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.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d35a59475facdf70f5ea2e400f877fd5b62fb0c0`](https://github.com/FormidableLabs/react-native-ama/commit/d35a59475facdf70f5ea2e400f877fd5b62fb0c0), [`d35a59475facdf70f5ea2e400f877fd5b62fb0c0`](https://github.com/FormidableLabs/react-native-ama/commit/d35a59475facdf70f5ea2e400f877fd5b62fb0c0)]:
8+
- @react-native-ama/internal@1.1.4
9+
- @react-native-ama/core@1.1.4
10+
311
## 1.1.3
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.1.3",
3+
"version": "1.1.4",
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.1.3",
26-
"@react-native-ama/internal": "~1.1.3"
25+
"@react-native-ama/core": "~1.1.4",
26+
"@react-native-ama/internal": "~1.1.4"
2727
},
2828
"peerDependencies": {
2929
"react": "*",

packages/core/CHANGELOG.md

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

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- Added `touchableContainerAccessibilityProps` prop to `AutofocusContainer` to fix issue with accessible view on container ([#300](https://github.com/FormidableLabs/react-native-ama/pull/300))
8+
9+
- Updated dependencies [[`d35a59475facdf70f5ea2e400f877fd5b62fb0c0`](https://github.com/FormidableLabs/react-native-ama/commit/d35a59475facdf70f5ea2e400f877fd5b62fb0c0)]:
10+
- @react-native-ama/internal@1.1.4
11+
312
## 1.1.3
413

514
### 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.1.3",
3+
"version": "1.1.4",
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.1.3"
29+
"@react-native-ama/internal": "~1.1.4"
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.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d35a59475facdf70f5ea2e400f877fd5b62fb0c0`](https://github.com/FormidableLabs/react-native-ama/commit/d35a59475facdf70f5ea2e400f877fd5b62fb0c0), [`d35a59475facdf70f5ea2e400f877fd5b62fb0c0`](https://github.com/FormidableLabs/react-native-ama/commit/d35a59475facdf70f5ea2e400f877fd5b62fb0c0)]:
8+
- @react-native-ama/internal@1.1.4
9+
- @react-native-ama/core@1.1.4
10+
- @react-native-ama/animations@1.1.4
11+
312
## 1.1.3
413

514
### Patch 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.1.3",
3+
"version": "1.1.4",
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.1.3",
26-
"@react-native-ama/core": "~1.1.3",
27-
"@react-native-ama/internal": "~1.1.3"
25+
"@react-native-ama/animations": "~1.1.4",
26+
"@react-native-ama/core": "~1.1.4",
27+
"@react-native-ama/internal": "~1.1.4"
2828
},
2929
"peerDependencies": {
3030
"react": "*",

packages/forms/CHANGELOG.md

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

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d35a59475facdf70f5ea2e400f877fd5b62fb0c0`](https://github.com/FormidableLabs/react-native-ama/commit/d35a59475facdf70f5ea2e400f877fd5b62fb0c0), [`d35a59475facdf70f5ea2e400f877fd5b62fb0c0`](https://github.com/FormidableLabs/react-native-ama/commit/d35a59475facdf70f5ea2e400f877fd5b62fb0c0)]:
8+
- @react-native-ama/internal@1.1.4
9+
- @react-native-ama/core@1.1.4
10+
- @react-native-ama/react-native@1.1.4
11+
312
## 1.1.3
413

514
### 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.1.3",
3+
"version": "1.1.4",
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.1.3",
27-
"@react-native-ama/internal": "~1.1.3",
28-
"@react-native-ama/react-native": "~1.1.3"
26+
"@react-native-ama/core": "~1.1.4",
27+
"@react-native-ama/internal": "~1.1.4",
28+
"@react-native-ama/react-native": "~1.1.4"
2929
},
3030
"peerDependencies": {
3131
"react": "*",

0 commit comments

Comments
 (0)