Skip to content

Commit

Permalink
chore: Set correct versions for rtn-push-notification, rtn-web-browse…
Browse files Browse the repository at this point in the history
…r, and react-native.
  • Loading branch information
jimblanc committed Mar 19, 2024
1 parent 4b83366 commit b37cc16
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.0.20",
"@aws-amplify/react-native": "1.0.20",
"@aws-amplify/react-native": "1.0.21",
"@aws-sdk/types": "3.398.0",
"typescript": "5.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.0.20",
"@aws-amplify/react-native": "1.0.20",
"@aws-amplify/react-native": "1.0.21",
"typescript": "5.0.2"
},
"size-limit": [
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.0.20",
"@aws-amplify/react-native": "1.0.20",
"@aws-amplify/react-native": "1.0.21",
"@jest/test-sequencer": "^29.7.0",
"typescript": "5.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@aws-amplify/react-native": "1.0.20",
"@aws-amplify/react-native": "1.0.21",
"@types/js-cookie": "3.0.2",
"genversion": "^2.2.0",
"typescript": "5.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.0.20",
"@aws-amplify/react-native": "1.0.20",
"@aws-amplify/react-native": "1.0.21",
"@types/uuid-validate": "^0.0.1",
"dexie": "3.2.2",
"dexie-export-import": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.0.20",
"@aws-amplify/react-native": "1.0.20",
"@aws-amplify/react-native": "1.0.21",
"typescript": "5.0.2"
}
}
4 changes: 4 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.21 (2024-03-18)

**Note:** Version bump only for package @aws-amplify/react-native

## 1.0.20 (2024-03-11)

**Note:** Version bump only for package @aws-amplify/react-native
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": "@aws-amplify/react-native",
"version": "1.0.20",
"version": "1.0.21",
"description": "React Native core module for aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -32,8 +32,8 @@
"react-native-get-random-values": ">=1.9.0"
},
"devDependencies": {
"@aws-amplify/rtn-push-notification": "1.2.20",
"@aws-amplify/rtn-web-browser": "1.0.20",
"@aws-amplify/rtn-push-notification": "1.2.21",
"@aws-amplify/rtn-web-browser": "1.0.21",
"@react-native-async-storage/async-storage": "^1.17.12",
"@react-native-community/netinfo": "4.7.0",
"@types/base-64": "1.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/rtn-push-notification/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.21 (2024-03-18)

**Note:** Version bump only for package @aws-amplify/rtn-push-notification

## 1.2.20 (2024-03-11)

**Note:** Version bump only for package @aws-amplify/rtn-push-notification
Expand Down
2 changes: 1 addition & 1 deletion packages/rtn-push-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/rtn-push-notification",
"version": "1.2.20",
"version": "1.2.21",
"description": "React Native module for aws-amplify push notifications",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/rtn-web-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.21 (2024-03-18)

**Note:** Version bump only for package @aws-amplify/rtn-web-browser

## 1.0.20 (2024-03-11)

**Note:** Version bump only for package @aws-amplify/rtn-web-browser
Expand Down
2 changes: 1 addition & 1 deletion packages/rtn-web-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/rtn-web-browser",
"version": "1.0.20",
"version": "1.0.21",
"description": "React Native module for aws-amplify web browser",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.0.20",
"@aws-amplify/react-native": "1.0.20",
"@aws-amplify/react-native": "1.0.21",
"typescript": "5.0.2"
}
}

0 comments on commit b37cc16

Please sign in to comment.