From 8dfda285ee12316ce37d35f716d3269e49e81bf8 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Thu, 23 May 2024 00:13:32 +0000 Subject: [PATCH 1/2] chore(release): Publish [skip release] - @aws-amplify/adapter-nextjs@1.2.0 - @aws-amplify/analytics@7.0.32 - @aws-amplify/api@6.0.34 - @aws-amplify/api-graphql@4.1.3 - @aws-amplify/api-rest@4.0.32 - @aws-amplify/auth@6.3.3 - aws-amplify@6.3.3 - @aws-amplify/core@6.3.0 - @aws-amplify/datastore@5.0.34 - @aws-amplify/datastore-storage-adapter@2.1.34 - @aws-amplify/geo@3.0.32 - @aws-amplify/interactions@6.0.32 - @aws-amplify/notifications@2.0.32 - @aws-amplify/predictions@6.1.7 - @aws-amplify/pubsub@6.1.7 - @aws-amplify/storage@6.4.3 - tsc-compliance-test@0.1.36 --- packages/adapter-nextjs/CHANGELOG.md | 14 ++++++++++++++ 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 | 4 ++++ packages/aws-amplify/package.json | 16 ++++++++-------- packages/core/CHANGELOG.md | 10 ++++++++++ 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 | 6 ++++++ packages/storage/package.json | 4 ++-- scripts/tsc-compliance-test/CHANGELOG.md | 4 ++++ scripts/tsc-compliance-test/package.json | 4 ++-- 34 files changed, 131 insertions(+), 45 deletions(-) diff --git a/packages/adapter-nextjs/CHANGELOG.md b/packages/adapter-nextjs/CHANGELOG.md index 18e6ce5b4ed..5c11fa7ae91 100644 --- a/packages/adapter-nextjs/CHANGELOG.md +++ b/packages/adapter-nextjs/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.1.8...@aws-amplify/adapter-nextjs@1.2.0) (2024-05-23) + +### Bug Fixes + +- **adapter-nextjs:** Set-Cookie headers incorrectly set with getServerSideProps context ([#13388](https://github.com/aws-amplify/amplify-js/issues/13388)) ([47f0f8b](https://github.com/aws-amplify/amplify-js/commit/47f0f8b69e43491b6dc9993f01759cc028ed6d25)) + +### Features + +- **core:** validate if access and id tokens are valid cognito tokens ([#13385](https://github.com/aws-amplify/amplify-js/issues/13385)) ([0b72b32](https://github.com/aws-amplify/amplify-js/commit/0b72b32348dc63bbc11596a062338ee9ddfa9177)) + +### Reverts + +- Revert "feat(core): validate if access and id tokens are valid cognito tokens (#13385)" (#13410) ([82d53fa](https://github.com/aws-amplify/amplify-js/commit/82d53fab4e47e988b26811cb8b6fe09abbdbda4b)), closes [#13385](https://github.com/aws-amplify/amplify-js/issues/13385) [#13410](https://github.com/aws-amplify/amplify-js/issues/13410) + ## [1.1.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.1.7...@aws-amplify/adapter-nextjs@1.1.8) (2024-05-16) **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 9f879356aee..445f6c4a48a 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.1.8", + "version": "1.2.0", "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.3.2", + "aws-amplify": "6.3.3", "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 4c58fbfc08f..be6abcd22b7 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.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.31...@aws-amplify/analytics@7.0.32) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/analytics + ## [7.0.31](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.30...@aws-amplify/analytics@7.0.31) (2024-05-13) **Note:** Version bump only for package @aws-amplify/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 9e256812e60..06f07aa7dd2 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/analytics", - "version": "7.0.31", + "version": "7.0.32", "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.2.1", + "@aws-amplify/core": "6.3.0", "@aws-amplify/react-native": "1.1.1", "@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 6c03c75069a..d46ff942af3 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.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.1.2...@aws-amplify/api-graphql@4.1.3) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/api-graphql + ## [4.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.1.1...@aws-amplify/api-graphql@4.1.2) (2024-05-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 d00e669273e..bbdff302079 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.2", + "version": "4.1.3", "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.31", - "@aws-amplify/core": "6.2.1", + "@aws-amplify/api-rest": "4.0.32", + "@aws-amplify/core": "6.3.0", "@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 50ade3ffe4e..f0ef18d2685 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.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.31...@aws-amplify/api-rest@4.0.32) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/api-rest + ## [4.0.31](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.30...@aws-amplify/api-rest@4.0.31) (2024-05-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 dcd63ae2de1..9eaca16cc1d 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.31", + "version": "4.0.32", "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.2.1", + "@aws-amplify/core": "6.3.0", "@aws-amplify/react-native": "1.1.1", "typescript": "5.0.2" }, diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 9ead035bba9..24614eea839 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.34](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.33...@aws-amplify/api@6.0.34) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/api + ## [6.0.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.32...@aws-amplify/api@6.0.33) (2024-05-13) **Note:** Version bump only for package @aws-amplify/api diff --git a/packages/api/package.json b/packages/api/package.json index 1013966b18d..cb71b672658 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api", - "version": "6.0.33", + "version": "6.0.34", "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.2", - "@aws-amplify/api-rest": "4.0.31", + "@aws-amplify/api-graphql": "4.1.3", + "@aws-amplify/api-rest": "4.0.32", "tslib": "^2.5.0" } } diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index f0b9e0b3cae..c7ae31a1044 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.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.3.2...@aws-amplify/auth@6.3.3) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/auth + ## [6.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.3.1...@aws-amplify/auth@6.3.2) (2024-05-16) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index e8a9c52a8ae..583b239a24e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/auth", - "version": "6.3.2", + "version": "6.3.3", "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.2.1", + "@aws-amplify/core": "6.3.0", "@aws-amplify/react-native": "1.1.1", "@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 057f2015a24..79be6333ffd 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.3.3](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.3.2...aws-amplify@6.3.3) (2024-05-23) + +**Note:** Version bump only for package aws-amplify + ## [6.3.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.3.1...aws-amplify@6.3.2) (2024-05-16) ### Bug Fixes diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index 89e14cd5863..fcf8df05f50 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "6.3.2", + "version": "6.3.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", @@ -276,13 +276,13 @@ "utils" ], "dependencies": { - "@aws-amplify/analytics": "7.0.31", - "@aws-amplify/api": "6.0.33", - "@aws-amplify/auth": "6.3.2", - "@aws-amplify/core": "6.2.1", - "@aws-amplify/datastore": "5.0.33", - "@aws-amplify/notifications": "2.0.31", - "@aws-amplify/storage": "6.4.2", + "@aws-amplify/analytics": "7.0.32", + "@aws-amplify/api": "6.0.34", + "@aws-amplify/auth": "6.3.3", + "@aws-amplify/core": "6.3.0", + "@aws-amplify/datastore": "5.0.34", + "@aws-amplify/notifications": "2.0.32", + "@aws-amplify/storage": "6.4.3", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3bc869af942..17a72847a02 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.2.1...@aws-amplify/core@6.3.0) (2024-05-23) + +### Features + +- **core:** validate if access and id tokens are valid cognito tokens ([#13385](https://github.com/aws-amplify/amplify-js/issues/13385)) ([0b72b32](https://github.com/aws-amplify/amplify-js/commit/0b72b32348dc63bbc11596a062338ee9ddfa9177)) + +### Reverts + +- Revert "feat(core): validate if access and id tokens are valid cognito tokens (#13385)" (#13410) ([82d53fa](https://github.com/aws-amplify/amplify-js/commit/82d53fab4e47e988b26811cb8b6fe09abbdbda4b)), closes [#13385](https://github.com/aws-amplify/amplify-js/issues/13385) [#13410](https://github.com/aws-amplify/amplify-js/issues/13410) + ## [6.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.2.0...@aws-amplify/core@6.2.1) (2024-05-13) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 4575f026981..4b1b84d09e0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/core", - "version": "6.2.1", + "version": "6.3.0", "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 e55579658ac..2102a9ce4ef 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.34](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.33...@aws-amplify/datastore-storage-adapter@2.1.34) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter + ## [2.1.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.32...@aws-amplify/datastore-storage-adapter@2.1.33) (2024-05-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 e58cf2f4d19..9d9ea20671a 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.33", + "version": "2.1.34", "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.2.1", - "@aws-amplify/datastore": "5.0.33", + "@aws-amplify/core": "6.3.0", + "@aws-amplify/datastore": "5.0.34", "@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 2761b097aee..2c41b89d80f 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.34](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.33...@aws-amplify/datastore@5.0.34) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/datastore + ## [5.0.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.32...@aws-amplify/datastore@5.0.33) (2024-05-13) **Note:** Version bump only for package @aws-amplify/datastore diff --git a/packages/datastore/package.json b/packages/datastore/package.json index 10c115b85c7..9f37f66c10c 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/datastore", - "version": "5.0.33", + "version": "5.0.34", "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.33", + "@aws-amplify/api": "6.0.34", "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.2.1", + "@aws-amplify/core": "6.3.0", "@aws-amplify/react-native": "1.1.1", "@types/uuid-validate": "^0.0.1", "dexie": "3.2.2", diff --git a/packages/geo/CHANGELOG.md b/packages/geo/CHANGELOG.md index 9713b8374b6..86087b3e25c 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.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@3.0.31...@aws-amplify/geo@3.0.32) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/geo + ## [3.0.31](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@3.0.30...@aws-amplify/geo@3.0.31) (2024-05-13) **Note:** Version bump only for package @aws-amplify/geo diff --git a/packages/geo/package.json b/packages/geo/package.json index 3760aa5b5dd..666f8d21d91 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/geo", - "version": "3.0.31", + "version": "3.0.32", "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.2.1", + "@aws-amplify/core": "6.3.0", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/interactions/CHANGELOG.md b/packages/interactions/CHANGELOG.md index 74972f4b1d2..390505bd9a6 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.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@6.0.31...@aws-amplify/interactions@6.0.32) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/interactions + ## [6.0.31](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@6.0.30...@aws-amplify/interactions@6.0.31) (2024-05-13) **Note:** Version bump only for package @aws-amplify/interactions diff --git a/packages/interactions/package.json b/packages/interactions/package.json index 8387d89a7bc..9c3aa1d81f6 100644 --- a/packages/interactions/package.json +++ b/packages/interactions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/interactions", - "version": "6.0.31", + "version": "6.0.32", "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.2.1", + "@aws-amplify/core": "6.3.0", "typescript": "^5.0.2" }, "size-limit": [ diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 906527464cc..a5bc3061ac9 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.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.31...@aws-amplify/notifications@2.0.32) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/notifications + ## [2.0.31](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.30...@aws-amplify/notifications@2.0.31) (2024-05-13) ### Bug Fixes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 50d90e681d1..b3695df60e5 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/notifications", - "version": "2.0.31", + "version": "2.0.32", "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.2.1", + "@aws-amplify/core": "6.3.0", "@aws-amplify/react-native": "1.1.1", "typescript": "5.0.2" } diff --git a/packages/predictions/CHANGELOG.md b/packages/predictions/CHANGELOG.md index a5f006aad4e..068d66ca643 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.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.1.6...@aws-amplify/predictions@6.1.7) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/predictions + ## [6.1.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.1.5...@aws-amplify/predictions@6.1.6) (2024-05-13) **Note:** Version bump only for package @aws-amplify/predictions diff --git a/packages/predictions/package.json b/packages/predictions/package.json index 478e1146393..56b0c21fd05 100644 --- a/packages/predictions/package.json +++ b/packages/predictions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/predictions", - "version": "6.1.6", + "version": "6.1.7", "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.4.2", + "@aws-amplify/storage": "6.4.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.1.0" }, "devDependencies": { - "@aws-amplify/core": "6.2.1", + "@aws-amplify/core": "6.3.0", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md index a12948047e6..ecc3dce9941 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.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.1.6...@aws-amplify/pubsub@6.1.7) (2024-05-23) + +**Note:** Version bump only for package @aws-amplify/pubsub + ## [6.1.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.1.5...@aws-amplify/pubsub@6.1.6) (2024-05-16) **Note:** Version bump only for package @aws-amplify/pubsub diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index 10fa4268f77..9ab7f9013c9 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/pubsub", - "version": "6.1.6", + "version": "6.1.7", "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.2", + "@aws-amplify/auth": "6.3.3", "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.2.1", + "@aws-amplify/core": "6.3.0", "typescript": "5.0.2" }, "size-limit": [ diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 16a39893c52..2101259d825 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.4.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.4.2...@aws-amplify/storage@6.4.3) (2024-05-23) + +### Bug Fixes + +- **storage:** credentials expires after 1 hour ([#13329](https://github.com/aws-amplify/amplify-js/issues/13329)) ([d7d33da](https://github.com/aws-amplify/amplify-js/commit/d7d33da192ff610c01fcdd417460ddd79d3dcb8d)) + ## [6.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.4.1...@aws-amplify/storage@6.4.2) (2024-05-13) **Note:** Version bump only for package @aws-amplify/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 4664b1ba805..6d819b0b965 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/storage", - "version": "6.4.2", + "version": "6.4.3", "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.2.1", + "@aws-amplify/core": "6.3.0", "@aws-amplify/react-native": "1.1.1", "typescript": "5.0.2" } diff --git a/scripts/tsc-compliance-test/CHANGELOG.md b/scripts/tsc-compliance-test/CHANGELOG.md index d3d003507fa..77f9556719f 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.36](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.35...tsc-compliance-test@0.1.36) (2024-05-23) + +**Note:** Version bump only for package tsc-compliance-test + ## [0.1.35](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.34...tsc-compliance-test@0.1.35) (2024-05-16) **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 dc3b6e37994..061132d04bb 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.35", + "version": "0.1.36", "license": "MIT", "private": true, "devDependencies": { "@types/node": "16.18.82", - "aws-amplify": "6.3.2", + "aws-amplify": "6.3.3", "typescript": "4.2.x" }, "scripts": { From 5a30b27d62a7dcb424f7f69883c7464cbb5bdba4 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Thu, 23 May 2024 00:15:22 +0000 Subject: [PATCH 2/2] chore(release): update API docs [skip release] --- 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 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/api/modules/_aws_amplify_adapter_nextjs.html b/docs/api/modules/_aws_amplify_adapter_nextjs.html index c3df0f20ba1..89d949976e8 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.1.8 | Amplify JS API Documentation -

