From 4efe9beb33f1b7bae006308561a398911d82eae4 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Mon, 22 Jul 2024 22:37:01 +0000 Subject: [PATCH 1/3] chore(release): Set core metadata [skip release] --- packages/core/metadata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/metadata b/packages/core/metadata index 67fcfc609ff..4cf7ec16198 100644 --- a/packages/core/metadata +++ b/packages/core/metadata @@ -1 +1 @@ -880dfdcff +9cc959ab7 From 5c372cc4094a62270db43956796c0c8aabbe7a38 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Mon, 22 Jul 2024 22:37:14 +0000 Subject: [PATCH 2/3] chore(release): Publish [skip release] - @aws-amplify/adapter-nextjs@1.2.9 - @aws-amplify/analytics@7.0.39 - @aws-amplify/api@6.0.41 - @aws-amplify/api-graphql@4.1.10 - @aws-amplify/api-rest@4.0.39 - @aws-amplify/auth@6.3.10 - aws-amplify@6.4.2 - @aws-amplify/core@6.3.6 - @aws-amplify/datastore@5.0.41 - @aws-amplify/datastore-storage-adapter@2.1.41 - @aws-amplify/geo@3.0.39 - @aws-amplify/interactions@6.0.38 - @aws-amplify/notifications@2.0.39 - @aws-amplify/predictions@6.1.14 - @aws-amplify/pubsub@6.1.14 - @aws-amplify/storage@6.5.2 - tsc-compliance-test@0.1.44 --- packages/adapter-nextjs/CHANGELOG.md | 6 ++++++ packages/adapter-nextjs/package.json | 4 ++-- packages/analytics/CHANGELOG.md | 4 ++++ packages/analytics/package.json | 4 ++-- packages/api-graphql/CHANGELOG.md | 4 ++++ packages/api-graphql/package.json | 6 +++--- packages/api-rest/CHANGELOG.md | 4 ++++ packages/api-rest/package.json | 4 ++-- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 6 +++--- packages/auth/CHANGELOG.md | 4 ++++ packages/auth/package.json | 4 ++-- packages/aws-amplify/CHANGELOG.md | 6 ++++++ packages/aws-amplify/package.json | 16 ++++++++-------- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/datastore-storage-adapter/CHANGELOG.md | 4 ++++ packages/datastore-storage-adapter/package.json | 6 +++--- packages/datastore/CHANGELOG.md | 4 ++++ packages/datastore/package.json | 6 +++--- packages/geo/CHANGELOG.md | 4 ++++ packages/geo/package.json | 4 ++-- packages/interactions/CHANGELOG.md | 4 ++++ packages/interactions/package.json | 4 ++-- packages/notifications/CHANGELOG.md | 4 ++++ packages/notifications/package.json | 4 ++-- packages/predictions/CHANGELOG.md | 4 ++++ packages/predictions/package.json | 6 +++--- packages/pubsub/CHANGELOG.md | 4 ++++ packages/pubsub/package.json | 6 +++--- packages/storage/CHANGELOG.md | 4 ++++ packages/storage/package.json | 4 ++-- scripts/tsc-compliance-test/CHANGELOG.md | 4 ++++ scripts/tsc-compliance-test/package.json | 4 ++-- 34 files changed, 119 insertions(+), 45 deletions(-) diff --git a/packages/adapter-nextjs/CHANGELOG.md b/packages/adapter-nextjs/CHANGELOG.md index 24f8883947b..58ce6bccd33 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.2.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.2.8...@aws-amplify/adapter-nextjs@1.2.9) (2024-07-22) + +### Bug Fixes + +- **aws-amplify:** createKeyValueStorageFromCookieStorageAdapter misses default path and secure values ([#13508](https://github.com/aws-amplify/amplify-js/issues/13508)) ([60a559f](https://github.com/aws-amplify/amplify-js/commit/60a559f612e092c76e1499f93547248312db46f2)) + ## [1.2.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.2.7...@aws-amplify/adapter-nextjs@1.2.8) (2024-07-19) **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 4d1b68f9f96..f2d766c315c 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.2.8", + "version": "1.2.9", "description": "The adapter for the supporting of using Amplify APIs in Next.js.", "peerDependencies": { "aws-amplify": "^6.0.7", @@ -16,7 +16,7 @@ "@types/node": "^20.3.1", "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", - "aws-amplify": "6.4.1", + "aws-amplify": "6.4.2", "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 1d706f490c2..293686fa174 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.39](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.38...@aws-amplify/analytics@7.0.39) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/analytics + ## [7.0.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.37...@aws-amplify/analytics@7.0.38) (2024-07-19) **Note:** Version bump only for package @aws-amplify/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 875dff1a519..6351ca9f0e7 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/analytics", - "version": "7.0.38", + "version": "7.0.39", "description": "Analytics category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -103,7 +103,7 @@ "@aws-amplify/core": "^6.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "@aws-amplify/react-native": "1.1.3", "@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 e35f687387a..dcfd3456943 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.1.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.1.9...@aws-amplify/api-graphql@4.1.10) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/api-graphql + ## [4.1.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.1.8...@aws-amplify/api-graphql@4.1.9) (2024-07-19) **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 836eb18ed83..307c3093b4f 100644 --- a/packages/api-graphql/package.json +++ b/packages/api-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api-graphql", - "version": "4.1.9", + "version": "4.1.10", "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.38", - "@aws-amplify/core": "6.3.5", + "@aws-amplify/api-rest": "4.0.39", + "@aws-amplify/core": "6.3.6", "@aws-amplify/data-schema": "^1.0.0", "@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 bf9e49bb63c..8873167e75a 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.39](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.38...@aws-amplify/api-rest@4.0.39) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/api-rest + ## [4.0.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.37...@aws-amplify/api-rest@4.0.38) (2024-07-19) **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 0c1251cdc4c..88d67aaa802 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.38", + "version": "4.0.39", "description": "Api-rest category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -87,7 +87,7 @@ "@aws-amplify/core": "^6.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "@aws-amplify/react-native": "1.1.3", "typescript": "5.0.2" }, diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 489a3061556..40aeb2cb569 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.41](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.40...@aws-amplify/api@6.0.41) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/api + ## [6.0.40](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.39...@aws-amplify/api@6.0.40) (2024-07-19) **Note:** Version bump only for package @aws-amplify/api diff --git a/packages/api/package.json b/packages/api/package.json index d6a03f1ed84..3107b57888e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api", - "version": "6.0.40", + "version": "6.0.41", "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.1.9", - "@aws-amplify/api-rest": "4.0.38", + "@aws-amplify/api-graphql": "4.1.10", + "@aws-amplify/api-rest": "4.0.39", "tslib": "^2.5.0" } } diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index e8e0e79a5db..b2d58010cd1 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.3.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.3.9...@aws-amplify/auth@6.3.10) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/auth + ## [6.3.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.3.8...@aws-amplify/auth@6.3.9) (2024-07-19) **Note:** Version bump only for package @aws-amplify/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index df144b4f4eb..fa4e334b909 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/auth", - "version": "6.3.9", + "version": "6.3.10", "description": "Auth category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -97,7 +97,7 @@ "@aws-amplify/core": "^6.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "@aws-amplify/react-native": "1.1.3", "@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 7addfa9b5d9..5c15942ac0c 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.4.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.4.1...aws-amplify@6.4.2) (2024-07-22) + +### Bug Fixes + +- **aws-amplify:** createKeyValueStorageFromCookieStorageAdapter misses default path and secure values ([#13508](https://github.com/aws-amplify/amplify-js/issues/13508)) ([60a559f](https://github.com/aws-amplify/amplify-js/commit/60a559f612e092c76e1499f93547248312db46f2)) + ## [6.4.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.4.0...aws-amplify@6.4.1) (2024-07-19) **Note:** Version bump only for package aws-amplify diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index e9f0ba5feed..b35b2ba395f 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "6.4.1", + "version": "6.4.2", "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", @@ -276,13 +276,13 @@ "utils" ], "dependencies": { - "@aws-amplify/analytics": "7.0.38", - "@aws-amplify/api": "6.0.40", - "@aws-amplify/auth": "6.3.9", - "@aws-amplify/core": "6.3.5", - "@aws-amplify/datastore": "5.0.40", - "@aws-amplify/notifications": "2.0.38", - "@aws-amplify/storage": "6.5.1", + "@aws-amplify/analytics": "7.0.39", + "@aws-amplify/api": "6.0.41", + "@aws-amplify/auth": "6.3.10", + "@aws-amplify/core": "6.3.6", + "@aws-amplify/datastore": "5.0.41", + "@aws-amplify/notifications": "2.0.39", + "@aws-amplify/storage": "6.5.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3d5f0d1c369..ad7d42f391a 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.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.3.5...@aws-amplify/core@6.3.6) (2024-07-22) + +### Bug Fixes + +- **aws-amplify:** createKeyValueStorageFromCookieStorageAdapter misses default path and secure values ([#13508](https://github.com/aws-amplify/amplify-js/issues/13508)) ([60a559f](https://github.com/aws-amplify/amplify-js/commit/60a559f612e092c76e1499f93547248312db46f2)) + ## [6.3.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.3.4...@aws-amplify/core@6.3.5) (2024-07-19) **Note:** Version bump only for package @aws-amplify/core diff --git a/packages/core/package.json b/packages/core/package.json index a1ebba05d52..d1b24967125 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/core", - "version": "6.3.5", + "version": "6.3.6", "description": "Core category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", diff --git a/packages/datastore-storage-adapter/CHANGELOG.md b/packages/datastore-storage-adapter/CHANGELOG.md index f25953cf299..a1f3652e796 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.41](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.40...@aws-amplify/datastore-storage-adapter@2.1.41) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter + ## [2.1.40](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.39...@aws-amplify/datastore-storage-adapter@2.1.40) (2024-07-19) **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 67cce136c27..3c39e88786a 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.40", + "version": "2.1.41", "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.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", - "@aws-amplify/datastore": "5.0.40", + "@aws-amplify/core": "6.3.6", + "@aws-amplify/datastore": "5.0.41", "@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 54e2e60f9fb..f14b689bb95 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.41](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.40...@aws-amplify/datastore@5.0.41) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/datastore + ## [5.0.40](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.39...@aws-amplify/datastore@5.0.40) (2024-07-19) **Note:** Version bump only for package @aws-amplify/datastore diff --git a/packages/datastore/package.json b/packages/datastore/package.json index a2849ea7cfb..6093d098e59 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/datastore", - "version": "5.0.40", + "version": "5.0.41", "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.40", + "@aws-amplify/api": "6.0.41", "buffer": "4.9.2", "idb": "5.0.6", "immer": "9.0.6", @@ -55,7 +55,7 @@ "@aws-amplify/core": "^6.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "@aws-amplify/react-native": "1.1.3", "@types/uuid-validate": "^0.0.1", "dexie": "3.2.2", diff --git a/packages/geo/CHANGELOG.md b/packages/geo/CHANGELOG.md index c4a6e298b70..b79751b8c4a 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.39](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@3.0.38...@aws-amplify/geo@3.0.39) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/geo + ## [3.0.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@3.0.37...@aws-amplify/geo@3.0.38) (2024-07-19) **Note:** Version bump only for package @aws-amplify/geo diff --git a/packages/geo/package.json b/packages/geo/package.json index da2d52e3331..b7530dff488 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/geo", - "version": "3.0.38", + "version": "3.0.39", "description": "Geo category for aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -76,7 +76,7 @@ "@aws-amplify/core": "^6.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/interactions/CHANGELOG.md b/packages/interactions/CHANGELOG.md index f0a7e6a2a71..0d88f5df5de 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.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@6.0.37...@aws-amplify/interactions@6.0.38) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/interactions + ## [6.0.37](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@6.0.36...@aws-amplify/interactions@6.0.37) (2024-07-19) **Note:** Version bump only for package @aws-amplify/interactions diff --git a/packages/interactions/package.json b/packages/interactions/package.json index 79e75291ed4..5b5bce289e6 100644 --- a/packages/interactions/package.json +++ b/packages/interactions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/interactions", - "version": "6.0.37", + "version": "6.0.38", "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.3.5", + "@aws-amplify/core": "6.3.6", "typescript": "^5.0.2" }, "size-limit": [ diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index ae5f1282edf..f9b74a510ea 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.39](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.38...@aws-amplify/notifications@2.0.39) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/notifications + ## [2.0.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.37...@aws-amplify/notifications@2.0.38) (2024-07-19) **Note:** Version bump only for package @aws-amplify/notifications diff --git a/packages/notifications/package.json b/packages/notifications/package.json index c13ee71eb2f..b8ee3250861 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/notifications", - "version": "2.0.38", + "version": "2.0.39", "description": "Notifications category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -98,7 +98,7 @@ "@aws-amplify/core": "^6.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "@aws-amplify/react-native": "1.1.3", "typescript": "5.0.2" } diff --git a/packages/predictions/CHANGELOG.md b/packages/predictions/CHANGELOG.md index 2832ff7b04f..f07c37a7dba 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.1.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.1.13...@aws-amplify/predictions@6.1.14) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/predictions + ## [6.1.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.1.12...@aws-amplify/predictions@6.1.13) (2024-07-19) **Note:** Version bump only for package @aws-amplify/predictions diff --git a/packages/predictions/package.json b/packages/predictions/package.json index fd1d9c5e8d2..d351f3454eb 100644 --- a/packages/predictions/package.json +++ b/packages/predictions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/predictions", - "version": "6.1.13", + "version": "6.1.14", "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.5.1", + "@aws-amplify/storage": "6.5.2", "@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.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md index 7e6d5598cfe..beb8fb2db6b 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.1.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.1.13...@aws-amplify/pubsub@6.1.14) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/pubsub + ## [6.1.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.1.12...@aws-amplify/pubsub@6.1.13) (2024-07-19) **Note:** Version bump only for package @aws-amplify/pubsub diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index 2da39706b76..35cce70a9d9 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/pubsub", - "version": "6.1.13", + "version": "6.1.14", "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.3.9", + "@aws-amplify/auth": "6.3.10", "buffer": "4.9.2", "graphql": "15.8.0", "rxjs": "^7.8.1", @@ -84,7 +84,7 @@ "@aws-amplify/core": "^6.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 310e87723ae..56a9a91b410 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.5.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.5.1...@aws-amplify/storage@6.5.2) (2024-07-22) + +**Note:** Version bump only for package @aws-amplify/storage + ## [6.5.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.5.0...@aws-amplify/storage@6.5.1) (2024-07-19) **Note:** Version bump only for package @aws-amplify/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 7d1897875f9..60abd9695d1 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/storage", - "version": "6.5.1", + "version": "6.5.2", "description": "Storage category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", @@ -101,7 +101,7 @@ "@aws-amplify/core": "^6.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.3.5", + "@aws-amplify/core": "6.3.6", "@aws-amplify/react-native": "1.1.3", "typescript": "5.0.2" } diff --git a/scripts/tsc-compliance-test/CHANGELOG.md b/scripts/tsc-compliance-test/CHANGELOG.md index cf248dfef22..3e530880950 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.44](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.43...tsc-compliance-test@0.1.44) (2024-07-22) + +**Note:** Version bump only for package tsc-compliance-test + ## [0.1.43](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.42...tsc-compliance-test@0.1.43) (2024-07-19) **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 444c87ad70e..facbc10fb85 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.43", + "version": "0.1.44", "license": "MIT", "private": true, "devDependencies": { "@types/node": "16.18.82", - "aws-amplify": "6.4.1", + "aws-amplify": "6.4.2", "typescript": "4.2.x" }, "scripts": { From 4c7e6edff7b9af324ecfe46d93f981e400e59ec7 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Mon, 22 Jul 2024 22:38:34 +0000 Subject: [PATCH 3/3] chore(release): Update API docs [skip release] --- .../aws_amplify.adapter_core.CookieStorage.Adapter.html | 2 +- docs/api/modules/_aws_amplify_adapter_nextjs.html | 4 ++-- docs/api/modules/_aws_amplify_datastore_storage_adapter.html | 4 ++-- docs/api/modules/_aws_amplify_geo.html | 4 ++-- docs/api/modules/_aws_amplify_interactions.html | 4 ++-- docs/api/modules/_aws_amplify_predictions.html | 4 ++-- docs/api/modules/_aws_amplify_pubsub.html | 4 ++-- docs/api/modules/aws_amplify.html | 4 ++-- ...s_amplify.adapter_core.CookieStorage.SetCookieOptions.html | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/api/interfaces/aws_amplify.adapter_core.CookieStorage.Adapter.html b/docs/api/interfaces/aws_amplify.adapter_core.CookieStorage.Adapter.html index 5c6642c45c6..7bc61f98156 100644 --- a/docs/api/interfaces/aws_amplify.adapter_core.CookieStorage.Adapter.html +++ b/docs/api/interfaces/aws_amplify.adapter_core.CookieStorage.Adapter.html @@ -11,5 +11,5 @@

