Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
aws-amplify-bot committed Nov 6, 2023
1 parent 095efac commit fdd81d8
Show file tree
Hide file tree
Showing 40 changed files with 227 additions and 108 deletions.
6 changes: 6 additions & 0 deletions packages/amazon-cognito-identity-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions packages/api-graphql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
82 changes: 41 additions & 41 deletions packages/api-rest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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*",
Expand All @@ -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"
Expand All @@ -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"
]
}
}
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 7 additions & 8 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": [
Expand All @@ -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"
Expand Down Expand Up @@ -112,5 +112,4 @@
"lib-esm"
]
}

}
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/aws-amplify-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 13 additions & 13 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -48,7 +48,7 @@
"src"
],
"dependencies": {
"@aws-amplify/core": "5.8.5",
"@aws-amplify/core": "5.8.6",
"tslib": "^1.8.0"
},
"size-limit": [
Expand Down
Loading

0 comments on commit fdd81d8

Please sign in to comment.