Module @aws-amplify/adapter-nextjs - v1.1.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.0 | Amplify JS API Documentation +

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

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 1bdbd9cf9e2..bf1e86b7146 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.33 | Amplify JS API Documentation -

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

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.34 | Amplify JS API Documentation +

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

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 80a9452a009..ceda0633cc8 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.31 | Amplify JS API Documentation -

Module @aws-amplify/geo - v3.0.31

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.32 | Amplify JS API Documentation +

Module @aws-amplify/geo - v3.0.32

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 79924eaff18..8aed2f0d658 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.31 | Amplify JS API Documentation -

Module @aws-amplify/interactions - v6.0.31

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.32 | Amplify JS API Documentation +

Module @aws-amplify/interactions - v6.0.32

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 58ea024278a..68252bc3ff0 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.6 | Amplify JS API Documentation -

Module @aws-amplify/predictions - v6.1.6

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.7 | Amplify JS API Documentation +

Module @aws-amplify/predictions - v6.1.7

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 e2fefdfecd6..c9df2b55af7 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.6 | Amplify JS API Documentation -

Module @aws-amplify/pubsub - v6.1.6

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.7 | Amplify JS API Documentation +

Module @aws-amplify/pubsub - v6.1.7

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 a0c91227a29..b7ebb5ce468 100644 --- a/docs/api/modules/aws_amplify.html +++ b/docs/api/modules/aws_amplify.html @@ -1,5 +1,5 @@ -aws-amplify - v6.3.2 | Amplify JS API Documentation -

Module aws-amplify - v6.3.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.

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

Module aws-amplify - v6.3.3

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