From fdd81d8c2eb4287ac28d8f31c0d17001898cf184 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Mon, 6 Nov 2023 23:14:43 +0000 Subject: [PATCH] chore(release): Publish [ci skip] - amazon-cognito-identity-js@6.3.7 - @aws-amplify/analytics@6.5.6 - @aws-amplify/api-graphql@3.4.12 - @aws-amplify/api-rest@3.5.6 - @aws-amplify/api@5.4.6 - @aws-amplify/auth@5.6.6 - aws-amplify-react-native@7.0.8 - aws-amplify@5.3.12 - @aws-amplify/cache@5.1.12 - @aws-amplify/core@5.8.6 - @aws-amplify/datastore-storage-adapter@2.0.49 - @aws-amplify/datastore@4.7.6 - @aws-amplify/geo@2.3.6 - @aws-amplify/interactions@5.2.12 - @aws-amplify/notifications@1.6.6 - @aws-amplify/predictions@5.5.6 - @aws-amplify/pubsub@5.5.6 - @aws-amplify/pushnotification@5.0.46 - @aws-amplify/rtn-push-notification@1.1.8 - @aws-amplify/storage@5.9.6 --- .../amazon-cognito-identity-js/CHANGELOG.md | 6 ++ .../amazon-cognito-identity-js/package.json | 2 +- packages/analytics/CHANGELOG.md | 6 ++ packages/analytics/package.json | 6 +- packages/api-graphql/CHANGELOG.md | 6 ++ packages/api-graphql/package.json | 12 +-- packages/api-rest/CHANGELOG.md | 6 ++ packages/api-rest/package.json | 82 +++++++++---------- packages/api/CHANGELOG.md | 6 ++ packages/api/package.json | 15 ++-- packages/auth/CHANGELOG.md | 6 ++ packages/auth/package.json | 6 +- .../aws-amplify-react-native/CHANGELOG.md | 6 ++ .../aws-amplify-react-native/package.json | 2 +- packages/aws-amplify/CHANGELOG.md | 6 ++ packages/aws-amplify/package.json | 26 +++--- packages/cache/CHANGELOG.md | 6 ++ packages/cache/package.json | 4 +- packages/core/CHANGELOG.md | 6 ++ packages/core/package.json | 2 +- .../datastore-storage-adapter/CHANGELOG.md | 6 ++ .../datastore-storage-adapter/package.json | 6 +- packages/datastore/CHANGELOG.md | 6 ++ packages/datastore/package.json | 12 +-- 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 | 8 +- packages/predictions/CHANGELOG.md | 6 ++ packages/predictions/package.json | 6 +- packages/pubsub/CHANGELOG.md | 6 ++ packages/pubsub/package.json | 8 +- packages/pushnotification/CHANGELOG.md | 6 ++ packages/pushnotification/package.json | 4 +- packages/rtn-push-notification/CHANGELOG.md | 6 ++ packages/rtn-push-notification/package.json | 2 +- packages/storage/CHANGELOG.md | 6 ++ packages/storage/package.json | 4 +- 40 files changed, 227 insertions(+), 108 deletions(-) diff --git a/packages/amazon-cognito-identity-js/CHANGELOG.md b/packages/amazon-cognito-identity-js/CHANGELOG.md index 11e9cc9d790..9ed9e81496d 100644 --- a/packages/amazon-cognito-identity-js/CHANGELOG.md +++ b/packages/amazon-cognito-identity-js/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.7 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 6.3.6 (2023-09-14) **Note:** Version bump only for package amazon-cognito-identity-js diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json index 0ccf123d071..c13e9f975b2 100644 --- a/packages/amazon-cognito-identity-js/package.json +++ b/packages/amazon-cognito-identity-js/package.json @@ -1,7 +1,7 @@ { "name": "amazon-cognito-identity-js", "description": "Amazon Cognito Identity Provider JavaScript SDK", - "version": "6.3.6", + "version": "6.3.7", "author": { "name": "Amazon Web Services", "email": "aws@amazon.com", diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 9ea471205ca..112e1a2785e 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. +## 6.5.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 6.5.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index cfc2ad0d426..0c077f0f80c 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/analytics", - "version": "6.5.5", + "version": "6.5.6", "description": "Analytics category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -48,8 +48,8 @@ "src" ], "dependencies": { - "@aws-amplify/cache": "5.1.11", - "@aws-amplify/core": "5.8.5", + "@aws-amplify/cache": "5.1.12", + "@aws-amplify/core": "5.8.6", "@aws-sdk/client-firehose": "3.6.1", "@aws-sdk/client-kinesis": "3.6.1", "@aws-sdk/client-personalize-events": "3.6.1", diff --git a/packages/api-graphql/CHANGELOG.md b/packages/api-graphql/CHANGELOG.md index 57b61f4f488..4daca44bf6c 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. +## 3.4.12 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 3.4.11 (2023-09-14) **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 130bdf595fb..9d7b3077845 100644 --- a/packages/api-graphql/package.json +++ b/packages/api-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api-graphql", - "version": "3.4.11", + "version": "3.4.12", "description": "Api-graphql category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -51,11 +51,11 @@ "internals" ], "dependencies": { - "@aws-amplify/api-rest": "3.5.5", - "@aws-amplify/auth": "5.6.5", - "@aws-amplify/cache": "5.1.11", - "@aws-amplify/core": "5.8.5", - "@aws-amplify/pubsub": "5.5.5", + "@aws-amplify/api-rest": "3.5.6", + "@aws-amplify/auth": "5.6.6", + "@aws-amplify/cache": "5.1.12", + "@aws-amplify/core": "5.8.6", + "@aws-amplify/pubsub": "5.5.6", "graphql": "15.8.0", "tslib": "^1.8.0", "uuid": "^3.2.1", diff --git a/packages/api-rest/CHANGELOG.md b/packages/api-rest/CHANGELOG.md index deaf9c5ffd8..86167dc12f6 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. +## 3.5.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 3.5.5 (2023-09-14) **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 1b5ea5e587a..10db38827b8 100644 --- a/packages/api-rest/package.json +++ b/packages/api-rest/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api-rest", - "version": "3.5.5", + "version": "3.5.6", "description": "Api-rest category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -20,9 +20,9 @@ "test:size": "size-limit", "build-with-test": "npm test && npm run build", "build:cjs": "rimraf lib && tsc -m commonjs --outDir lib && webpack && webpack --config ./webpack.config.dev.js", - "build:esm": "rimraf lib-esm && tsc -m esnext --outDir lib-esm", - "build:cjs:watch": "rimraf lib && tsc -m commonjs --outDir lib --watch", - "build:esm:watch": "rimraf lib-esm && tsc -m esnext --outDir lib-esm --watch", + "build:esm": "rimraf lib-esm && tsc -m esnext --outDir lib-esm", + "build:cjs:watch": "rimraf lib && tsc -m commonjs --outDir lib --watch", + "build:esm:watch": "rimraf lib-esm && tsc -m esnext --outDir lib-esm --watch", "build": "npm run clean && npm run build:esm && npm run build:cjs", "clean": "npm run clean:size && rimraf lib-esm lib dist", "clean:size": "rimraf dual-publish-tmp tmp*", @@ -46,7 +46,7 @@ "src" ], "dependencies": { - "@aws-amplify/core": "5.8.5", + "@aws-amplify/core": "5.8.6", "axios": "1.6.0", "tslib": "^1.8.0", "url": "0.11.0" @@ -67,40 +67,40 @@ "axios": "axios/dist/node/axios.cjs" }, "globals": { - "ts-jest": { - "diagnostics": false, - "tsConfig": false - } - }, - "transform": { - "^.+\\.(js|jsx|ts|tsx)$": "ts-jest" - }, - "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", - "testPathIgnorePatterns": [ - "/testUtils/" - ], - "moduleFileExtensions": [ - "ts", - "tsx", - "js", - "json", - "jsx" - ], - "testEnvironment": "jsdom", - "coverageThreshold": { - "global": { - "branches": 0, - "functions": 0, - "lines": 0, - "statements": 0 - } - }, - "testURL": "http://localhost/", - "coveragePathIgnorePatterns": [ - "/node_modules/", - "dist", - "lib", - "lib-esm" - ] - } + "ts-jest": { + "diagnostics": false, + "tsConfig": false + } + }, + "transform": { + "^.+\\.(js|jsx|ts|tsx)$": "ts-jest" + }, + "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", + "testPathIgnorePatterns": [ + "/testUtils/" + ], + "moduleFileExtensions": [ + "ts", + "tsx", + "js", + "json", + "jsx" + ], + "testEnvironment": "jsdom", + "coverageThreshold": { + "global": { + "branches": 0, + "functions": 0, + "lines": 0, + "statements": 0 + } + }, + "testURL": "http://localhost/", + "coveragePathIgnorePatterns": [ + "/node_modules/", + "dist", + "lib", + "lib-esm" + ] + } } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index faffd17ee5c..65aa1056d73 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. +## 5.4.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.4.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/api diff --git a/packages/api/package.json b/packages/api/package.json index f02c113f33d..35a61ab4503 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api", - "version": "5.4.5", + "version": "5.4.6", "description": "Api category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -59,8 +59,8 @@ "internals" ], "dependencies": { - "@aws-amplify/api-graphql": "3.4.11", - "@aws-amplify/api-rest": "3.5.5", + "@aws-amplify/api-graphql": "3.4.12", + "@aws-amplify/api-rest": "3.5.6", "tslib": "^1.8.0" }, "size-limit": [ @@ -76,10 +76,10 @@ "axios": "axios/dist/node/axios.cjs" }, "globals": { - "ts-jest": { - "diagnostics": false, - "tsConfig": false - } + "ts-jest": { + "diagnostics": false, + "tsConfig": false + } }, "transform": { "^.+\\.(js|jsx|ts|tsx)$": "ts-jest" @@ -112,5 +112,4 @@ "lib-esm" ] } - } diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 858325665a0..b3d3020a676 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. +## 5.6.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.6.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 01ea1bc10a6..97f8b233b04 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/auth", - "version": "5.6.5", + "version": "5.6.6", "description": "Auth category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -46,8 +46,8 @@ "src" ], "dependencies": { - "@aws-amplify/core": "5.8.5", - "amazon-cognito-identity-js": "6.3.6", + "@aws-amplify/core": "5.8.6", + "amazon-cognito-identity-js": "6.3.7", "buffer": "4.9.2", "tslib": "^1.8.0", "url": "0.11.0" diff --git a/packages/aws-amplify-react-native/CHANGELOG.md b/packages/aws-amplify-react-native/CHANGELOG.md index e5eee9c00cc..7c23d152d55 100644 --- a/packages/aws-amplify-react-native/CHANGELOG.md +++ b/packages/aws-amplify-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. +## 7.0.8 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 7.0.7 (2023-09-14) **Note:** Version bump only for package aws-amplify-react-native diff --git a/packages/aws-amplify-react-native/package.json b/packages/aws-amplify-react-native/package.json index bea4c44f2fd..8fc704091c4 100644 --- a/packages/aws-amplify-react-native/package.json +++ b/packages/aws-amplify-react-native/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify-react-native", - "version": "7.0.7", + "version": "7.0.8", "description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", "main": "dist/index.js", "scripts": { diff --git a/packages/aws-amplify/CHANGELOG.md b/packages/aws-amplify/CHANGELOG.md index 785acd1afea..b0399cbed88 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. +## 5.3.12 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.3.11 (2023-09-14) **Note:** Version bump only for package aws-amplify diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index 75cc26b4447..80c2a2601d2 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "5.3.11", + "version": "5.3.12", "description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -40,18 +40,18 @@ "src" ], "dependencies": { - "@aws-amplify/analytics": "6.5.5", - "@aws-amplify/api": "5.4.5", - "@aws-amplify/auth": "5.6.5", - "@aws-amplify/cache": "5.1.11", - "@aws-amplify/core": "5.8.5", - "@aws-amplify/datastore": "4.7.5", - "@aws-amplify/geo": "2.3.5", - "@aws-amplify/interactions": "5.2.11", - "@aws-amplify/notifications": "1.6.5", - "@aws-amplify/predictions": "5.5.5", - "@aws-amplify/pubsub": "5.5.5", - "@aws-amplify/storage": "5.9.5", + "@aws-amplify/analytics": "6.5.6", + "@aws-amplify/api": "5.4.6", + "@aws-amplify/auth": "5.6.6", + "@aws-amplify/cache": "5.1.12", + "@aws-amplify/core": "5.8.6", + "@aws-amplify/datastore": "4.7.6", + "@aws-amplify/geo": "2.3.6", + "@aws-amplify/interactions": "5.2.12", + "@aws-amplify/notifications": "1.6.6", + "@aws-amplify/predictions": "5.5.6", + "@aws-amplify/pubsub": "5.5.6", + "@aws-amplify/storage": "5.9.6", "tslib": "^2.0.0" }, "jest": { diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index acc12d4b483..08d0eab32df 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/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.1.12 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.1.11 (2023-09-14) **Note:** Version bump only for package @aws-amplify/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index fb5c578d469..cde02162741 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/cache", - "version": "5.1.11", + "version": "5.1.12", "description": "Cache category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -48,7 +48,7 @@ "src" ], "dependencies": { - "@aws-amplify/core": "5.8.5", + "@aws-amplify/core": "5.8.6", "tslib": "^1.8.0" }, "size-limit": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0fbd9d6274d..e6438c00504 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. +## 5.8.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.8.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/core diff --git a/packages/core/package.json b/packages/core/package.json index 88535a28f0c..0e728d0d1a5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/core", - "version": "5.8.5", + "version": "5.8.6", "description": "Core category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", diff --git a/packages/datastore-storage-adapter/CHANGELOG.md b/packages/datastore-storage-adapter/CHANGELOG.md index 2afc9eae3e7..b6127af14b6 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.0.49 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 2.0.48 (2023-09-14) **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 cc07c95dea7..01fd08ce067 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.0.48", + "version": "2.0.49", "description": "SQLite storage adapter for Amplify DataStore ", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -35,8 +35,8 @@ }, "homepage": "https://aws-amplify.github.io/", "devDependencies": { - "@aws-amplify/core": "5.8.5", - "@aws-amplify/datastore": "4.7.5", + "@aws-amplify/core": "5.8.6", + "@aws-amplify/datastore": "4.7.6", "@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 5e3cd04245a..c95ca3ec732 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. +## 4.7.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 4.7.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/datastore diff --git a/packages/datastore/package.json b/packages/datastore/package.json index 889d9019351..c0c8d315149 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/datastore", - "version": "4.7.5", + "version": "4.7.6", "description": "AppSyncLocal support for aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -55,11 +55,11 @@ "ssr" ], "dependencies": { - "@aws-amplify/api": "5.4.5", - "@aws-amplify/auth": "5.6.5", - "@aws-amplify/core": "5.8.5", - "@aws-amplify/pubsub": "5.5.5", - "amazon-cognito-identity-js": "6.3.6", + "@aws-amplify/api": "5.4.6", + "@aws-amplify/auth": "5.6.6", + "@aws-amplify/core": "5.8.6", + "@aws-amplify/pubsub": "5.5.6", + "amazon-cognito-identity-js": "6.3.7", "buffer": "4.9.2", "idb": "5.0.6", "immer": "9.0.6", diff --git a/packages/geo/CHANGELOG.md b/packages/geo/CHANGELOG.md index 70b66070063..b3966847aca 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. +## 2.3.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 2.3.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/geo diff --git a/packages/geo/package.json b/packages/geo/package.json index 791c4f32350..28b87fcadf9 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/geo", - "version": "2.3.5", + "version": "2.3.6", "description": "Geo category for aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -46,7 +46,7 @@ "src" ], "dependencies": { - "@aws-amplify/core": "5.8.5", + "@aws-amplify/core": "5.8.6", "@aws-sdk/client-location": "3.186.3", "@turf/boolean-clockwise": "6.5.0", "camelcase-keys": "6.2.2", diff --git a/packages/interactions/CHANGELOG.md b/packages/interactions/CHANGELOG.md index abb6f4b082f..52885342694 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. +## 5.2.12 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.2.11 (2023-09-14) **Note:** Version bump only for package @aws-amplify/interactions diff --git a/packages/interactions/package.json b/packages/interactions/package.json index 693a57f3602..f28c127a8f7 100644 --- a/packages/interactions/package.json +++ b/packages/interactions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/interactions", - "version": "5.2.11", + "version": "5.2.12", "description": "Interactions category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -46,7 +46,7 @@ "src" ], "dependencies": { - "@aws-amplify/core": "5.8.5", + "@aws-amplify/core": "5.8.6", "@aws-sdk/client-lex-runtime-service": "3.186.3", "@aws-sdk/client-lex-runtime-v2": "3.186.3", "base-64": "1.0.0", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index d4930bbd9e0..81a92c1e79d 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. +## 1.6.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 1.6.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/notifications diff --git a/packages/notifications/package.json b/packages/notifications/package.json index dc5ca57c21e..a03155c3252 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/notifications", - "version": "1.6.5", + "version": "1.6.6", "description": "Notifications category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -49,9 +49,9 @@ "src" ], "dependencies": { - "@aws-amplify/cache": "5.1.11", - "@aws-amplify/core": "5.8.5", - "@aws-amplify/rtn-push-notification": "1.1.7", + "@aws-amplify/cache": "5.1.12", + "@aws-amplify/core": "5.8.6", + "@aws-amplify/rtn-push-notification": "1.1.8", "lodash": "^4.17.21", "uuid": "^3.2.1" }, diff --git a/packages/predictions/CHANGELOG.md b/packages/predictions/CHANGELOG.md index e77416206cd..ce49f907347 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. +## 5.5.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.5.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/predictions diff --git a/packages/predictions/package.json b/packages/predictions/package.json index 7e4234f5551..eb891c193f0 100644 --- a/packages/predictions/package.json +++ b/packages/predictions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/predictions", - "version": "5.5.5", + "version": "5.5.6", "description": "Machine learning category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -45,8 +45,8 @@ "src" ], "dependencies": { - "@aws-amplify/core": "5.8.5", - "@aws-amplify/storage": "5.9.5", + "@aws-amplify/core": "5.8.6", + "@aws-amplify/storage": "5.9.6", "@aws-sdk/client-comprehend": "3.6.1", "@aws-sdk/client-polly": "3.6.1", "@aws-sdk/client-rekognition": "3.6.1", diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md index 8d490304cd6..b0dcafb9b3d 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. +## 5.5.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.5.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/pubsub diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index 6655c4810c8..7e20edb1ce7 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/pubsub", - "version": "5.5.5", + "version": "5.5.6", "description": "Pubsub category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -50,9 +50,9 @@ "internals" ], "dependencies": { - "@aws-amplify/auth": "5.6.5", - "@aws-amplify/cache": "5.1.11", - "@aws-amplify/core": "5.8.5", + "@aws-amplify/auth": "5.6.6", + "@aws-amplify/cache": "5.1.12", + "@aws-amplify/core": "5.8.6", "buffer": "4.9.2", "graphql": "15.8.0", "tslib": "^1.8.0", diff --git a/packages/pushnotification/CHANGELOG.md b/packages/pushnotification/CHANGELOG.md index 6059cfed25f..8b146c50243 100644 --- a/packages/pushnotification/CHANGELOG.md +++ b/packages/pushnotification/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.46 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.0.45 (2023-09-14) **Note:** Version bump only for package @aws-amplify/pushnotification diff --git a/packages/pushnotification/package.json b/packages/pushnotification/package.json index c362397de9d..84d27f18b7b 100644 --- a/packages/pushnotification/package.json +++ b/packages/pushnotification/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/pushnotification", - "version": "5.0.45", + "version": "5.0.46", "description": "Push notifications category of aws-amplify", "main": "./lib/index.js", "module": "./lib/index.js", @@ -42,7 +42,7 @@ "android" ], "dependencies": { - "@aws-amplify/core": "5.8.5", + "@aws-amplify/core": "5.8.6", "@react-native-community/push-notification-ios": "1.0.3" }, "jest": { diff --git a/packages/rtn-push-notification/CHANGELOG.md b/packages/rtn-push-notification/CHANGELOG.md index fdb73796b88..05917320d40 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.1.8 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 1.1.7 (2023-09-14) **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 3a60f6bd503..46b15d9e116 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.1.7", + "version": "1.1.8", "description": "React Native module for aws-amplify push notifications", "main": "./lib/index.js", "module": "./lib-esm/index.js", diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index c603850d585..6d0dc8e5faa 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. +## 5.9.6 (2023-11-06) + +### Bug Fixes + +- **api-rest:** infinite retry when clock skew go back and forth ([#12488](https://github.com/aws-amplify/amplify-js/issues/12488)) ([095efac](https://github.com/aws-amplify/amplify-js/commit/095efac51abc14a4e805ccb71d1fa9f46fde4065)) + ## 5.9.5 (2023-09-14) **Note:** Version bump only for package @aws-amplify/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 4be02789975..d8b2cc16389 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/storage", - "version": "5.9.5", + "version": "5.9.6", "description": "Storage category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", @@ -46,7 +46,7 @@ "src" ], "dependencies": { - "@aws-amplify/core": "5.8.5", + "@aws-amplify/core": "5.8.6", "@aws-sdk/md5-js": "3.6.1", "@aws-sdk/types": "3.6.1", "buffer": "4.9.2",