Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/orange-paws-count.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/animations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-native-ama/animations

## 1.2.2

### Patch Changes

- Updated dependencies [[`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
- @react-native-ama/[email protected]
- @react-native-ama/[email protected]

## 1.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "1.2.1",
"version": "1.2.2",
"react-native": "src/index",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand All @@ -22,8 +22,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/core": "~1.2.1",
"@react-native-ama/internal": "~1.2.1"
"@react-native-ama/core": "~1.2.2",
"@react-native-ama/internal": "~1.2.2"
},
"peerDependencies": {
"react": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @react-native-ama/core

## 1.2.2

### Patch Changes

- fix: export for repack ([#328](https://github.com/FormidableLabs/react-native-ama/pull/328))

- Updated dependencies []:
- @react-native-ama/[email protected]

## 1.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/core",
"version": "1.2.1",
"version": "1.2.2",
"description": "Accessible Mobile App Library for React Native",
"react-native": "src/index",
"types": "dist/src/index.d.ts",
Expand All @@ -15,8 +15,8 @@
],
"./src/*": [
{
"import": "./dist/src/*.js",
"types": "./dist/src/*.d.ts"
"import": "./dist/src/*.js",
"types": "./dist/src/*.d.ts"
},
"./dist/src/*.js"
]
Expand All @@ -33,7 +33,7 @@
"postinstall": "node ./src/postinstall.js"
},
"dependencies": {
"@react-native-ama/internal": "~1.2.1"
"@react-native-ama/internal": "~1.2.2"
},
"peerDependencies": {
"react": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/extras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @react-native-ama/extras

## 1.2.2

### Patch Changes

- Updated dependencies [[`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
- @react-native-ama/[email protected]
- @react-native-ama/[email protected]
- @react-native-ama/[email protected]

## 1.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/extras/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/extras",
"version": "1.2.1",
"version": "1.2.2",
"react-native": "src/index",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand All @@ -22,9 +22,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/animations": "~1.2.1",
"@react-native-ama/core": "~1.2.1",
"@react-native-ama/internal": "~1.2.1"
"@react-native-ama/animations": "~1.2.2",
"@react-native-ama/core": "~1.2.2",
"@react-native-ama/internal": "~1.2.2"
},
"peerDependencies": {
"react": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @react-native-ama/forms

## 1.2.2

### Patch Changes

- Updated dependencies [[`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
- @react-native-ama/[email protected]
- @react-native-ama/[email protected]
- @react-native-ama/[email protected]

## 1.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "1.2.1",
"version": "1.2.2",
"react-native": "src/index",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand All @@ -23,9 +23,9 @@
"test": "jest"
},
"dependencies": {
"@react-native-ama/core": "~1.2.1",
"@react-native-ama/internal": "~1.2.1",
"@react-native-ama/react-native": "~1.2.1"
"@react-native-ama/core": "~1.2.2",
"@react-native-ama/internal": "~1.2.2",
"@react-native-ama/react-native": "~1.2.2"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 2 additions & 0 deletions packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @react-native-ama/internal

## 1.2.2

## 1.2.1

## 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/internal",
"version": "1.2.1",
"version": "1.2.2",
"react-native": "src/index",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-native-ama/lists

## 1.2.2

### Patch Changes

- Updated dependencies [[`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
- @react-native-ama/[email protected]
- @react-native-ama/[email protected]

## 1.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "1.2.1",
"version": "1.2.2",
"react-native": "src/index",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand All @@ -22,8 +22,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/core": "~1.2.1",
"@react-native-ama/internal": "~1.2.1"
"@react-native-ama/core": "~1.2.2",
"@react-native-ama/internal": "~1.2.2"
},
"peerDependencies": {
"expo": ">=47.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-native-ama/react-native

## 1.2.2

### Patch Changes

- Updated dependencies [[`4f544c1aab79c0ecdb93c5b744fdf99834ca0503`](https://github.com/FormidableLabs/react-native-ama/commit/4f544c1aab79c0ecdb93c5b744fdf99834ca0503)]:
- @react-native-ama/[email protected]
- @react-native-ama/[email protected]

## 1.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ama/react-native",
"version": "1.2.1",
"version": "1.2.2",
"react-native": "src/index",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand All @@ -22,8 +22,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/core": "~1.2.1",
"@react-native-ama/internal": "~1.2.1"
"@react-native-ama/core": "~1.2.2",
"@react-native-ama/internal": "~1.2.2"
},
"peerDependencies": {
"react": "*",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4162,23 +4162,23 @@ __metadata:
languageName: node
linkType: hard

"@react-native-ama/animations@workspace:packages/animations, @react-native-ama/animations@~1.2.1":
"@react-native-ama/animations@workspace:packages/animations, @react-native-ama/animations@~1.2.2":
version: 0.0.0-use.local
resolution: "@react-native-ama/animations@workspace:packages/animations"
dependencies:
"@react-native-ama/core": ~1.2.1
"@react-native-ama/internal": ~1.2.1
"@react-native-ama/core": ~1.2.2
"@react-native-ama/internal": ~1.2.2
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"@react-native-ama/core@workspace:packages/core, @react-native-ama/core@~1.2.1":
"@react-native-ama/core@workspace:packages/core, @react-native-ama/core@~1.2.2":
version: 0.0.0-use.local
resolution: "@react-native-ama/core@workspace:packages/core"
dependencies:
"@react-native-ama/internal": ~1.2.1
"@react-native-ama/internal": ~1.2.2
babel-jest: ^29.7.0
peerDependencies:
react: "*"
Expand All @@ -4190,9 +4190,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/extras@workspace:packages/extras"
dependencies:
"@react-native-ama/animations": ~1.2.1
"@react-native-ama/core": ~1.2.1
"@react-native-ama/internal": ~1.2.1
"@react-native-ama/animations": ~1.2.2
"@react-native-ama/core": ~1.2.2
"@react-native-ama/internal": ~1.2.2
peerDependencies:
react: "*"
react-native: ">=0.62.0"
Expand All @@ -4205,17 +4205,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/forms@workspace:packages/forms"
dependencies:
"@react-native-ama/core": ~1.2.1
"@react-native-ama/internal": ~1.2.1
"@react-native-ama/react-native": ~1.2.1
"@react-native-ama/core": ~1.2.2
"@react-native-ama/internal": ~1.2.2
"@react-native-ama/react-native": ~1.2.2
jest-expo: ^49.0.0
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"@react-native-ama/internal@workspace:packages/internal, @react-native-ama/internal@~1.2.1":
"@react-native-ama/internal@workspace:packages/internal, @react-native-ama/internal@~1.2.2":
version: 0.0.0-use.local
resolution: "@react-native-ama/internal@workspace:packages/internal"
dependencies:
Expand All @@ -4230,8 +4230,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/lists@workspace:packages/lists"
dependencies:
"@react-native-ama/core": ~1.2.1
"@react-native-ama/internal": ~1.2.1
"@react-native-ama/core": ~1.2.2
"@react-native-ama/internal": ~1.2.2
peerDependencies:
expo: ">=47.0.0"
react: "*"
Expand Down Expand Up @@ -4263,12 +4263,12 @@ __metadata:
languageName: unknown
linkType: soft

"@react-native-ama/react-native@workspace:packages/react-native, @react-native-ama/react-native@~1.2.1":
"@react-native-ama/react-native@workspace:packages/react-native, @react-native-ama/react-native@~1.2.2":
version: 0.0.0-use.local
resolution: "@react-native-ama/react-native@workspace:packages/react-native"
dependencies:
"@react-native-ama/core": ~1.2.1
"@react-native-ama/internal": ~1.2.1
"@react-native-ama/core": ~1.2.2
"@react-native-ama/internal": ~1.2.2
peerDependencies:
react: "*"
react-native: "*"
Expand Down