From c54a19c8a654a47d559cb0fd41c74bd2c3eb79ca Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Mon, 19 Feb 2024 22:18:04 +0000 Subject: [PATCH] chore(release): Publish [ci skip] - @aws-amplify/adapter-nextjs@1.0.17 - @aws-amplify/analytics@7.0.17 - @aws-amplify/api@6.0.17 - @aws-amplify/api-graphql@4.0.17 - @aws-amplify/api-rest@4.0.17 - @aws-amplify/auth@6.0.17 - aws-amplify@6.0.17 - @aws-amplify/core@6.0.17 - @aws-amplify/datastore@5.0.17 - @aws-amplify/datastore-storage-adapter@2.1.17 - @aws-amplify/geo@3.0.17 - @aws-amplify/interactions@6.0.17 - @aws-amplify/notifications@2.0.17 - @aws-amplify/predictions@6.0.17 - @aws-amplify/pubsub@6.0.17 - @aws-amplify/react-native@1.0.17 - @aws-amplify/react-native-example@0.0.18 - @aws-amplify/rtn-push-notification@1.2.17 - @aws-amplify/rtn-web-browser@1.0.17 - @aws-amplify/storage@6.0.17 - tsc-compliance-test@0.1.17 --- packages/adapter-nextjs/CHANGELOG.md | 6 ++++++ packages/adapter-nextjs/package.json | 4 ++-- packages/analytics/CHANGELOG.md | 6 ++++++ packages/analytics/package.json | 6 +++--- packages/api-graphql/CHANGELOG.md | 6 ++++++ packages/api-graphql/package.json | 6 +++--- packages/api-rest/CHANGELOG.md | 6 ++++++ packages/api-rest/package.json | 6 +++--- packages/api/CHANGELOG.md | 6 ++++++ packages/api/package.json | 6 +++--- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 6 +++--- packages/aws-amplify/CHANGELOG.md | 6 ++++++ packages/aws-amplify/package.json | 16 ++++++++-------- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 4 ++-- packages/datastore-storage-adapter/CHANGELOG.md | 6 ++++++ packages/datastore-storage-adapter/package.json | 6 +++--- packages/datastore/CHANGELOG.md | 6 ++++++ packages/datastore/package.json | 8 ++++---- packages/geo/CHANGELOG.md | 6 ++++++ packages/geo/package.json | 4 ++-- packages/interactions/CHANGELOG.md | 6 ++++++ packages/interactions/package.json | 4 ++-- packages/notifications/CHANGELOG.md | 6 ++++++ packages/notifications/package.json | 6 +++--- packages/predictions/CHANGELOG.md | 6 ++++++ packages/predictions/package.json | 6 +++--- packages/pubsub/CHANGELOG.md | 6 ++++++ packages/pubsub/package.json | 6 +++--- packages/react-native/CHANGELOG.md | 6 ++++++ packages/react-native/example/CHANGELOG.md | 6 ++++++ packages/react-native/example/package.json | 2 +- packages/react-native/package.json | 6 +++--- packages/rtn-push-notification/CHANGELOG.md | 6 ++++++ packages/rtn-push-notification/package.json | 2 +- packages/rtn-web-browser/CHANGELOG.md | 6 ++++++ packages/rtn-web-browser/package.json | 2 +- packages/storage/CHANGELOG.md | 6 ++++++ packages/storage/package.json | 6 +++--- scripts/tsc-compliance-test/CHANGELOG.md | 6 ++++++ scripts/tsc-compliance-test/package.json | 4 ++-- 42 files changed, 184 insertions(+), 58 deletions(-) diff --git a/packages/adapter-nextjs/CHANGELOG.md b/packages/adapter-nextjs/CHANGELOG.md index 9e47212f85c..6edc1853989 100644 --- a/packages/adapter-nextjs/CHANGELOG.md +++ b/packages/adapter-nextjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 1.0.16 (2024-02-09) **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 a4785ce130e..fbc32c9dfee 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.16", + "version": "1.0.17", "description": "The adapter for the supporting of using Amplify APIs in Next.js.", "peerDependencies": { "aws-amplify": "^6.0.7", @@ -15,7 +15,7 @@ "@types/node": "^20.3.1", "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", - "aws-amplify": "6.0.16", + "aws-amplify": "6.0.17", "jest-fetch-mock": "3.0.3", "next": ">= 13.5.0 < 15.0.0", "typescript": "5.0.2" diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 7fae296e750..4e1ac2f5dbd 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 7.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 9326b7ca2c4..687db27d63c 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/analytics", - "version": "7.0.16", + "version": "7.0.17", "description": "Analytics category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -103,8 +103,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", - "@aws-amplify/react-native": "1.0.16", + "@aws-amplify/core": "6.0.17", + "@aws-amplify/react-native": "1.0.17", "@aws-sdk/types": "3.398.0", "typescript": "5.0.2" } diff --git a/packages/api-graphql/CHANGELOG.md b/packages/api-graphql/CHANGELOG.md index e2500dac1aa..75df93a47f5 100644 --- a/packages/api-graphql/CHANGELOG.md +++ b/packages/api-graphql/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 4.0.16 (2024-02-09) **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 11e1fb82827..69a02b2ca8e 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.16", + "version": "4.0.17", "description": "Api-graphql category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -84,8 +84,8 @@ "server" ], "dependencies": { - "@aws-amplify/api-rest": "4.0.16", - "@aws-amplify/core": "6.0.16", + "@aws-amplify/api-rest": "4.0.17", + "@aws-amplify/core": "6.0.17", "@aws-amplify/data-schema-types": "^0.7.2", "@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 ea1cdacebd4..510aab6e3ac 100644 --- a/packages/api-rest/CHANGELOG.md +++ b/packages/api-rest/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 4.0.16 (2024-02-09) **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 e2799f16230..7ef0fadc168 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.16", + "version": "4.0.17", "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.16", - "@aws-amplify/react-native": "1.0.16", + "@aws-amplify/core": "6.0.17", + "@aws-amplify/react-native": "1.0.17", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index e8176af0901..5dd3c71f5d5 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 6.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/api diff --git a/packages/api/package.json b/packages/api/package.json index 44a54f0f276..9125af42145 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api", - "version": "6.0.16", + "version": "6.0.17", "description": "Api category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -79,8 +79,8 @@ "server" ], "dependencies": { - "@aws-amplify/api-graphql": "4.0.16", - "@aws-amplify/api-rest": "4.0.16", + "@aws-amplify/api-graphql": "4.0.17", + "@aws-amplify/api-rest": "4.0.17", "tslib": "^2.5.0" } } diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 4d68aa992c5..dfedb82d7fc 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 6.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 81dcc3e7a73..a67ef432432 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/auth", - "version": "6.0.16", + "version": "6.0.17", "description": "Auth category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -96,8 +96,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", - "@aws-amplify/react-native": "1.0.16", + "@aws-amplify/core": "6.0.17", + "@aws-amplify/react-native": "1.0.17", "@jest/test-sequencer": "^29.7.0", "typescript": "5.0.2" } diff --git a/packages/aws-amplify/CHANGELOG.md b/packages/aws-amplify/CHANGELOG.md index bbc770a68c6..df5d34fd4a2 100644 --- a/packages/aws-amplify/CHANGELOG.md +++ b/packages/aws-amplify/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 6.0.16 (2024-02-09) **Note:** Version bump only for package aws-amplify diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index c7063d2ae9c..a8144a245ca 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "6.0.16", + "version": "6.0.17", "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", @@ -275,13 +275,13 @@ "utils" ], "dependencies": { - "@aws-amplify/analytics": "7.0.16", - "@aws-amplify/api": "6.0.16", - "@aws-amplify/auth": "6.0.16", - "@aws-amplify/core": "6.0.16", - "@aws-amplify/datastore": "5.0.16", - "@aws-amplify/notifications": "2.0.16", - "@aws-amplify/storage": "6.0.16", + "@aws-amplify/analytics": "7.0.17", + "@aws-amplify/api": "6.0.17", + "@aws-amplify/auth": "6.0.17", + "@aws-amplify/core": "6.0.17", + "@aws-amplify/datastore": "5.0.17", + "@aws-amplify/notifications": "2.0.17", + "@aws-amplify/storage": "6.0.17", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b003043dfb7..244d529654f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 6.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/core diff --git a/packages/core/package.json b/packages/core/package.json index 5faca706561..93f7ee29b1f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/core", - "version": "6.0.16", + "version": "6.0.17", "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.16", + "@aws-amplify/react-native": "1.0.17", "@types/js-cookie": "3.0.2", "genversion": "^2.2.0", "typescript": "5.0.2" diff --git a/packages/datastore-storage-adapter/CHANGELOG.md b/packages/datastore-storage-adapter/CHANGELOG.md index 7153aea6b24..6d8f8e5621a 100644 --- a/packages/datastore-storage-adapter/CHANGELOG.md +++ b/packages/datastore-storage-adapter/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.1.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 2.1.16 (2024-02-09) **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 7986dfea8ee..a5487480a17 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.16", + "version": "2.1.17", "description": "SQLite storage adapter for Amplify DataStore ", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -35,8 +35,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", - "@aws-amplify/datastore": "5.0.16", + "@aws-amplify/core": "6.0.17", + "@aws-amplify/datastore": "5.0.17", "@types/react-native-sqlite-storage": "5.0.1", "expo-file-system": "13.1.4", "expo-sqlite": "10.1.0", diff --git a/packages/datastore/CHANGELOG.md b/packages/datastore/CHANGELOG.md index df497b9967a..7e062d27125 100644 --- a/packages/datastore/CHANGELOG.md +++ b/packages/datastore/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 5.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/datastore diff --git a/packages/datastore/package.json b/packages/datastore/package.json index c7e89a15a82..7ca3d1577a3 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/datastore", - "version": "5.0.16", + "version": "5.0.17", "description": "AppSyncLocal support for aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -43,7 +43,7 @@ "src" ], "dependencies": { - "@aws-amplify/api": "6.0.16", + "@aws-amplify/api": "6.0.17", "buffer": "4.9.2", "idb": "5.0.6", "immer": "9.0.6", @@ -54,8 +54,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", - "@aws-amplify/react-native": "1.0.16", + "@aws-amplify/core": "6.0.17", + "@aws-amplify/react-native": "1.0.17", "@types/uuid-validate": "^0.0.1", "dexie": "3.2.2", "dexie-export-import": "1.0.3", diff --git a/packages/geo/CHANGELOG.md b/packages/geo/CHANGELOG.md index fcba06a0b43..0a248a4a0a3 100644 --- a/packages/geo/CHANGELOG.md +++ b/packages/geo/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 3.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/geo diff --git a/packages/geo/package.json b/packages/geo/package.json index 392d41563df..a4df2acd072 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/geo", - "version": "3.0.16", + "version": "3.0.17", "description": "Geo category for aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -75,7 +75,7 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", + "@aws-amplify/core": "6.0.17", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/interactions/CHANGELOG.md b/packages/interactions/CHANGELOG.md index 231c6d0d0ab..e43671be647 100644 --- a/packages/interactions/CHANGELOG.md +++ b/packages/interactions/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 6.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/interactions diff --git a/packages/interactions/package.json b/packages/interactions/package.json index 99feaad20e9..29a90c42675 100644 --- a/packages/interactions/package.json +++ b/packages/interactions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/interactions", - "version": "6.0.16", + "version": "6.0.17", "description": "Interactions category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -80,7 +80,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", + "@aws-amplify/core": "6.0.17", "typescript": "^5.0.2" }, "size-limit": [ diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 39cd7ec66fb..6ab79b5e4bc 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 2.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/notifications diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 126fd7f72f1..efcfedec6d0 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/notifications", - "version": "2.0.16", + "version": "2.0.17", "description": "Notifications category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -97,8 +97,8 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", - "@aws-amplify/react-native": "1.0.16", + "@aws-amplify/core": "6.0.17", + "@aws-amplify/react-native": "1.0.17", "typescript": "5.0.2" } } diff --git a/packages/predictions/CHANGELOG.md b/packages/predictions/CHANGELOG.md index e6cde89876f..da3a2ab13a2 100644 --- a/packages/predictions/CHANGELOG.md +++ b/packages/predictions/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 6.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/predictions diff --git a/packages/predictions/package.json b/packages/predictions/package.json index ab839e59284..aca11a1ac13 100644 --- a/packages/predictions/package.json +++ b/packages/predictions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/predictions", - "version": "6.0.16", + "version": "6.0.17", "description": "Machine learning category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -42,7 +42,7 @@ "src" ], "dependencies": { - "@aws-amplify/storage": "6.0.16", + "@aws-amplify/storage": "6.0.17", "@aws-sdk/client-comprehend": "3.398.0", "@aws-sdk/client-polly": "3.398.0", "@aws-sdk/client-rekognition": "3.398.0", @@ -58,7 +58,7 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", + "@aws-amplify/core": "6.0.17", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md index d8c58000885..8763ae9423f 100644 --- a/packages/pubsub/CHANGELOG.md +++ b/packages/pubsub/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 6.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/pubsub diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index 3dd577c4888..38b8b0b389e 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/pubsub", - "version": "6.0.16", + "version": "6.0.17", "description": "Pubsub category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -72,7 +72,7 @@ "mqtt" ], "dependencies": { - "@aws-amplify/auth": "6.0.16", + "@aws-amplify/auth": "6.0.17", "buffer": "4.9.2", "graphql": "15.8.0", "rxjs": "^7.8.1", @@ -83,7 +83,7 @@ "@aws-amplify/core": "^6.0.0" }, "devDependencies": { - "@aws-amplify/core": "6.0.16", + "@aws-amplify/core": "6.0.17", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 7ffbb738f10..00957464f97 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 1.0.16 (2024-02-09) **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 17d25a0ad64..dcff2f1522f 100644 --- a/packages/react-native/example/CHANGELOG.md +++ b/packages/react-native/example/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.18 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 0.0.17 (2024-02-09) **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 7e7416b398b..91b6a4a99ea 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.17", + "version": "0.0.18", "private": true, "scripts": { "android": "react-native run-android", diff --git a/packages/react-native/package.json b/packages/react-native/package.json index ddca514094f..9348bb45fc6 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.16", + "version": "1.0.17", "description": "React Native core module for aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -32,8 +32,8 @@ "react-native-get-random-values": ">=1.9.0" }, "devDependencies": { - "@aws-amplify/rtn-push-notification": "1.2.16", - "@aws-amplify/rtn-web-browser": "1.0.16", + "@aws-amplify/rtn-push-notification": "1.2.17", + "@aws-amplify/rtn-web-browser": "1.0.17", "@react-native-async-storage/async-storage": "^1.17.12", "@react-native-community/netinfo": "4.7.0", "@types/base-64": "1.0.0", diff --git a/packages/rtn-push-notification/CHANGELOG.md b/packages/rtn-push-notification/CHANGELOG.md index e75d2b55e47..474419b1151 100644 --- a/packages/rtn-push-notification/CHANGELOG.md +++ b/packages/rtn-push-notification/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 1.2.16 (2024-02-09) **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 d3de221293b..2ce986fbf51 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.16", + "version": "1.2.17", "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 08d52d10d5c..e996700f21a 100644 --- a/packages/rtn-web-browser/CHANGELOG.md +++ b/packages/rtn-web-browser/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 1.0.16 (2024-02-09) **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 12071792577..abbbf30f707 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.16", + "version": "1.0.17", "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 c9784509213..46c3fadec06 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 6.0.16 (2024-02-09) **Note:** Version bump only for package @aws-amplify/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 0cd7ef0ecfd..bdbda07a929 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/storage", - "version": "6.0.16", + "version": "6.0.17", "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.16", - "@aws-amplify/react-native": "1.0.16", + "@aws-amplify/core": "6.0.17", + "@aws-amplify/react-native": "1.0.17", "typescript": "5.0.2" } } diff --git a/scripts/tsc-compliance-test/CHANGELOG.md b/scripts/tsc-compliance-test/CHANGELOG.md index 88d974ea300..dd08b1410d6 100644 --- a/scripts/tsc-compliance-test/CHANGELOG.md +++ b/scripts/tsc-compliance-test/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.1.17 (2024-02-19) + +### Reverts + +- Revert "chore(release): Publish" (#13027) ([f6f4f42](https://github.com/aws-amplify/amplify-js/commit/f6f4f42befa04ed3c1502fa0adf17c6700abfddf)), closes [#13027](https://github.com/aws-amplify/amplify-js/issues/13027) + ## 0.1.16 (2024-02-09) **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 401323234a6..c009ab9667f 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.16", + "version": "0.1.17", "license": "MIT", "private": true, "devDependencies": { "@types/node": "^16.11.7", - "aws-amplify": "6.0.16", + "aws-amplify": "6.0.17", "typescript": "4.2.x" }, "scripts": {