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 Sep 16, 2024
1 parent 839a273 commit 4449b98
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-snails-invite.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
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-native-ama/core

## 1.0.2

### Patch Changes

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

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2",
"description": "Accessible Mobile App Library for React Native",
"private": false,
"react-native": "src/index",
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.0.2

### Patch Changes

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

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

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.0.2",
"private": false,
"react-native": "src/index",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"@react-native-ama/core": "~1.0.1",
"@react-native-ama/core": "~1.0.2",
"@react-native-ama/internal": "~1.0.1",
"@react-native-ama/react-native": "~1.0.1"
},
Expand Down

0 comments on commit 4449b98

Please sign in to comment.