Skip to content

Commit d904c97

Browse files
Version Packages
1 parent fc65318 commit d904c97

File tree

13 files changed

+43
-19
lines changed

13 files changed

+43
-19
lines changed

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

Lines changed: 0 additions & 5 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/api-graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

packages/api-graphql/package.json

Lines changed: 1 addition & 1 deletion
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",

packages/api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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)]:
8+
- @aws-amplify/api-graphql@4.8.6
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api",
3-
"version": "6.3.24",
3+
"version": "6.3.25",
44
"description": "Api category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -80,7 +80,7 @@
8080
"server"
8181
],
8282
"dependencies": {
83-
"@aws-amplify/api-graphql": "4.8.5",
83+
"@aws-amplify/api-graphql": "4.8.6",
8484
"@aws-amplify/api-rest": "4.6.3",
8585
"@aws-amplify/data-schema": "^1.7.0",
8686
"rxjs": "^7.8.1",

packages/aws-amplify/CHANGELOG.md

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

3+
## 6.16.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @aws-amplify/api@6.3.25
9+
- @aws-amplify/datastore@5.1.6
10+
311
## 6.16.3
412

513
### Patch Changes

packages/aws-amplify/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",
3-
"version": "6.16.3",
3+
"version": "6.16.4",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -294,10 +294,10 @@
294294
],
295295
"dependencies": {
296296
"@aws-amplify/analytics": "7.0.93",
297-
"@aws-amplify/api": "6.3.24",
297+
"@aws-amplify/api": "6.3.25",
298298
"@aws-amplify/auth": "6.19.1",
299299
"@aws-amplify/core": "6.16.1",
300-
"@aws-amplify/datastore": "5.1.5",
300+
"@aws-amplify/datastore": "5.1.6",
301301
"@aws-amplify/notifications": "2.0.93",
302302
"@aws-amplify/storage": "6.13.2",
303303
"tslib": "^2.5.0"

packages/datastore-storage-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@aws-amplify/core": "6.16.1",
40-
"@aws-amplify/datastore": "5.1.5",
40+
"@aws-amplify/datastore": "5.1.6",
4141
"@types/better-sqlite3": "^7.6.13",
4242
"@types/react-native-sqlite-storage": "5.0.1",
4343
"better-sqlite3": "^12.6.2",

packages/datastore/CHANGELOG.md

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

3+
## 5.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`03301e8`](https://github.com/aws-amplify/amplify-js/commit/03301e80a0ba5f1728db6ccd404d1e33ebe44485)]:
8+
- @aws-amplify/api-graphql@4.8.6
9+
- @aws-amplify/api@6.3.25
10+
311
All notable changes to this project will be documented in this file.
412
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
513

0 commit comments

Comments
 (0)