Returns Cookie[]

  • Set a cookie in the storage.

    Parameters

    • name: string

      The name of the cookie.

    • value: string

      The value of the cookie.

      -
    • Optional options: Partial<Pick<CookieSerializeOptions, "domain" | "expires" | "httpOnly" | "maxAge" | "sameSite" | "secure">>

      The cookie's options.

      +
    • Optional options: Partial<Pick<CookieSerializeOptions, "domain" | "expires" | "httpOnly" | "maxAge" | "sameSite" | "secure" | "path">>

      The cookie's options.

    Returns void

\ No newline at end of file diff --git a/docs/api/modules/_aws_amplify_adapter_nextjs.html b/docs/api/modules/_aws_amplify_adapter_nextjs.html index 452294ee0d1..547df150258 100644 --- a/docs/api/modules/_aws_amplify_adapter_nextjs.html +++ b/docs/api/modules/_aws_amplify_adapter_nextjs.html @@ -1,5 +1,5 @@ -@aws-amplify/adapter-nextjs - v1.2.8 | Amplify JS API Documentation -

Module @aws-amplify/adapter-nextjs - v1.2.8

This package contains the AWS Amplify Next.js Adapter. For more information on using Next.js in your application please reference the Amplify Dev Center.

+@aws-amplify/adapter-nextjs - v1.2.9 | Amplify JS API Documentation +

