Skip to content

Commit dfe750e

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [skip release]
- @aws-amplify/adapter-nextjs@1.6.4 - @aws-amplify/analytics@7.0.82 - @aws-amplify/api@6.3.13 - @aws-amplify/api-graphql@4.7.17 - @aws-amplify/api-rest@4.1.6 - @aws-amplify/auth@6.13.1 - aws-amplify@6.15.1 - @aws-amplify/core@6.12.1 - @aws-amplify/datastore@5.0.84 - @aws-amplify/datastore-storage-adapter@2.1.84 - @aws-amplify/geo@3.0.82 - @aws-amplify/interactions@6.1.23 - @aws-amplify/notifications@2.0.82 - @aws-amplify/predictions@6.1.57 - @aws-amplify/pubsub@6.1.57 - @aws-amplify/storage@6.9.1 - tsc-compliance-test@0.1.87
1 parent 7168934 commit dfe750e

File tree

34 files changed

+119
-47
lines changed

34 files changed

+119
-47
lines changed

packages/adapter-nextjs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.6.3...@aws-amplify/adapter-nextjs@1.6.4) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.6.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.6.2...@aws-amplify/adapter-nextjs@1.6.3) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/adapter-nextjs

packages/adapter-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Amazon Web Services",
33
"name": "@aws-amplify/adapter-nextjs",
4-
"version": "1.6.3",
4+
"version": "1.6.4",
55
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
66
"peerDependencies": {
77
"aws-amplify": "^6.13.1",
@@ -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.15.0",
17+
"aws-amplify": "6.15.1",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 < 15.0.0"
2020
},

packages/analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.82](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.81...@aws-amplify/analytics@7.0.82) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.81](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.80...@aws-amplify/analytics@7.0.81) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/analytics

packages/analytics/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/analytics",
3-
"version": "7.0.81",
3+
"version": "7.0.82",
44
"description": "Analytics category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -103,7 +103,7 @@
103103
"@aws-amplify/core": "^6.1.0"
104104
},
105105
"devDependencies": {
106-
"@aws-amplify/core": "6.12.0",
106+
"@aws-amplify/core": "6.12.1",
107107
"@aws-amplify/react-native": "1.1.10",
108108
"@aws-sdk/types": "3.398.0"
109109
}

packages/api-graphql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.7.17](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.16...@aws-amplify/api-graphql@4.7.17) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-graphql
9+
610
## [4.7.16](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.15...@aws-amplify/api-graphql@4.7.16) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/api-graphql

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.7.16",
3+
"version": "4.7.17",
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.1.5",
83-
"@aws-amplify/core": "6.12.0",
82+
"@aws-amplify/api-rest": "4.1.6",
83+
"@aws-amplify/core": "6.12.1",
8484
"@aws-amplify/data-schema": "^1.7.0",
8585
"@aws-sdk/types": "3.387.0",
8686
"graphql": "15.8.0",

packages/api-rest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.1.5...@aws-amplify/api-rest@4.1.6) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
610
## [4.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.1.4...@aws-amplify/api-rest@4.1.5) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/api-rest

packages/api-rest/package.json

Lines changed: 2 additions & 2 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.1.5",
4+
"version": "4.1.6",
55
"description": "Api-rest category of aws-amplify",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.mjs",
@@ -87,7 +87,7 @@
8787
"@aws-amplify/core": "^6.1.0"
8888
},
8989
"devDependencies": {
90-
"@aws-amplify/core": "6.12.0",
90+
"@aws-amplify/core": "6.12.1",
9191
"@aws-amplify/react-native": "1.1.10",
9292
"@aws-sdk/types": "3.387.0"
9393
}

