Skip to content

Commit 7418a71

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [skip release]
- @aws-amplify/adapter-nextjs@1.6.0 - @aws-amplify/analytics@7.0.78 - @aws-amplify/api@6.3.9 - @aws-amplify/api-graphql@4.7.13 - @aws-amplify/api-rest@4.1.2 - @aws-amplify/auth@6.12.2 - aws-amplify@6.14.2 - @aws-amplify/core@6.11.2 - @aws-amplify/datastore@5.0.80 - @aws-amplify/datastore-storage-adapter@2.1.80 - @aws-amplify/geo@3.0.78 - @aws-amplify/interactions@6.1.19 - @aws-amplify/notifications@2.0.78 - @aws-amplify/predictions@6.1.53 - @aws-amplify/pubsub@6.1.53 - @aws-amplify/react-native@1.1.8 - @aws-amplify/react-native-example@0.0.29 - @aws-amplify/rtn-push-notification@1.2.33 - @aws-amplify/rtn-web-browser@1.1.2 - @aws-amplify/storage@6.8.2 - tsc-compliance-test@0.1.83
1 parent 9af6d76 commit 7418a71

Some content is hidden

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

42 files changed

+154
-64
lines changed

packages/adapter-nextjs/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+
# [1.6.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.5.8...@aws-amplify/adapter-nextjs@1.6.0) (2025-04-09)
7+
8+
### Features
9+
10+
- **adapter-nextjs:** support sending lang param to managed login ([#14322](https://github.com/aws-amplify/amplify-js/issues/14322)) ([d11c5ce](https://github.com/aws-amplify/amplify-js/commit/d11c5ce413219cc88b7b68fb5b2c2c9050a5c6b1))
11+
612
## [1.5.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.5.7...@aws-amplify/adapter-nextjs@1.5.8) (2025-03-28)
713

814
**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.5.8",
4+
"version": "1.6.0",
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.14.1",
17+
"aws-amplify": "6.14.2",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 < 15.0.0",
2020
"typescript": "5.0.2"

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.78](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.77...@aws-amplify/analytics@7.0.78) (2025-04-09)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.77](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.76...@aws-amplify/analytics@7.0.77) (2025-03-28)
711

812
**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.77",
3+
"version": "7.0.78",
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.11.1",
107-
"@aws-amplify/react-native": "1.1.7",
106+
"@aws-amplify/core": "6.11.2",
107+
"@aws-amplify/react-native": "1.1.8",
108108
"@aws-sdk/types": "3.398.0",
109109
"typescript": "5.0.2"
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.7.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.12...@aws-amplify/api-graphql@4.7.13) (2025-04-09)
7+
8+
### Bug Fixes
9+
10+
- (14277) Unable to override options when calling `events.connect` and `subscribe` ([#14278](https://github.com/aws-amplify/amplify-js/issues/14278)) ([db70f7b](https://github.com/aws-amplify/amplify-js/commit/db70f7be22711c6bf03fe68d7d3d3d93070d9a85))
11+
612
## [4.7.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.11...@aws-amplify/api-graphql@4.7.12) (2025-03-28)
713

814
**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.12",
3+
"version": "4.7.13",
44
"description": "Api-graphql category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -84,8 +84,8 @@
8484
"server"
8585
],
8686
"dependencies": {
87-
"@aws-amplify/api-rest": "4.1.1",
88-
"@aws-amplify/core": "6.11.1",
87+
"@aws-amplify/api-rest": "4.1.2",
88+
"@aws-amplify/core": "6.11.2",
8989
"@aws-amplify/data-schema": "^1.7.0",
9090
"@aws-sdk/types": "3.387.0",
9191
"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.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.1.1...@aws-amplify/api-rest@4.1.2) (2025-04-09)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
610
## [4.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.1.0...@aws-amplify/api-rest@4.1.1) (2025-03-28)
711

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

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.1.1",
4+
"version": "4.1.2",
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.11.1",
91-
"@aws-amplify/react-native": "1.1.7",
90+
"@aws-amplify/core": "6.11.2",
91+
"@aws-amplify/react-native": "1.1.8",
9292
"@aws-sdk/types": "3.387.0",
9393
"typescript": "5.0.2"
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.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.3.8...@aws-amplify/api@6.3.9) (2025-04-09)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
610
## [6.3.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.3.7...@aws-amplify/api@6.3.8) (2025-03-28)
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.8",
3+
"version": "6.3.9",
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.11.1",
71+
"@aws-amplify/core": "6.11.2",
7272
"jest-fetch-mock": "3.0.3",
7373
"typescript": "5.0.2"
7474
},
@@ -81,8 +81,8 @@
8181
"server"
8282
],
8383
"dependencies": {
84-
"@aws-amplify/api-graphql": "4.7.12",
85-
"@aws-amplify/api-rest": "4.1.1",
84+
"@aws-amplify/api-graphql": "4.7.13",
85+
"@aws-amplify/api-rest": "4.1.2",
8686
"@aws-amplify/data-schema": "^1.7.0",
8787
"rxjs": "^7.8.1",
8888
"tslib": "^2.5.0"

0 commit comments

Comments
 (0)