diff --git a/packages/adapter-nextjs/CHANGELOG.md b/packages/adapter-nextjs/CHANGELOG.md index c33d0045591..c64ecee76c9 100644 --- a/packages/adapter-nextjs/CHANGELOG.md +++ b/packages/adapter-nextjs/CHANGELOG.md @@ -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.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/adapter-nextjs + ## 1.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/adapter-nextjs diff --git a/packages/adapter-nextjs/package.json b/packages/adapter-nextjs/package.json index 61d93e2555d..f493326c93a 100644 --- a/packages/adapter-nextjs/package.json +++ b/packages/adapter-nextjs/package.json @@ -1,7 +1,7 @@ { "author": "Amazon Web Services", "name": "@aws-amplify/adapter-nextjs", - "version": "1.0.2", + "version": "1.0.3", "description": "The adapter for the supporting of using Amplify APIs in Next.js.", "peerDependencies": { "aws-amplify": "^6.0.0", @@ -16,7 +16,7 @@ "@types/node": "^20.3.1", "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", - "aws-amplify": "6.0.2", + "aws-amplify": "6.0.3", "jest-fetch-mock": "3.0.3", "next": ">= 13.5.0 < 15.0.0", "rollup": "3.29.4", diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index d586ce4392a..fb88205c62f 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -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. +## 7.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/analytics + ## 7.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 4d15ed47475..4e6259c3502 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/analytics", - "version": "7.0.2", + "version": "7.0.3", "description": "Analytics category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -104,8 +104,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", - "@aws-amplify/react-native": "1.0.2", + "@aws-amplify/core": "6.0.3", + "@aws-amplify/react-native": "1.0.3", "@aws-sdk/types": "3.398.0", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", diff --git a/packages/api-graphql/CHANGELOG.md b/packages/api-graphql/CHANGELOG.md index 2a4a6bc1a89..1563392bb5b 100644 --- a/packages/api-graphql/CHANGELOG.md +++ b/packages/api-graphql/CHANGELOG.md @@ -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. +## 4.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/api-graphql + ## 4.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/api-graphql diff --git a/packages/api-graphql/package.json b/packages/api-graphql/package.json index 149d7d4b6fb..d5c17f79235 100644 --- a/packages/api-graphql/package.json +++ b/packages/api-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api-graphql", - "version": "4.0.2", + "version": "4.0.3", "description": "Api-graphql category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -79,8 +79,8 @@ "internals" ], "dependencies": { - "@aws-amplify/api-rest": "4.0.2", - "@aws-amplify/core": "6.0.2", + "@aws-amplify/api-rest": "4.0.3", + "@aws-amplify/core": "6.0.3", "@aws-amplify/data-schema-types": "^0.6.4", "@aws-sdk/types": "3.387.0", "graphql": "15.8.0", diff --git a/packages/api-rest/CHANGELOG.md b/packages/api-rest/CHANGELOG.md index 3dffbf003d8..2ba35580efa 100644 --- a/packages/api-rest/CHANGELOG.md +++ b/packages/api-rest/CHANGELOG.md @@ -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. +## 4.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/api-rest + ## 4.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/api-rest diff --git a/packages/api-rest/package.json b/packages/api-rest/package.json index 2369ed6a318..cbe3a60b839 100644 --- a/packages/api-rest/package.json +++ b/packages/api-rest/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/api-rest", "private": false, - "version": "4.0.2", + "version": "4.0.3", "description": "Api-rest category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -87,8 +87,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", - "@aws-amplify/react-native": "1.0.2", + "@aws-amplify/core": "6.0.3", + "@aws-amplify/react-native": "1.0.3", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", "typescript": "5.0.2" diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index aaeb63ab0dd..a51f88ad19b 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -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. +## 6.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/api + ## 6.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/api diff --git a/packages/api/package.json b/packages/api/package.json index be7ef833551..4967a2e9eef 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api", - "version": "6.0.2", + "version": "6.0.3", "description": "Api category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -81,8 +81,8 @@ "server" ], "dependencies": { - "@aws-amplify/api-graphql": "4.0.2", - "@aws-amplify/api-rest": "4.0.2", + "@aws-amplify/api-graphql": "4.0.3", + "@aws-amplify/api-rest": "4.0.3", "tslib": "^2.5.0" }, "jest": { diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 7a405b326a9..0460b797c4f 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -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. +## 6.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/auth + ## 6.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 7f1e7ae079a..b0748ebc9fd 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/auth", - "version": "6.0.2", + "version": "6.0.3", "description": "Auth category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -89,8 +89,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", - "@aws-amplify/react-native": "1.0.2", + "@aws-amplify/core": "6.0.3", + "@aws-amplify/react-native": "1.0.3", "@jest/test-sequencer": "^24.9.0", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", diff --git a/packages/aws-amplify/CHANGELOG.md b/packages/aws-amplify/CHANGELOG.md index e6f0b774834..0ef2dd51db1 100644 --- a/packages/aws-amplify/CHANGELOG.md +++ b/packages/aws-amplify/CHANGELOG.md @@ -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. +## 6.0.3 (2023-11-16) + +**Note:** Version bump only for package aws-amplify + ## 6.0.2 (2023-11-13) **Note:** Version bump only for package aws-amplify diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index e0ea8755bee..6bde69e2eae 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "6.0.2", + "version": "6.0.3", "description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -264,13 +264,13 @@ "utils" ], "dependencies": { - "@aws-amplify/analytics": "7.0.2", - "@aws-amplify/api": "6.0.2", - "@aws-amplify/auth": "6.0.2", - "@aws-amplify/core": "6.0.2", - "@aws-amplify/datastore": "5.0.2", - "@aws-amplify/notifications": "2.0.2", - "@aws-amplify/storage": "6.0.2", + "@aws-amplify/analytics": "7.0.3", + "@aws-amplify/api": "6.0.3", + "@aws-amplify/auth": "6.0.3", + "@aws-amplify/core": "6.0.3", + "@aws-amplify/datastore": "5.0.3", + "@aws-amplify/notifications": "2.0.3", + "@aws-amplify/storage": "6.0.3", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 331307769df..64f2d07a49e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +## 6.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/core + ## 6.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/core diff --git a/packages/core/package.json b/packages/core/package.json index 101f0c38934..e0c794ec4da 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/core", - "version": "6.0.2", + "version": "6.0.3", "description": "Core category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -60,7 +60,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@aws-amplify/react-native": "1.0.2", + "@aws-amplify/react-native": "1.0.3", "@rollup/plugin-typescript": "11.1.5", "@types/js-cookie": "3.0.2", "genversion": "^2.2.0", diff --git a/packages/datastore-storage-adapter/CHANGELOG.md b/packages/datastore-storage-adapter/CHANGELOG.md index 066f35fcd39..0080a88b3ed 100644 --- a/packages/datastore-storage-adapter/CHANGELOG.md +++ b/packages/datastore-storage-adapter/CHANGELOG.md @@ -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. +## 2.1.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter + ## 2.1.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter diff --git a/packages/datastore-storage-adapter/package.json b/packages/datastore-storage-adapter/package.json index f0fb13aab36..6f4e0d183ed 100644 --- a/packages/datastore-storage-adapter/package.json +++ b/packages/datastore-storage-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/datastore-storage-adapter", - "version": "2.1.2", + "version": "2.1.3", "description": "SQLite storage adapter for Amplify DataStore ", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -36,8 +36,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", - "@aws-amplify/datastore": "5.0.2", + "@aws-amplify/core": "6.0.3", + "@aws-amplify/datastore": "5.0.3", "@rollup/plugin-typescript": "11.1.5", "@types/react-native-sqlite-storage": "5.0.1", "expo-file-system": "13.1.4", diff --git a/packages/datastore/CHANGELOG.md b/packages/datastore/CHANGELOG.md index c9ec78a9a4f..05d39a29f9f 100644 --- a/packages/datastore/CHANGELOG.md +++ b/packages/datastore/CHANGELOG.md @@ -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. +## 5.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/datastore + ## 5.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/datastore diff --git a/packages/datastore/package.json b/packages/datastore/package.json index 1c8cc4141a3..0e2d4a6f34c 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/datastore", - "version": "5.0.2", + "version": "5.0.3", "description": "AppSyncLocal support for aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -44,7 +44,7 @@ "src" ], "dependencies": { - "@aws-amplify/api": "6.0.2", + "@aws-amplify/api": "6.0.3", "buffer": "4.9.2", "idb": "5.0.6", "immer": "9.0.6", @@ -55,8 +55,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", - "@aws-amplify/react-native": "1.0.2", + "@aws-amplify/core": "6.0.3", + "@aws-amplify/react-native": "1.0.3", "@rollup/plugin-typescript": "11.1.5", "@types/uuid-validate": "^0.0.1", "dexie": "3.2.2", diff --git a/packages/geo/CHANGELOG.md b/packages/geo/CHANGELOG.md index 2e3261db42c..5e04ab38feb 100644 --- a/packages/geo/CHANGELOG.md +++ b/packages/geo/CHANGELOG.md @@ -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. +## 3.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/geo + ## 3.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/geo diff --git a/packages/geo/package.json b/packages/geo/package.json index 1ee77dd2d6f..f729732e549 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/geo", - "version": "3.0.2", + "version": "3.0.3", "description": "Geo category for aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -76,7 +76,7 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", + "@aws-amplify/core": "6.0.3", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", "typescript": "5.0.2" diff --git a/packages/interactions/CHANGELOG.md b/packages/interactions/CHANGELOG.md index 4c270b80558..ec36f7319c9 100644 --- a/packages/interactions/CHANGELOG.md +++ b/packages/interactions/CHANGELOG.md @@ -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. +## 6.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/interactions + ## 6.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/interactions diff --git a/packages/interactions/package.json b/packages/interactions/package.json index 8d02412b6bf..a9f68dcdd53 100644 --- a/packages/interactions/package.json +++ b/packages/interactions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/interactions", - "version": "6.0.2", + "version": "6.0.3", "description": "Interactions category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -81,7 +81,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", + "@aws-amplify/core": "6.0.3", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", "typescript": "^5.0.2" diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 68ad4a9904a..ea60f6adf62 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -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. +## 2.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/notifications + ## 2.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/notifications diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 4c509f122f4..8f62de5aeaf 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/notifications", - "version": "2.0.2", + "version": "2.0.3", "description": "Notifications category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -98,8 +98,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", - "@aws-amplify/react-native": "1.0.2", + "@aws-amplify/core": "6.0.3", + "@aws-amplify/react-native": "1.0.3", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", "typescript": "5.0.2" diff --git a/packages/predictions/CHANGELOG.md b/packages/predictions/CHANGELOG.md index 67989cf67db..e6a45171b36 100644 --- a/packages/predictions/CHANGELOG.md +++ b/packages/predictions/CHANGELOG.md @@ -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. +## 6.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/predictions + ## 6.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/predictions diff --git a/packages/predictions/package.json b/packages/predictions/package.json index 1166c651928..91b6600e554 100644 --- a/packages/predictions/package.json +++ b/packages/predictions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/predictions", - "version": "6.0.2", + "version": "6.0.3", "description": "Machine learning category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -43,7 +43,7 @@ "src" ], "dependencies": { - "@aws-amplify/storage": "6.0.2", + "@aws-amplify/storage": "6.0.3", "@aws-sdk/client-comprehend": "3.398.0", "@aws-sdk/client-polly": "3.398.0", "@aws-sdk/client-rekognition": "3.398.0", @@ -59,7 +59,7 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", + "@aws-amplify/core": "6.0.3", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", "typescript": "5.0.2" diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md index dfb9ed9c690..fa5efa5bda0 100644 --- a/packages/pubsub/CHANGELOG.md +++ b/packages/pubsub/CHANGELOG.md @@ -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. +## 6.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/pubsub + ## 6.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/pubsub diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index 85cd8bc5a0b..488956cca3b 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/pubsub", - "version": "6.0.2", + "version": "6.0.3", "description": "Pubsub category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -73,7 +73,7 @@ "mqtt" ], "dependencies": { - "@aws-amplify/auth": "6.0.2", + "@aws-amplify/auth": "6.0.3", "buffer": "4.9.2", "graphql": "15.8.0", "rxjs": "^7.8.1", @@ -84,7 +84,7 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", + "@aws-amplify/core": "6.0.3", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", "typescript": "5.0.2" diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index b975ab39336..ea109d46b5c 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -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.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/react-native + ## 1.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/react-native diff --git a/packages/react-native/example/CHANGELOG.md b/packages/react-native/example/CHANGELOG.md index e09f0e692cb..fe756baaef5 100644 --- a/packages/react-native/example/CHANGELOG.md +++ b/packages/react-native/example/CHANGELOG.md @@ -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. +## 0.0.4 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/react-native-example + ## 0.0.3 (2023-11-13) **Note:** Version bump only for package @aws-amplify/react-native-example diff --git a/packages/react-native/example/package.json b/packages/react-native/example/package.json index 74e6e44b7ab..075ec85de74 100644 --- a/packages/react-native/example/package.json +++ b/packages/react-native/example/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/react-native-example", - "version": "0.0.3", + "version": "0.0.4", "private": true, "scripts": { "android": "react-native run-android", diff --git a/packages/react-native/package.json b/packages/react-native/package.json index db90904e222..ddae044e90b 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/react-native", - "version": "1.0.2", + "version": "1.0.3", "description": "React Native core module for aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -33,8 +33,8 @@ "react-native-get-random-values": ">=1.9.0" }, "devDependencies": { - "@aws-amplify/rtn-push-notification": "1.2.2", - "@aws-amplify/rtn-web-browser": "1.0.2", + "@aws-amplify/rtn-push-notification": "1.2.3", + "@aws-amplify/rtn-web-browser": "1.0.3", "@react-native-async-storage/async-storage": "^1.17.12", "@react-native-community/netinfo": "4.7.0", "@rollup/plugin-typescript": "11.1.5", diff --git a/packages/rtn-push-notification/CHANGELOG.md b/packages/rtn-push-notification/CHANGELOG.md index 5ed01a7b0d9..175c697a3cc 100644 --- a/packages/rtn-push-notification/CHANGELOG.md +++ b/packages/rtn-push-notification/CHANGELOG.md @@ -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.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/rtn-push-notification + ## 1.2.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/rtn-push-notification diff --git a/packages/rtn-push-notification/package.json b/packages/rtn-push-notification/package.json index 299a2edf8ce..b6823cfe671 100644 --- a/packages/rtn-push-notification/package.json +++ b/packages/rtn-push-notification/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/rtn-push-notification", - "version": "1.2.2", + "version": "1.2.3", "description": "React Native module for aws-amplify push notifications", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", diff --git a/packages/rtn-web-browser/CHANGELOG.md b/packages/rtn-web-browser/CHANGELOG.md index e1406f6658b..75991c24649 100644 --- a/packages/rtn-web-browser/CHANGELOG.md +++ b/packages/rtn-web-browser/CHANGELOG.md @@ -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.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/rtn-web-browser + ## 1.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/rtn-web-browser diff --git a/packages/rtn-web-browser/package.json b/packages/rtn-web-browser/package.json index 6b18698df25..61b7faad13e 100644 --- a/packages/rtn-web-browser/package.json +++ b/packages/rtn-web-browser/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/rtn-web-browser", - "version": "1.0.2", + "version": "1.0.3", "description": "React Native module for aws-amplify web browser", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 87b49fa36fd..feb5bd9cdea 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -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. +## 6.0.3 (2023-11-16) + +**Note:** Version bump only for package @aws-amplify/storage + ## 6.0.2 (2023-11-13) **Note:** Version bump only for package @aws-amplify/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 40a6e26b57b..b098c2295f7 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/storage", - "version": "6.0.2", + "version": "6.0.3", "description": "Storage category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -101,8 +101,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.2", - "@aws-amplify/react-native": "1.0.2", + "@aws-amplify/core": "6.0.3", + "@aws-amplify/react-native": "1.0.3", "@rollup/plugin-json": "6.0.1", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", diff --git a/scripts/tsc-compliance-test/CHANGELOG.md b/scripts/tsc-compliance-test/CHANGELOG.md index 5f69289e967..79b602bf432 100644 --- a/scripts/tsc-compliance-test/CHANGELOG.md +++ b/scripts/tsc-compliance-test/CHANGELOG.md @@ -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. +## 0.1.3 (2023-11-16) + +**Note:** Version bump only for package tsc-compliance-test + ## 0.1.2 (2023-11-13) **Note:** Version bump only for package tsc-compliance-test diff --git a/scripts/tsc-compliance-test/package.json b/scripts/tsc-compliance-test/package.json index 4c9a8bd27a7..d8e927d249b 100644 --- a/scripts/tsc-compliance-test/package.json +++ b/scripts/tsc-compliance-test/package.json @@ -1,11 +1,11 @@ { "name": "tsc-compliance-test", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "private": true, "devDependencies": { "@types/node": "^16.11.7", - "aws-amplify": "6.0.2", + "aws-amplify": "6.0.3", "typescript": "4.2.x" }, "scripts": {