Module @aws-amplify/adapter-nextjs - v1.2.9

This package contains the AWS Amplify Next.js Adapter. For more information on using Next.js in your application please reference the Amplify Dev Center.

Index

Modules

api index utils diff --git a/docs/api/modules/_aws_amplify_datastore_storage_adapter.html b/docs/api/modules/_aws_amplify_datastore_storage_adapter.html index 52e651dbe01..f9017784f2f 100644 --- a/docs/api/modules/_aws_amplify_datastore_storage_adapter.html +++ b/docs/api/modules/_aws_amplify_datastore_storage_adapter.html @@ -1,5 +1,5 @@ -@aws-amplify/datastore-storage-adapter - v2.1.40 | Amplify JS API Documentation -

Module @aws-amplify/datastore-storage-adapter - v2.1.40

This package contains the AWS Amplify DataStore storage adapter. For more information on using the DataStore storage adapter in your application please reference the Amplify Dev Center.

+@aws-amplify/datastore-storage-adapter - v2.1.41 | Amplify JS API Documentation +

Module @aws-amplify/datastore-storage-adapter - v2.1.41

This package contains the AWS Amplify DataStore storage adapter. For more information on using the DataStore storage adapter in your application please reference the Amplify Dev Center.

Index

Modules

ExpoSQLiteAdapter/ExpoSQLiteAdapter SQLiteAdapter/SQLiteAdapter index diff --git a/docs/api/modules/_aws_amplify_geo.html b/docs/api/modules/_aws_amplify_geo.html index 287e0886f74..2b36dc73f9c 100644 --- a/docs/api/modules/_aws_amplify_geo.html +++ b/docs/api/modules/_aws_amplify_geo.html @@ -1,5 +1,5 @@ -@aws-amplify/geo - v3.0.38 | Amplify JS API Documentation -

