Skip to content

Commit 2ffc720

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [skip release]
- @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected]
1 parent ebbdc73 commit 2ffc720

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+196
-69
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.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-29)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.6.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-11)
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.9",
4+
"version": "1.6.10",
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.6",
17+
"aws-amplify": "6.15.7",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 < 15.0.0"
2020
},

packages/analytics/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+
## [7.0.88](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-29)
7+
8+
### Bug Fixes
9+
10+
- use options instead of this.options in PageViewTracker constructor ([#14549](https://github.com/aws-amplify/amplify-js/issues/14549)) ([3ea1c8e](https://github.com/aws-amplify/amplify-js/commit/3ea1c8e75ce9b03be24803184d912f8f2dee87ad))
11+
612
## [7.0.87](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-11)
713

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

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.87",
3+
"version": "7.0.88",
44
"description": "Analytics category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -103,8 +103,8 @@
103103
"@aws-amplify/core": "^6.1.0"
104104
},
105105
"devDependencies": {
106-
"@aws-amplify/core": "6.13.2",
107-
"@aws-amplify/react-native": "1.1.10",
106+
"@aws-amplify/core": "6.13.3",
107+
"@aws-amplify/react-native": "1.2.0",
108108
"@aws-sdk/types": "3.398.0"
109109
}
110110
}

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.8.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-29)
7+
8+
### Features
9+
10+
- **rtn-passkeys:** add rtn passkeys ([#14489](https://github.com/aws-amplify/amplify-js/issues/14489)) ([ac06885](https://github.com/aws-amplify/amplify-js/commit/ac06885a8f2a13365fe1ff26bfd54891f9ad4a45)), closes [#14390](https://github.com/aws-amplify/amplify-js/issues/14390) [#14391](https://github.com/aws-amplify/amplify-js/issues/14391)
11+
612
## [4.7.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-11)
713

814
### Bug Fixes

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.22",
3+
"version": "4.8.0",
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.4.0",
83-
"@aws-amplify/core": "6.13.2",
82+
"@aws-amplify/api-rest": "4.4.1",
83+
"@aws-amplify/core": "6.13.3",
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.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-29)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
610
# [4.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-11)
711

812
### Features

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.4.0",
4+
"version": "4.4.1",
55
"description": "Api-rest category of aws-amplify",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.mjs",
@@ -87,8 +87,8 @@
8787
"@aws-amplify/core": "^6.1.0"
8888
},
8989
"devDependencies": {
90-
"@aws-amplify/core": "6.13.2",
91-
"@aws-amplify/react-native": "1.1.10",
90+
"@aws-amplify/core": "6.13.3",
91+
"@aws-amplify/react-native": "1.2.0",
9292
"@aws-sdk/types": "3.387.0"
9393
}
9494
}

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.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-29)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
610
## [6.3.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-09-11)
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.18",
3+
"version": "6.3.19",
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.13.2",
71+
"@aws-amplify/core": "6.13.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.22",
84-
"@aws-amplify/api-rest": "4.4.0",
83+
"@aws-amplify/api-graphql": "4.8.0",
84+
"@aws-amplify/api-rest": "4.4.1",
8585
"@aws-amplify/data-schema": "^1.7.0",
8686
"rxjs": "^7.8.1",
8787
"tslib": "^2.5.0"

0 commit comments

Comments
 (0)