Skip to content

Commit

Permalink
Version Packages (#5596)
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 Aug 16, 2024
1 parent 0adffa7 commit d5743ae
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-geese-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-toys-agree.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-native-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-native-auth

## 0.0.23

### Patch Changes

- Updated dependencies [[`0adffa7ec`](https://github.com/aws-amplify/amplify-ui/commit/0adffa7ecd6ea11dc595044277ca4e0df56917b9), [`9e30ec01d`](https://github.com/aws-amplify/amplify-ui/commit/9e30ec01d26a93ebe82604dfabfc2c5f4fe76de0)]:
- @aws-amplify/ui-react-native@2.2.5

## 0.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/ui-react-native-auth",
"private": true,
"version": "0.0.22",
"version": "0.0.23",
"main": "lib/index.js",
"module": "dist/index.js",
"react-native": "src/index.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@aws-amplify/ui": "6.1.0",
"@aws-amplify/ui-react-core-auth": "0.0.20",
"@aws-amplify/ui-react-native": "2.2.4",
"@aws-amplify/ui-react-native": "2.2.5",
"qrcode": "1.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-auth/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.22';
export const VERSION = '0.0.23';
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react-native

## 2.2.5

### Patch Changes

- [#5597](https://github.com/aws-amplify/amplify-ui/pull/5597) [`0adffa7ec`](https://github.com/aws-amplify/amplify-ui/commit/0adffa7ecd6ea11dc595044277ca4e0df56917b9) Thanks [@calebpollman](https://github.com/calebpollman)! - fix(react-native): bump rn peerDep range

- [#5594](https://github.com/aws-amplify/amplify-ui/pull/5594) [`9e30ec01d`](https://github.com/aws-amplify/amplify-ui/commit/9e30ec01d26a93ebe82604dfabfc2c5f4fe76de0) Thanks [@jordanvn](https://github.com/jordanvn)! - adding style-dictionary to ui-react-native dependencies

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-native",
"version": "2.2.4",
"version": "2.2.5",
"main": "lib/index.js",
"module": "dist/index.js",
"react-native": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.2.4';
export const VERSION = '2.2.5';

0 comments on commit d5743ae

Please sign in to comment.