Module @aws-amplify/geo - v3.0.38

This package contains the AWS Amplify Geo category. For more information on using Geo in your application please reference the Amplify Dev Center.

+@aws-amplify/geo - v3.0.39 | Amplify JS API Documentation +

Module @aws-amplify/geo - v3.0.39

This package contains the AWS Amplify Geo category. For more information on using Geo in your application please reference the Amplify Dev Center.

Index

Modules

\ No newline at end of file diff --git a/docs/api/modules/_aws_amplify_interactions.html b/docs/api/modules/_aws_amplify_interactions.html index 368526616d7..24fd3dc7bc7 100644 --- a/docs/api/modules/_aws_amplify_interactions.html +++ b/docs/api/modules/_aws_amplify_interactions.html @@ -1,5 +1,5 @@ -@aws-amplify/interactions - v6.0.37 | Amplify JS API Documentation -

Module @aws-amplify/interactions - v6.0.37

This package contains the AWS Amplify Interactions category. For more information on using Interactions in your application please reference the Amplify Dev Center.

+@aws-amplify/interactions - v6.0.38 | Amplify JS API Documentation +

Module @aws-amplify/interactions - v6.0.38

This package contains the AWS Amplify Interactions category. For more information on using Interactions in your application please reference the Amplify Dev Center.