packages/api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.3.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.3.12...@aws-amplify/api@6.3.13) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
610
## [6.3.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.3.11...@aws-amplify/api@6.3.12) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/api

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api",
3-
"version": "6.3.12",
3+
"version": "6.3.13",
44
"description": "Api category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -68,7 +68,7 @@
6868
},
6969
"homepage": "https://aws-amplify.github.io/",
7070
"devDependencies": {
71-
"@aws-amplify/core": "6.12.0",
71+
"@aws-amplify/core": "6.12.1",
7272
"jest-fetch-mock": "3.0.3"
7373
},
7474
"files": [
@@ -80,8 +80,8 @@
8080
"server"
8181
],
8282
"dependencies": {
83-
"@aws-amplify/api-graphql": "4.7.16",
84-
"@aws-amplify/api-rest": "4.1.5",
83+
"@aws-amplify/api-graphql": "4.7.17",
84+
"@aws-amplify/api-rest": "4.1.6",
8585
"@aws-amplify/data-schema": "^1.7.0",
8686
"rxjs": "^7.8.1",
8787
"tslib": "^2.5.0"

packages/auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.13.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.13.0...@aws-amplify/auth@6.13.1) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/auth
9+
610
# [6.13.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.12.4...@aws-amplify/auth@6.13.0) (2025-05-27)
711

812
### Features

packages/auth/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/auth",
3-
"version": "6.13.0",
3+
"version": "6.13.1",
44
"description": "Auth category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -99,7 +99,7 @@
9999
"@aws-amplify/core": "^6.1.0"
100100
},
101101
"devDependencies": {
102-
"@aws-amplify/core": "6.12.0",
102+
"@aws-amplify/core": "6.12.1",
103103
"@aws-amplify/react-native": "1.1.10",
104104
"@jest/test-sequencer": "^29.7.0"
105105
}

packages/aws-amplify/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.15.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.15.0...aws-amplify@6.15.1) (2025-06-17)
7+
8+
### Bug Fixes
9+
10+
- recreate event buffer in pinpoint if the credentials has changed ([#14403](https://github.com/aws-amplify/amplify-js/issues/14403)) ([2b4282a](https://github.com/aws-amplify/amplify-js/commit/2b4282a4042529ad073b7e2435df82fbb416070a))
11+
612
# [6.15.0](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.14.4...aws-amplify@6.15.0) (2025-05-27)
713

814
### Features

packages/aws-amplify/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "6.15.0",
3+
"version": "6.15.1",
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",
@@ -293,13 +293,13 @@
293293
"utils"
294294
],
295295
"dependencies": {
296-
"@aws-amplify/analytics": "7.0.81",
297-
"@aws-amplify/api": "6.3.12",
298-
"@aws-amplify/auth": "6.13.0",
299-
"@aws-amplify/core": "6.12.0",
300-
"@aws-amplify/datastore": "5.0.83",
301-
"@aws-amplify/notifications": "2.0.81",
302-
"@aws-amplify/storage": "6.9.0",
296+
"@aws-amplify/analytics": "7.0.82",
297+
"@aws-amplify/api": "6.3.13",
298+
"@aws-amplify/auth": "6.13.1",
299+
"@aws-amplify/core": "6.12.1",
300+
"@aws-amplify/datastore": "5.0.84",
301+
"@aws-amplify/notifications": "2.0.82",
302+
"@aws-amplify/storage": "6.9.1",
303303
"tslib": "^2.5.0"
304304
},
305305
"size-limit": [

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.12.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.12.0...@aws-amplify/core@6.12.1) (2025-06-17)
7+
8+
### Bug Fixes
9+
10+
- recreate event buffer in pinpoint if the credentials has changed ([#14403](https://github.com/aws-amplify/amplify-js/issues/14403)) ([2b4282a](https://github.com/aws-amplify/amplify-js/commit/2b4282a4042529ad073b7e2435df82fbb416070a))
11+
612
# [6.12.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.11.4...@aws-amplify/core@6.12.0) (2025-05-27)
713

814
### Features

packages/core/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/core",
3-
"version": "6.12.0",
3+
"version": "6.12.1",
44
"description": "Core category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",

packages/datastore-storage-adapter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.84](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.83...@aws-amplify/datastore-storage-adapter@2.1.84) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
9+
610
## [2.1.83](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.82...@aws-amplify/datastore-storage-adapter@2.1.83) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter

packages/datastore-storage-adapter/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/datastore-storage-adapter",
3-
"version": "2.1.83",
3+
"version": "2.1.84",
44
"description": "SQLite storage adapter for Amplify DataStore ",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -36,8 +36,8 @@
3636
"@aws-amplify/core": "^6.1.0"
3737
},
3838
"devDependencies": {
39-
"@aws-amplify/core": "6.12.0",
40-
"@aws-amplify/datastore": "5.0.83",
39+
"@aws-amplify/core": "6.12.1",
40+
"@aws-amplify/datastore": "5.0.84",
4141
"@types/react-native-sqlite-storage": "5.0.1",
4242
"expo-file-system": "13.1.4",
4343
"expo-sqlite": "10.1.0",

packages/datastore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.84](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.83...@aws-amplify/datastore@5.0.84) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore
9+
610
## [5.0.83](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.82...@aws-amplify/datastore@5.0.83) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/datastore

packages/datastore/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/datastore",
3-
"version": "5.0.83",
3+
"version": "5.0.84",
44
"description": "AppSyncLocal support for aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -44,8 +44,8 @@
4444
"src"
4545
],
4646
"dependencies": {
47-
"@aws-amplify/api": "6.3.12",
48-
"@aws-amplify/api-graphql": "4.7.16",
47+
"@aws-amplify/api": "6.3.13",
48+
"@aws-amplify/api-graphql": "4.7.17",
4949
"buffer": "4.9.2",
5050
"idb": "5.0.6",
5151
"immer": "9.0.6",
@@ -56,7 +56,7 @@
5656
"@aws-amplify/core": "^6.1.0"
5757
},
5858
"devDependencies": {
59-
"@aws-amplify/core": "6.12.0",
59+
"@aws-amplify/core": "6.12.1",
6060
"@aws-amplify/react-native": "1.1.10",
6161
"@types/uuid-validate": "^0.0.1",
6262
"dexie": "3.2.2",

packages/geo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.82](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@3.0.81...@aws-amplify/geo@3.0.82) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/geo
9+
610
## [3.0.81](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@3.0.80...@aws-amplify/geo@3.0.81) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/geo

