Skip to content

Commit 097f160

Browse files
chore(release): Version packages
1 parent e3b6b96 commit 097f160

File tree

32 files changed

+162
-71
lines changed

32 files changed

+162
-71
lines changed

.changeset/fix-websocket-auth-reconnection.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-squids-sip.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/adapter-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.7.2",
55
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
66
"peerDependencies": {
7-
"aws-amplify": "^6.16.3",
7+
"aws-amplify": "^6.16.4",
88
"next": ">=13.5.0 <17.0.0"
99
},
1010
"dependencies": {
@@ -14,7 +14,7 @@
1414
"@types/node": "^20.3.1",
1515
"@types/react": "^18.2.13",
1616
"@types/react-dom": "^18.2.6",
17-
"aws-amplify": "6.16.3",
17+
"aws-amplify": "6.16.4",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 <17.0.0"
2020
},

packages/analytics/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 7.0.94
4+
5+
### Patch Changes
6+
7+
- [#14757](https://github.com/aws-amplify/amplify-js/pull/14757) [`e3b6b96`](https://github.com/aws-amplify/amplify-js/commit/e3b6b96f47d62c3e69013b08629b389cfa5d6d77) Thanks [@bobbor](https://github.com/bobbor)! - chore: bump aws-sdk's to v3.1012.0
8+
9+
- Updated dependencies [[`e3b6b96`](https://github.com/aws-amplify/amplify-js/commit/e3b6b96f47d62c3e69013b08629b389cfa5d6d77)]:
10+
- @aws-amplify/core@6.16.2
11+
312
All notable changes to this project will be documented in this file.
413
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

packages/analytics/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/analytics",
3-
"version": "7.0.93",
3+
"version": "7.0.94",
44
"description": "Analytics category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -100,10 +100,10 @@
100100
"tslib": "^2.5.0"
101101
},
102102
"peerDependencies": {
103-
"@aws-amplify/core": "^6.1.0"
103+
"@aws-amplify/core": "^6.16.2"
104104
},
105105
"devDependencies": {
106-
"@aws-amplify/core": "6.16.1",
106+
"@aws-amplify/core": "6.16.2",
107107
"@aws-amplify/react-native": "1.3.3",
108108
"@aws-sdk/types": "^3.973.6"
109109
}

packages/api-graphql/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 4.8.6
4+
5+
### Patch Changes
6+
7+
- [#14569](https://github.com/aws-amplify/amplify-js/pull/14569) [`03301e8`](https://github.com/aws-amplify/amplify-js/commit/03301e80a0ba5f1728db6ccd404d1e33ebe44485) Thanks [@anivar](https://github.com/anivar)! - fix(api-graphql): trigger WebSocket reconnection on auth errors to restore subscriptions after token expiration
8+
9+
- [#14757](https://github.com/aws-amplify/amplify-js/pull/14757) [`e3b6b96`](https://github.com/aws-amplify/amplify-js/commit/e3b6b96f47d62c3e69013b08629b389cfa5d6d77) Thanks [@bobbor](https://github.com/bobbor)! - chore: bump aws-sdk's to v3.1012.0
10+
11+
- Updated dependencies [[`e3b6b96`](https://github.com/aws-amplify/amplify-js/commit/e3b6b96f47d62c3e69013b08629b389cfa5d6d77)]:
12+
- @aws-amplify/core@6.16.2
13+
- @aws-amplify/api-rest@4.6.4
14+
315
All notable changes to this project will be documented in this file.
416
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
517

packages/api-graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-graphql",
3-
"version": "4.8.5",
3+
"version": "4.8.6",
44
"description": "Api-graphql category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -79,8 +79,8 @@
7979
"server"
8080
],
8181
"dependencies": {
82-
"@aws-amplify/api-rest": "4.6.3",
83-
"@aws-amplify/core": "6.16.1",
82+
"@aws-amplify/api-rest": "4.6.4",
83+
"@aws-amplify/core": "6.16.2",
8484
"@aws-amplify/data-schema": "^1.7.0",
8585
"@aws-sdk/types": "^3.973.6",
8686
"graphql": "15.8.0",

packages/api-rest/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.6.4
4+
5+
### Patch Changes
6+
7+
- [#14757](https://github.com/aws-amplify/amplify-js/pull/14757) [`e3b6b96`](https://github.com/aws-amplify/amplify-js/commit/e3b6b96f47d62c3e69013b08629b389cfa5d6d77) Thanks [@bobbor](https://github.com/bobbor)! - chore: bump aws-sdk's to v3.1012.0
8+
9+
- Updated dependencies [[`e3b6b96`](https://github.com/aws-amplify/amplify-js/commit/e3b6b96f47d62c3e69013b08629b389cfa5d6d77)]:
10+
- @aws-amplify/core@6.16.2
11+
312
All notable changes to this project will be documented in this file.
413
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

packages/api-rest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/api-rest",
33
"private": false,
4-
"version": "4.6.3",
4+
"version": "4.6.4",
55
"description": "Api-rest category of aws-amplify",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.mjs",
@@ -84,10 +84,10 @@
8484
"tslib": "^2.5.0"
8585
},
8686
"peerDependencies": {
87-
"@aws-amplify/core": "^6.1.0"
87+
"@aws-amplify/core": "^6.16.2"
8888
},
8989
"devDependencies": {
90-
"@aws-amplify/core": "6.16.1",
90+
"@aws-amplify/core": "6.16.2",
9191
"@aws-amplify/react-native": "1.3.3",
9292
"@aws-sdk/types": "^3.973.6"
9393
}

packages/api/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 6.3.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`03301e8`](https://github.com/aws-amplify/amplify-js/commit/03301e80a0ba5f1728db6ccd404d1e33ebe44485), [`e3b6b96`](https://github.com/aws-amplify/amplify-js/commit/e3b6b96f47d62c3e69013b08629b389cfa5d6d77)]:
8+
- @aws-amplify/api-graphql@4.8.6
9+
- @aws-amplify/core@6.16.2
10+
- @aws-amplify/api-rest@4.6.4
11+
312
All notable changes to this project will be documented in this file.
413
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

0 commit comments

Comments
 (0)