Skip to content

Commit c59f498

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

24 files changed

+116
-57
lines changed

.changeset/honest-shirts-guess.md

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

.changeset/metal-poets-whisper.md

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

.changeset/sharp-mugs-poke.md

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

examples/bare/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# amaexample
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Added `<Loading />` component example screens ([#272](https://github.com/FormidableLabs/react-native-ama/pull/272))
8+
39
## 0.0.2
410

511
### Patch Changes

examples/bare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaexample",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

examples/expo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ama-expo-example
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Added `<Loading />` component example screens ([#272](https://github.com/FormidableLabs/react-native-ama/pull/272))
8+
39
## 1.0.1
410

511
### Patch Changes

examples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ama-expo-example",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"main": "index.js",
66
"scripts": {
77
"start": "expo start",

examples/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @examples/shared-ui
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Added `<Loading />` component example screens ([#272](https://github.com/FormidableLabs/react-native-ama/pull/272))

examples/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/shared-ui",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Example Apps shared UI components",
55
"private": true,
66
"react-native": "index",

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.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41f83f66c631889b7f61e5a1680609d34aa0efde`](https://github.com/FormidableLabs/react-native-ama/commit/41f83f66c631889b7f61e5a1680609d34aa0efde)]:
8+
- @react-native-ama/core@1.2.0
9+
- @react-native-ama/internal@1.2.0
10+
311
## 1.1.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)