packages/geo/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/geo",
3-
"version": "3.0.81",
3+
"version": "3.0.82",
44
"description": "Geo category for aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -77,7 +77,7 @@
7777
"@aws-amplify/core": "^6.1.0"
7878
},
7979
"devDependencies": {
80-
"@aws-amplify/core": "6.12.0"
80+
"@aws-amplify/core": "6.12.1"
8181
},
8282
"size-limit": [
8383
{

packages/interactions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.23](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@6.1.22...@aws-amplify/interactions@6.1.23) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/interactions
9+
610
## [6.1.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@6.1.21...@aws-amplify/interactions@6.1.22) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/interactions

packages/interactions/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/interactions",
3-
"version": "6.1.22",
3+
"version": "6.1.23",
44
"description": "Interactions category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -81,7 +81,7 @@
8181
"uuid": "^9.0.0"
8282
},
8383
"devDependencies": {
84-
"@aws-amplify/core": "6.12.0"
84+
"@aws-amplify/core": "6.12.1"
8585
},
8686
"size-limit": [
8787
{

packages/notifications/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.82](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.81...@aws-amplify/notifications@2.0.82) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/notifications
9+
610
## [2.0.81](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.80...@aws-amplify/notifications@2.0.81) (2025-05-27)
711

812
**Note:** Version bump only for package @aws-amplify/notifications

packages/notifications/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/notifications",
3-
"version": "2.0.81",
3+
"version": "2.0.82",
44
"description": "Notifications category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -99,7 +99,7 @@
9999
"@aws-amplify/core": "^6.1.0"
100100
},
101101
"devDependencies": {
102-
"@aws-amplify/core": "6.12.0",
102+
"@aws-amplify/core": "6.12.1",
103103
"@aws-amplify/react-native": "1.1.10"
104104
}
105105
}

0 commit comments

Comments
 (0)