Skip to content

Commit f2a10cf

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [skip release]
- @aws-amplify/adapter-nextjs@1.6.6 - @aws-amplify/analytics@7.0.84 - @aws-amplify/api@6.3.15 - @aws-amplify/api-graphql@4.7.19 - @aws-amplify/api-rest@4.1.8 - @aws-amplify/auth@6.13.3 - aws-amplify@6.15.3 - @aws-amplify/core@6.12.3 - @aws-amplify/datastore@5.0.86 - @aws-amplify/datastore-storage-adapter@2.1.86 - @aws-amplify/geo@3.0.84 - @aws-amplify/interactions@6.1.25 - @aws-amplify/notifications@2.0.84 - @aws-amplify/predictions@6.1.59 - @aws-amplify/pubsub@6.1.59 - @aws-amplify/storage@6.9.3 - tsc-compliance-test@0.1.89
1 parent fb3e11c commit f2a10cf

File tree

34 files changed

+130
-52
lines changed

34 files changed

+130
-52
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.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.6.5...@aws-amplify/adapter-nextjs@1.6.6) (2025-07-03)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.6.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.6.4...@aws-amplify/adapter-nextjs@1.6.5) (2025-07-02)
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.5",
4+
"version": "1.6.6",
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.2",
17+
"aws-amplify": "6.15.3",
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.84](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.83...@aws-amplify/analytics@7.0.84) (2025-07-03)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.83](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.82...@aws-amplify/analytics@7.0.83) (2025-07-02)
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.83",
3+
"version": "7.0.84",
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.2",
106+
"@aws-amplify/core": "6.12.3",
107107
"@aws-amplify/react-native": "1.1.10",
108108
"@aws-sdk/types": "3.398.0"
109109
}

packages/api-graphql/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+
## [4.7.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.18...@aws-amplify/api-graphql@4.7.19) (2025-07-03)
7+
8+
### Bug Fixes
9+
10+
- error building expo application ([#14436](https://github.com/aws-amplify/amplify-js/issues/14436)) ([f14dc87](https://github.com/aws-amplify/amplify-js/commit/f14dc873a05030fd3e98400451a82bf7d509c3d4))
11+
612
## [4.7.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.17...@aws-amplify/api-graphql@4.7.18) (2025-07-02)
713

814
### Bug Fixes

packages/api-graphql/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-graphql",
3-
"version": "4.7.18",
3+
"version": "4.7.19",
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.7",
83-
"@aws-amplify/core": "6.12.2",
82+
"@aws-amplify/api-rest": "4.1.8",
83+
"@aws-amplify/core": "6.12.3",
8484
"@aws-amplify/data-schema": "^1.7.0",
8585
"@aws-sdk/types": "3.387.0",
8686
"graphql": "15.8.0",
@@ -96,4 +96,4 @@
9696
"limit": "91.7 kB"
9797
}
9898
]
99-
}
99+
}

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.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.1.7...@aws-amplify/api-rest@4.1.8) (2025-07-03)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
610
## [4.1.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.1.6...@aws-amplify/api-rest@4.1.7) (2025-07-02)
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.7",
4+
"version": "4.1.8",
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.2",
90+
"@aws-amplify/core": "6.12.3",
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.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.3.14...@aws-amplify/api@6.3.15) (2025-07-03)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
610
## [6.3.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.3.13...@aws-amplify/api@6.3.14) (2025-07-02)
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.14",
3+
"version": "6.3.15",
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.2",
71+
"@aws-amplify/core": "6.12.3",
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.18",
84-
"@aws-amplify/api-rest": "4.1.7",
83+
"@aws-amplify/api-graphql": "4.7.19",
84+
"@aws-amplify/api-rest": "4.1.8",
8585
"@aws-amplify/data-schema": "^1.7.0",
8686
"rxjs": "^7.8.1",
8787
"tslib": "^2.5.0"

0 commit comments

Comments
 (0)