Skip to content

Commit

Permalink
chore: release package (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 8, 2025
1 parent 460e339 commit 43253e2
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 43 deletions.
6 changes: 0 additions & 6 deletions .changeset/few-geese-divide.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.1.3

### Patch Changes

- Updated dependencies [[`460e339cdd68ab243daf5e8f197dec9bd4d6a8d0`](https://github.com/FormidableLabs/react-native-ama/commit/460e339cdd68ab243daf5e8f197dec9bd4d6a8d0)]:
- @react-native-ama/internal@1.1.3
- @react-native-ama/core@1.1.3

## 1.1.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.1.1",
"version": "1.1.3",
"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.1.1",
"@react-native-ama/internal": "~1.1.1"
"@react-native-ama/core": "~1.1.3",
"@react-native-ama/internal": "~1.1.3"
},
"peerDependencies": {
"react": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-ama/core

## 1.1.3

### Patch Changes

- Updated dependencies [[`460e339cdd68ab243daf5e8f197dec9bd4d6a8d0`](https://github.com/FormidableLabs/react-native-ama/commit/460e339cdd68ab243daf5e8f197dec9bd4d6a8d0)]:
- @react-native-ama/internal@1.1.3

## 1.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.2",
"version": "1.1.3",
"description": "Accessible Mobile App Library for React Native",
"react-native": "src/index",
"types": "dist/src/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"postinstall": "node ./src/postinstall.js"
},
"dependencies": {
"@react-native-ama/internal": "~1.1.2"
"@react-native-ama/internal": "~1.1.3"
},
"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.1.3

### Patch Changes

- Updated dependencies [[`460e339cdd68ab243daf5e8f197dec9bd4d6a8d0`](https://github.com/FormidableLabs/react-native-ama/commit/460e339cdd68ab243daf5e8f197dec9bd4d6a8d0)]:
- @react-native-ama/internal@1.1.3
- @react-native-ama/animations@1.1.3
- @react-native-ama/core@1.1.3

## 1.1.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.1.1",
"version": "1.1.3",
"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.1.1",
"@react-native-ama/core": "~1.1.1",
"@react-native-ama/internal": "~1.1.1"
"@react-native-ama/animations": "~1.1.3",
"@react-native-ama/core": "~1.1.3",
"@react-native-ama/internal": "~1.1.3"
},
"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.1.3

### Patch Changes

- Updated dependencies [[`460e339cdd68ab243daf5e8f197dec9bd4d6a8d0`](https://github.com/FormidableLabs/react-native-ama/commit/460e339cdd68ab243daf5e8f197dec9bd4d6a8d0)]:
- @react-native-ama/internal@1.1.3
- @react-native-ama/core@1.1.3
- @react-native-ama/react-native@1.1.3

## 1.1.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.1.1",
"version": "1.1.3",
"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.1.1",
"@react-native-ama/internal": "~1.1.1",
"@react-native-ama/react-native": "~1.1.1"
"@react-native-ama/core": "~1.1.3",
"@react-native-ama/internal": "~1.1.3",
"@react-native-ama/react-native": "~1.1.3"
},
"peerDependencies": {
"react": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-ama/internal

## 1.1.3

### Patch Changes

- - Added skeleton structure for the `ama.rules.json` file ([#291](https://github.com/FormidableLabs/react-native-ama/pull/291))
- Moved ama.rules.json file to the root of internal package and included it in the package.json files to be published to npm.

## 1.1.2

### Patch Changes
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.1.2",
"version": "1.1.3",
"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.1.3

### Patch Changes

- Updated dependencies [[`460e339cdd68ab243daf5e8f197dec9bd4d6a8d0`](https://github.com/FormidableLabs/react-native-ama/commit/460e339cdd68ab243daf5e8f197dec9bd4d6a8d0)]:
- @react-native-ama/internal@1.1.3
- @react-native-ama/core@1.1.3

## 1.1.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.1.1",
"version": "1.1.3",
"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.1.1",
"@react-native-ama/internal": "~1.1.1"
"@react-native-ama/core": "~1.1.3",
"@react-native-ama/internal": "~1.1.3"
},
"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.1.3

### Patch Changes

- Updated dependencies [[`460e339cdd68ab243daf5e8f197dec9bd4d6a8d0`](https://github.com/FormidableLabs/react-native-ama/commit/460e339cdd68ab243daf5e8f197dec9bd4d6a8d0)]:
- @react-native-ama/internal@1.1.3
- @react-native-ama/core@1.1.3

## 1.1.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.1.1",
"version": "1.1.3",
"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.1.1",
"@react-native-ama/internal": "~1.1.1"
"@react-native-ama/core": "~1.1.3",
"@react-native-ama/internal": "~1.1.3"
},
"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.1.1":
"@react-native-ama/animations@workspace:packages/animations, @react-native-ama/animations@~1.1.3":
version: 0.0.0-use.local
resolution: "@react-native-ama/animations@workspace:packages/animations"
dependencies:
"@react-native-ama/core": ~1.1.1
"@react-native-ama/internal": ~1.1.1
"@react-native-ama/core": ~1.1.3
"@react-native-ama/internal": ~1.1.3
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"@react-native-ama/core@workspace:packages/core, @react-native-ama/core@~1.1.1":
"@react-native-ama/core@workspace:packages/core, @react-native-ama/core@~1.1.3":
version: 0.0.0-use.local
resolution: "@react-native-ama/core@workspace:packages/core"
dependencies:
"@react-native-ama/internal": ~1.1.2
"@react-native-ama/internal": ~1.1.3
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.1.1
"@react-native-ama/core": ~1.1.1
"@react-native-ama/internal": ~1.1.1
"@react-native-ama/animations": ~1.1.3
"@react-native-ama/core": ~1.1.3
"@react-native-ama/internal": ~1.1.3
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.1.1
"@react-native-ama/internal": ~1.1.1
"@react-native-ama/react-native": ~1.1.1
"@react-native-ama/core": ~1.1.3
"@react-native-ama/internal": ~1.1.3
"@react-native-ama/react-native": ~1.1.3
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.1.1, @react-native-ama/internal@~1.1.2":
"@react-native-ama/internal@workspace:packages/internal, @react-native-ama/internal@~1.1.3":
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.1.1
"@react-native-ama/internal": ~1.1.1
"@react-native-ama/core": ~1.1.3
"@react-native-ama/internal": ~1.1.3
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.1.1":
"@react-native-ama/react-native@workspace:packages/react-native, @react-native-ama/react-native@~1.1.3":
version: 0.0.0-use.local
resolution: "@react-native-ama/react-native@workspace:packages/react-native"
dependencies:
"@react-native-ama/core": ~1.1.1
"@react-native-ama/internal": ~1.1.1
"@react-native-ama/core": ~1.1.3
"@react-native-ama/internal": ~1.1.3
peerDependencies:
react: "*"
react-native: "*"
Expand Down

0 comments on commit 43253e2

Please sign in to comment.