Index

Modules

index lex-v1 lex-v2 diff --git a/docs/api/modules/_aws_amplify_predictions.html b/docs/api/modules/_aws_amplify_predictions.html index f42598ea3a3..88397ef26bc 100644 --- a/docs/api/modules/_aws_amplify_predictions.html +++ b/docs/api/modules/_aws_amplify_predictions.html @@ -1,5 +1,5 @@ -@aws-amplify/predictions - v6.1.13 | Amplify JS API Documentation -

Module @aws-amplify/predictions - v6.1.13

This package contains the AWS Amplify Predictions category. For more information on using Predictions in your application please reference the Amplify Dev Center.

+@aws-amplify/predictions - v6.1.14 | Amplify JS API Documentation +

Module @aws-amplify/predictions - v6.1.14

This package contains the AWS Amplify Predictions category. For more information on using Predictions in your application please reference the Amplify Dev Center.

Index

Modules

Interfaces

IdentifyEntitiesInput IdentifyEntitiesOutput diff --git a/docs/api/modules/_aws_amplify_pubsub.html b/docs/api/modules/_aws_amplify_pubsub.html index de0fa24105a..e430ebfe68b 100644 --- a/docs/api/modules/_aws_amplify_pubsub.html +++ b/docs/api/modules/_aws_amplify_pubsub.html @@ -1,5 +1,5 @@ -@aws-amplify/pubsub - v6.1.13 | Amplify JS API Documentation -

