Skip to content

Commit

Permalink
chore: release package - v1.1.1 (#281)
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 Nov 18, 2024
1 parent 4c437e9 commit 056c924
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 48 deletions.
11 changes: 0 additions & 11 deletions .changeset/six-kings-complain.md

This file was deleted.

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

## 1.1.1

### Patch Changes

- Added `suppressError` to `forms` package Form provider ([#274](https://github.com/FormidableLabs/react-native-ama/pull/274))

- Updated dependencies [[`4c437e9529bb414c79e8b3227121098a39a5fa78`](https://github.com/FormidableLabs/react-native-ama/commit/4c437e9529bb414c79e8b3227121098a39a5fa78)]:
- @react-native-ama/core@1.1.1
- @react-native-ama/internal@1.1.1

## 1.1.0

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

### Patch Changes

- Added `suppressError` to `forms` package Form provider ([#274](https://github.com/FormidableLabs/react-native-ama/pull/274))

- Updated dependencies [[`4c437e9529bb414c79e8b3227121098a39a5fa78`](https://github.com/FormidableLabs/react-native-ama/commit/4c437e9529bb414c79e8b3227121098a39a5fa78)]:
- @react-native-ama/internal@1.1.1

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"description": "Accessible Mobile App Library for React Native",
"react-native": "src/index",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"@react-native-ama/internal": "~1.1.0"
"@react-native-ama/internal": "~1.1.1"
},
"peerDependencies": {
"react": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/extras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @react-native-ama/extras

## 1.1.1

### Patch Changes

- Added `suppressError` to `forms` package Form provider ([#274](https://github.com/FormidableLabs/react-native-ama/pull/274))

- Updated dependencies [[`4c437e9529bb414c79e8b3227121098a39a5fa78`](https://github.com/FormidableLabs/react-native-ama/commit/4c437e9529bb414c79e8b3227121098a39a5fa78)]:
- @react-native-ama/animations@1.1.1
- @react-native-ama/core@1.1.1
- @react-native-ama/internal@1.1.1

## 1.1.0

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

## 1.1.1

### Patch Changes

- Added `suppressError` to `forms` package Form provider ([#274](https://github.com/FormidableLabs/react-native-ama/pull/274))

- Updated dependencies [[`4c437e9529bb414c79e8b3227121098a39a5fa78`](https://github.com/FormidableLabs/react-native-ama/commit/4c437e9529bb414c79e8b3227121098a39a5fa78)]:
- @react-native-ama/core@1.1.1
- @react-native-ama/internal@1.1.1
- @react-native-ama/react-native@1.1.1

## 1.1.0

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

## 1.1.1

### Patch Changes

- Added `suppressError` to `forms` package Form provider ([#274](https://github.com/FormidableLabs/react-native-ama/pull/274))

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"react-native": "src/index",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-native-ama/lists

## 1.1.1

### Patch Changes

- Added `suppressError` to `forms` package Form provider ([#274](https://github.com/FormidableLabs/react-native-ama/pull/274))

- Updated dependencies [[`4c437e9529bb414c79e8b3227121098a39a5fa78`](https://github.com/FormidableLabs/react-native-ama/commit/4c437e9529bb414c79e8b3227121098a39a5fa78)]:
- @react-native-ama/core@1.1.1
- @react-native-ama/internal@1.1.1

## 1.1.0

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

## 1.1.1

### Patch Changes

- Added `suppressError` to `forms` package Form provider ([#274](https://github.com/FormidableLabs/react-native-ama/pull/274))

- Updated dependencies [[`4c437e9529bb414c79e8b3227121098a39a5fa78`](https://github.com/FormidableLabs/react-native-ama/commit/4c437e9529bb414c79e8b3227121098a39a5fa78)]:
- @react-native-ama/core@1.1.1
- @react-native-ama/internal@1.1.1

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"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.0",
"@react-native-ama/internal": "~1.1.0"
"@react-native-ama/core": "~1.1.1",
"@react-native-ama/internal": "~1.1.1"
},
"peerDependencies": {
"react": "*",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3831,23 +3831,23 @@ __metadata:
languageName: node
linkType: hard

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

"@react-native-ama/core@workspace:packages/core, @react-native-ama/core@~1.1.0":
"@react-native-ama/core@workspace:packages/core, @react-native-ama/core@~1.1.1":
version: 0.0.0-use.local
resolution: "@react-native-ama/core@workspace:packages/core"
dependencies:
"@react-native-ama/internal": ~1.1.0
"@react-native-ama/internal": ~1.1.1
babel-jest: ^29.7.0
peerDependencies:
react: "*"
Expand All @@ -3859,9 +3859,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/extras@workspace:packages/extras"
dependencies:
"@react-native-ama/animations": ~1.1.0
"@react-native-ama/core": ~1.1.0
"@react-native-ama/internal": ~1.1.0
"@react-native-ama/animations": ~1.1.1
"@react-native-ama/core": ~1.1.1
"@react-native-ama/internal": ~1.1.1
peerDependencies:
react: "*"
react-native: ">=0.62.0"
Expand All @@ -3874,17 +3874,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/forms@workspace:packages/forms"
dependencies:
"@react-native-ama/core": ~1.1.0
"@react-native-ama/internal": ~1.1.0
"@react-native-ama/react-native": ~1.1.0
"@react-native-ama/core": ~1.1.1
"@react-native-ama/internal": ~1.1.1
"@react-native-ama/react-native": ~1.1.1
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.0":
"@react-native-ama/internal@workspace:packages/internal, @react-native-ama/internal@~1.1.1":
version: 0.0.0-use.local
resolution: "@react-native-ama/internal@workspace:packages/internal"
dependencies:
Expand All @@ -3899,8 +3899,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/lists@workspace:packages/lists"
dependencies:
"@react-native-ama/core": ~1.1.0
"@react-native-ama/internal": ~1.1.0
"@react-native-ama/core": ~1.1.1
"@react-native-ama/internal": ~1.1.1
peerDependencies:
expo: ">=47.0.0"
react: "*"
Expand Down Expand Up @@ -3930,12 +3930,12 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 056c924

Please sign in to comment.