Skip to content

Commit

Permalink
chore: release package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2024
1 parent d4c5fd5 commit 1ba023a
Show file tree
Hide file tree
Showing 22 changed files with 121 additions and 50 deletions.
11 changes: 0 additions & 11 deletions .changeset/breezy-suns-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-snails-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-planets-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-phones-change.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/bare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# amaexample

## 0.0.2

### Patch Changes

- Ignoring eslint on babel ([#253](https://github.com/FormidableLabs/react-native-ama/pull/253))
2 changes: 1 addition & 1 deletion examples/bare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amaexample",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
7 changes: 7 additions & 0 deletions examples/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ama-expo-example

## 1.0.1

### Patch Changes

- Ignoring eslint on babel ([#253](https://github.com/FormidableLabs/react-native-ama/pull/253))
2 changes: 1 addition & 1 deletion examples/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ama-expo-example",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
12 changes: 12 additions & 0 deletions packages/animations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @react-native-ama/animations

## 1.1.0

### Minor Changes

- Added Carousel and useCarousel to extras package ([#259](https://github.com/FormidableLabs/react-native-ama/pull/259))

### Patch Changes

- Updated dependencies [[`fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5`](https://github.com/FormidableLabs/react-native-ama/commit/fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5), [`f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d`](https://github.com/FormidableLabs/react-native-ama/commit/f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d)]:
- @react-native-ama/internal@1.1.0
- @react-native-ama/core@1.1.0

## 1.0.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.0.1",
"version": "1.1.0",
"private": false,
"react-native": "src/index",
"types": "dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "~1.0.1",
"@react-native-ama/core": "~1.0.1"
"@react-native-ama/internal": "~1.1.0",
"@react-native-ama/core": "~1.1.0"
},
"peerDependencies": {
"react": "*",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-native-ama/core

## 1.1.0

### Minor Changes

- Added Carousel and useCarousel to extras package ([#259](https://github.com/FormidableLabs/react-native-ama/pull/259))

### Patch Changes

- Removed babel.config ([#253](https://github.com/FormidableLabs/react-native-ama/pull/253))

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

## 1.0.1

### 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.0.1",
"version": "1.1.0",
"description": "Accessible Mobile App Library for React Native",
"private": false,
"react-native": "src/index",
Expand All @@ -25,7 +25,7 @@
"test": "jest"
},
"dependencies": {
"@react-native-ama/internal": "~1.0.1"
"@react-native-ama/internal": "~1.1.0"
},
"peerDependencies": {
"react": "*",
Expand Down
15 changes: 15 additions & 0 deletions packages/extras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @react-native-ama/extras

## 1.1.0

### Minor Changes

- Added Carousel and useCarousel to extras package ([#259](https://github.com/FormidableLabs/react-native-ama/pull/259))

### Patch Changes

- Updated useKeyboard hook argument shouldHandleKeyboardEvents to default to true and not be required. ([#265](https://github.com/FormidableLabs/react-native-ama/pull/265))

- Updated dependencies [[`fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5`](https://github.com/FormidableLabs/react-native-ama/commit/fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5), [`f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d`](https://github.com/FormidableLabs/react-native-ama/commit/f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d)]:
- @react-native-ama/internal@1.1.0
- @react-native-ama/animations@1.1.0
- @react-native-ama/core@1.1.0

## 1.0.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.0.1",
"version": "1.1.0",
"private": false,
"react-native": "src/index",
"types": "dist/index.d.ts",
Expand All @@ -23,9 +23,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "~1.0.1",
"@react-native-ama/core": "~1.0.1",
"@react-native-ama/animations": "~1.0.1"
"@react-native-ama/internal": "~1.1.0",
"@react-native-ama/core": "~1.1.0",
"@react-native-ama/animations": "~1.1.0"
},
"peerDependencies": {
"react": "*",
Expand Down
15 changes: 15 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @react-native-ama/forms

## 1.1.0

### Minor Changes

- Added Carousel and useCarousel to extras package ([#259](https://github.com/FormidableLabs/react-native-ama/pull/259))

### Patch Changes

- Removed babel.config ([#253](https://github.com/FormidableLabs/react-native-ama/pull/253))

- Updated dependencies [[`fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5`](https://github.com/FormidableLabs/react-native-ama/commit/fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5), [`f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d`](https://github.com/FormidableLabs/react-native-ama/commit/f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d)]:
- @react-native-ama/internal@1.1.0
- @react-native-ama/core@1.1.0
- @react-native-ama/react-native@1.1.0

## 1.0.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.0.1",
"version": "1.1.0",
"private": false,
"react-native": "src/index",
"types": "dist/index.d.ts",
Expand All @@ -24,9 +24,9 @@
"test": "jest"
},
"dependencies": {
"@react-native-ama/core": "~1.0.1",
"@react-native-ama/internal": "~1.0.1",
"@react-native-ama/react-native": "~1.0.1"
"@react-native-ama/core": "~1.1.0",
"@react-native-ama/internal": "~1.1.0",
"@react-native-ama/react-native": "~1.1.0"
},
"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.0

### Minor Changes

- Added Carousel and useCarousel to extras package ([#259](https://github.com/FormidableLabs/react-native-ama/pull/259))

## 1.0.1

### 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.0.1",
"version": "1.1.0",
"private": false,
"react-native": "src/index",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @react-native-ama/lists

## 1.1.0

### Minor Changes

- Added Carousel and useCarousel to extras package ([#259](https://github.com/FormidableLabs/react-native-ama/pull/259))

### Patch Changes

- Updated dependencies [[`fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5`](https://github.com/FormidableLabs/react-native-ama/commit/fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5), [`f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d`](https://github.com/FormidableLabs/react-native-ama/commit/f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d)]:
- @react-native-ama/internal@1.1.0
- @react-native-ama/core@1.1.0

## 1.0.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.0.1",
"version": "1.1.0",
"private": false,
"react-native": "src/index",
"types": "dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "~1.0.1",
"@react-native-ama/core": "~1.0.1"
"@react-native-ama/internal": "~1.1.0",
"@react-native-ama/core": "~1.1.0"
},
"peerDependencies": {
"expo": ">=47.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @react-native-ama/react-native

## 1.1.0

### Minor Changes

- Added Carousel and useCarousel to extras package ([#259](https://github.com/FormidableLabs/react-native-ama/pull/259))

### Patch Changes

- Updated dependencies [[`fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5`](https://github.com/FormidableLabs/react-native-ama/commit/fce6630cb65b02ffa27453dd5ed4eaf7faf3dcc5), [`f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d`](https://github.com/FormidableLabs/react-native-ama/commit/f0f1b6be13cdf2d57ce2b7fc923ac9bbd3fc9c5d)]:
- @react-native-ama/internal@1.1.0
- @react-native-ama/core@1.1.0

## 1.0.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.0.1",
"version": "1.1.0",
"private": false,
"react-native": "src/index",
"types": "dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "~1.0.1",
"@react-native-ama/core": "~1.0.1"
"@react-native-ama/internal": "~1.1.0",
"@react-native-ama/core": "~1.1.0"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 1ba023a

Please sign in to comment.