Module @aws-amplify/pubsub - v6.1.13

This package contains the AWS Amplify PubSub category. For more information on using PubSub in your application please reference the Amplify Dev Center.

+@aws-amplify/pubsub - v6.1.14 | Amplify JS API Documentation +

Module @aws-amplify/pubsub - v6.1.14

This package contains the AWS Amplify PubSub category. For more information on using PubSub in your application please reference the Amplify Dev Center.

Index

Modules

clients/iot clients/mqtt index diff --git a/docs/api/modules/aws_amplify.html b/docs/api/modules/aws_amplify.html index e6a6fd51434..49530d4157e 100644 --- a/docs/api/modules/aws_amplify.html +++ b/docs/api/modules/aws_amplify.html @@ -1,5 +1,5 @@ -aws-amplify - v6.4.1 | Amplify JS API Documentation -

Module aws-amplify - v6.4.1

AWS Amplify Package - aws-amplify

AWS Amplify is a JavaScript library for frontend and mobile developers building cloud-enabled applications. The library is a declarative interface across different categories of operations in order to make common tasks easier to add into your application. The default implementation works with Amazon Web Services (AWS) resources but is designed to be open and pluggable for usage with other cloud services that wish to provide an implementation or custom backends.

+aws-amplify - v6.4.2 | Amplify JS API Documentation +

Module aws-amplify - v6.4.2

AWS Amplify Package - aws-amplify

AWS Amplify is a JavaScript library for frontend and mobile developers building cloud-enabled applications. The library is a declarative interface across different categories of operations in order to make common tasks easier to add into your application. The default implementation works with Amazon Web Services (AWS) resources but is designed to be open and pluggable for usage with other cloud services that wish to provide an implementation or custom backends.

Documentation is available here.

Index

Modules

adapter-core analytics diff --git a/docs/api/types/aws_amplify.adapter_core.CookieStorage.SetCookieOptions.html b/docs/api/types/aws_amplify.adapter_core.CookieStorage.SetCookieOptions.html index 4b8077c5bb2..66f142ca2fe 100644 --- a/docs/api/types/aws_amplify.adapter_core.CookieStorage.SetCookieOptions.html +++ b/docs/api/types/aws_amplify.adapter_core.CookieStorage.SetCookieOptions.html @@ -1,2 +1,2 @@ SetCookieOptions | Amplify JS API Documentation -
SetCookieOptions: Partial<Pick<CookieSerializeOptions, "domain" | "expires" | "httpOnly" | "maxAge" | "sameSite" | "secure">>
\ No newline at end of file +
SetCookieOptions: Partial<Pick<CookieSerializeOptions, "domain" | "expires" | "httpOnly" | "maxAge" | "sameSite" | "secure" | "path">>
\ No newline at end of file