adapter- core
analytics
analytics/kinesis
diff --git a/packages/adapter-nextjs/CHANGELOG.md b/packages/adapter-nextjs/CHANGELOG.md
index 392d03ff7fc..b273f3fe2ca 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.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.0.30...@aws-amplify/adapter-nextjs@1.1.4) (2024-04-26)
+
+### Bug Fixes
+
+- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))
+
## [1.0.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.0.29...@aws-amplify/adapter-nextjs@1.0.30) (2024-04-24)
**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 ffb77a6a853..d402cc0298f 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.3",
+ "version": "1.1.4",
"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.1.3",
+ "aws-amplify": "6.1.4",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 < 15.0.0",
"typescript": "5.0.2"
diff --git a/packages/api-graphql/CHANGELOG.md b/packages/api-graphql/CHANGELOG.md
index bb93eb3cd99..8be02585b4e 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.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.0.29...@aws-amplify/api-graphql@4.0.30) (2024-04-26)
+
+### Bug Fixes
+
+- **data:** tests for error response fix ([#13279](https://github.com/aws-amplify/amplify-js/issues/13279)) ([1aef1ee](https://github.com/aws-amplify/amplify-js/commit/1aef1ee0e65d1489e4d86d19a6d017f852f3bafd))
+
## [4.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.0.28...@aws-amplify/api-graphql@4.0.29) (2024-04-22)
### Bug Fixes
diff --git a/packages/api-graphql/package.json b/packages/api-graphql/package.json
index b6915138055..f3ce9e0cc0e 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.29",
+ "version": "4.0.30",
"description": "Api-graphql category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md
index 64c9a2439a6..2efda5524ee 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.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.29...@aws-amplify/api@6.0.30) (2024-04-26)
+
+**Note:** Version bump only for package @aws-amplify/api
+
## [6.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.28...@aws-amplify/api@6.0.29) (2024-04-22)
**Note:** Version bump only for package @aws-amplify/api
diff --git a/packages/api/package.json b/packages/api/package.json
index 87053d2cae8..a25a91482f9 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
- "version": "6.0.29",
+ "version": "6.0.30",
"description": "Api category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
@@ -79,7 +79,7 @@
"server"
],
"dependencies": {
- "@aws-amplify/api-graphql": "4.0.29",
+ "@aws-amplify/api-graphql": "4.0.30",
"@aws-amplify/api-rest": "4.0.28",
"tslib": "^2.5.0"
}
diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md
index 3055f46027d..4272e3cde5d 100644
--- a/packages/auth/CHANGELOG.md
+++ b/packages/auth/CHANGELOG.md
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [6.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.0.29...@aws-amplify/auth@6.2.1) (2024-04-26)
+
+### Bug Fixes
+
+- **auth:** Impossibility to sign-in when RandomKeyPassword missing ([1ba64c4](https://github.com/aws-amplify/amplify-js/commit/1ba64c4f5d09365cd3df76b46073ac825519cf00))
+- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))
+
## [6.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.0.28...@aws-amplify/auth@6.0.29) (2024-04-24)
### Bug Fixes
diff --git a/packages/auth/package.json b/packages/auth/package.json
index fdc84038e5e..f6ef8f9c665 100644
--- a/packages/auth/package.json
+++ b/packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
- "version": "6.2.0",
+ "version": "6.2.1",
"description": "Auth category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
diff --git a/packages/aws-amplify/CHANGELOG.md b/packages/aws-amplify/CHANGELOG.md
index a050f21d23a..0c8703a311a 100644
--- a/packages/aws-amplify/CHANGELOG.md
+++ b/packages/aws-amplify/CHANGELOG.md
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [6.1.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.30...aws-amplify@6.1.4) (2024-04-26)
+
+### Bug Fixes
+
+- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))
+- **data:** tests for error response fix ([#13279](https://github.com/aws-amplify/amplify-js/issues/13279)) ([1aef1ee](https://github.com/aws-amplify/amplify-js/commit/1aef1ee0e65d1489e4d86d19a6d017f852f3bafd))
+
## [6.0.30](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.29...aws-amplify@6.0.30) (2024-04-24)
**Note:** Version bump only for package aws-amplify
diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json
index 0c2cea076e8..2d808a2c0f8 100644
--- a/packages/aws-amplify/package.json
+++ b/packages/aws-amplify/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
- "version": "6.1.3",
+ "version": "6.1.4",
"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",
@@ -277,12 +277,12 @@
],
"dependencies": {
"@aws-amplify/analytics": "7.0.28",
- "@aws-amplify/api": "6.0.29",
- "@aws-amplify/auth": "6.2.0",
+ "@aws-amplify/api": "6.0.30",
+ "@aws-amplify/auth": "6.2.1",
"@aws-amplify/core": "6.0.28",
- "@aws-amplify/datastore": "5.0.29",
+ "@aws-amplify/datastore": "5.0.30",
"@aws-amplify/notifications": "2.0.28",
- "@aws-amplify/storage": "6.3.0",
+ "@aws-amplify/storage": "6.3.1",
"tslib": "^2.5.0"
},
"devDependencies": {
diff --git a/packages/datastore-storage-adapter/CHANGELOG.md b/packages/datastore-storage-adapter/CHANGELOG.md
index 7035fe7a444..ec8ca865673 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.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.29...@aws-amplify/datastore-storage-adapter@2.1.30) (2024-04-26)
+
+**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
+
## [2.1.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.28...@aws-amplify/datastore-storage-adapter@2.1.29) (2024-04-22)
**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 e0858c19b87..aaf355ad93d 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.29",
+ "version": "2.1.30",
"description": "SQLite storage adapter for Amplify DataStore ",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
@@ -36,7 +36,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.0.28",
- "@aws-amplify/datastore": "5.0.29",
+ "@aws-amplify/datastore": "5.0.30",
"@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 bc54be06fff..104bf674942 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.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.29...@aws-amplify/datastore@5.0.30) (2024-04-26)
+
+**Note:** Version bump only for package @aws-amplify/datastore
+
## [5.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.28...@aws-amplify/datastore@5.0.29) (2024-04-22)
**Note:** Version bump only for package @aws-amplify/datastore
diff --git a/packages/datastore/package.json b/packages/datastore/package.json
index 99edd6f496c..cd4fb9750fb 100644
--- a/packages/datastore/package.json
+++ b/packages/datastore/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore",
- "version": "5.0.29",
+ "version": "5.0.30",
"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.29",
+ "@aws-amplify/api": "6.0.30",
"buffer": "4.9.2",
"idb": "5.0.6",
"immer": "9.0.6",
diff --git a/packages/predictions/CHANGELOG.md b/packages/predictions/CHANGELOG.md
index eb89bbbbf18..529be17cbdf 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.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.0.28...@aws-amplify/predictions@6.1.3) (2024-04-26)
+
+### Bug Fixes
+
+- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))
+
## [6.0.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.0.27...@aws-amplify/predictions@6.0.28) (2024-04-22)
**Note:** Version bump only for package @aws-amplify/predictions
diff --git a/packages/predictions/package.json b/packages/predictions/package.json
index a53b4014072..45e01abf1b1 100644
--- a/packages/predictions/package.json
+++ b/packages/predictions/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/predictions",
- "version": "6.1.2",
+ "version": "6.1.3",
"description": "Machine learning category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
@@ -43,7 +43,7 @@
"src"
],
"dependencies": {
- "@aws-amplify/storage": "6.3.0",
+ "@aws-amplify/storage": "6.3.1",
"@aws-sdk/client-comprehend": "3.398.0",
"@aws-sdk/client-polly": "3.398.0",
"@aws-sdk/client-rekognition": "3.398.0",
diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md
index 600e7ed4160..28d0810168d 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.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.0.29...@aws-amplify/pubsub@6.1.2) (2024-04-26)
+
+### Bug Fixes
+
+- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))
+
## [6.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.0.28...@aws-amplify/pubsub@6.0.29) (2024-04-24)
**Note:** Version bump only for package @aws-amplify/pubsub
diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json
index 9818fc8b1ff..65242978708 100644
--- a/packages/pubsub/package.json
+++ b/packages/pubsub/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
- "version": "6.1.1",
+ "version": "6.1.2",
"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.2.0",
+ "@aws-amplify/auth": "6.2.1",
"buffer": "4.9.2",
"graphql": "15.8.0",
"rxjs": "^7.8.1",
diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md
index ebcb9620d60..8d5426f13be 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.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.0.28...@aws-amplify/storage@6.3.1) (2024-04-26)
+
+### Bug Fixes
+
+- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))
+
## [6.0.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.0.27...@aws-amplify/storage@6.0.28) (2024-04-22)
**Note:** Version bump only for package @aws-amplify/storage
diff --git a/packages/storage/package.json b/packages/storage/package.json
index 7086c520b72..94d6f1cbc54 100644
--- a/packages/storage/package.json
+++ b/packages/storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
- "version": "6.3.0",
+ "version": "6.3.1",
"description": "Storage category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
diff --git a/scripts/tsc-compliance-test/CHANGELOG.md b/scripts/tsc-compliance-test/CHANGELOG.md
index baec9d1048e..5e8f327a164 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.31](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.30...tsc-compliance-test@0.1.31) (2024-04-26)
+
+### Bug Fixes
+
+- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))
+
## [0.1.30](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.29...tsc-compliance-test@0.1.30) (2024-04-24)
**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 dddf4ce167f..29da0e5f404 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.30",
+ "version": "0.1.31",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "16.18.82",
- "aws-amplify": "6.1.3",
+ "aws-amplify": "6.1.4",
"typescript": "4.2.x"
},
"scripts": {