Skip to content

Commit

Permalink
chore: release package (#290)
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 Dec 20, 2024
1 parent 4fb5051 commit 54f08ec
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/small-forks-run.md

This file was deleted.

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.2

### Patch Changes

- fix config/rules file generation ([#289](https://github.com/FormidableLabs/react-native-ama/pull/289))

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

## 1.1.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.1.1",
"version": "1.1.2",
"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.1"
"@react-native-ama/internal": "~1.1.2"
},
"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.2

### Patch Changes

- fix config/rules file generation ([#289](https://github.com/FormidableLabs/react-native-ama/pull/289))

## 1.1.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.1.1",
"version": "1.1.2",
"react-native": "src/index",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4178,7 +4178,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-ama/core@workspace:packages/core"
dependencies:
"@react-native-ama/internal": ~1.1.1
"@react-native-ama/internal": ~1.1.2
babel-jest: ^29.7.0
peerDependencies:
react: "*"
Expand Down Expand Up @@ -4215,7 +4215,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 54f08ec

Please sign in to comment.