Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-websocket-auth-reconnection.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.7.2",
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
"peerDependencies": {
"aws-amplify": "^6.16.3",
"aws-amplify": "^6.16.4",
"next": ">=13.5.0 <17.0.0"
},
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.16.3",
"aws-amplify": "6.16.4",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 <17.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/api-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.8.6

### Patch Changes

- [#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

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion 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": "4.8.5",
"version": "4.8.6",
"description": "Api-graphql category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.3.25

### Patch Changes

- Updated dependencies [[`03301e8`](https://github.com/aws-amplify/amplify-js/commit/03301e80a0ba5f1728db6ccd404d1e33ebe44485)]:
- @aws-amplify/api-graphql@4.8.6

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "6.3.24",
"version": "6.3.25",
"description": "Api category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -80,7 +80,7 @@
"server"
],
"dependencies": {
"@aws-amplify/api-graphql": "4.8.5",
"@aws-amplify/api-graphql": "4.8.6",
"@aws-amplify/api-rest": "4.6.3",
"@aws-amplify/data-schema": "^1.7.0",
"rxjs": "^7.8.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 6.16.4

### Patch Changes

- Updated dependencies []:
- @aws-amplify/api@6.3.25
- @aws-amplify/datastore@5.1.6

## 6.16.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "6.16.3",
"version": "6.16.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",
Expand Down Expand Up @@ -294,10 +294,10 @@
],
"dependencies": {
"@aws-amplify/analytics": "7.0.93",
"@aws-amplify/api": "6.3.24",
"@aws-amplify/api": "6.3.25",
"@aws-amplify/auth": "6.19.1",
"@aws-amplify/core": "6.16.1",
"@aws-amplify/datastore": "5.1.5",
"@aws-amplify/datastore": "5.1.6",
"@aws-amplify/notifications": "2.0.93",
"@aws-amplify/storage": "6.13.2",
"tslib": "^2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore-storage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.16.1",
"@aws-amplify/datastore": "5.1.5",
"@aws-amplify/datastore": "5.1.6",
"@types/better-sqlite3": "^7.6.13",
"@types/react-native-sqlite-storage": "5.0.1",
"better-sqlite3": "^12.6.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.1.6

### Patch Changes

- Updated dependencies [[`03301e8`](https://github.com/aws-amplify/amplify-js/commit/03301e80a0ba5f1728db6ccd404d1e33ebe44485)]:
- @aws-amplify/api-graphql@4.8.6
- @aws-amplify/api@6.3.25

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
6 changes: 3 additions & 3 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore",
"version": "5.1.5",
"version": "5.1.6",
"description": "AppSyncLocal support for aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -44,8 +44,8 @@
"src"
],
"dependencies": {
"@aws-amplify/api": "6.3.24",
"@aws-amplify/api-graphql": "4.8.5",
"@aws-amplify/api": "6.3.25",
"@aws-amplify/api-graphql": "4.8.6",
"buffer": "4.9.2",
"idb": "5.0.6",
"immer": "9.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/rtn-passkeys/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@aws-amplify/react-native": "1.3.3",
"@aws-amplify/rtn-passkeys": "1.1.2",
"@react-native-async-storage/async-storage": "^2.1.2",
"aws-amplify": "6.16.3",
"aws-amplify": "6.16.4",
"react": "19.2.1",
"react-native": "0.79.2",
"react-native-get-random-values": "^1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/tsc-compliance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"devDependencies": {
"@types/node": "16.18.82",
"aws-amplify": "6.16.3",
"aws-amplify": "6.16.4",
"typescript": "4.5.x"
},
"scripts": {
Expand Down