Skip to content

Commit 2997fc9

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [skip release]
- @aws-amplify/adapter-nextjs@1.5.7 - @aws-amplify/analytics@7.0.76 - @aws-amplify/api@6.3.7 - @aws-amplify/api-graphql@4.7.11 - @aws-amplify/api-rest@4.1.0 - @aws-amplify/auth@6.12.0 - aws-amplify@6.14.0 - @aws-amplify/core@6.11.0 - @aws-amplify/datastore@5.0.78 - @aws-amplify/datastore-storage-adapter@2.1.78 - @aws-amplify/geo@3.0.76 - @aws-amplify/interactions@6.1.17 - @aws-amplify/notifications@2.0.76 - @aws-amplify/predictions@6.1.51 - @aws-amplify/pubsub@6.1.51 - @aws-amplify/storage@6.8.0 - tsc-compliance-test@0.1.81
1 parent aa46b53 commit 2997fc9

File tree

34 files changed

+127
-47
lines changed

34 files changed

+127
-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.5.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.5.6...@aws-amplify/adapter-nextjs@1.5.7) (2025-03-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.5.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.5.5...@aws-amplify/adapter-nextjs@1.5.6) (2025-03-21)
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.5.6",
4+
"version": "1.5.7",
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.13.6",
17+
"aws-amplify": "6.14.0",
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.76](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.75...@aws-amplify/analytics@7.0.76) (2025-03-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.75](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.74...@aws-amplify/analytics@7.0.75) (2025-03-21)
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.75",
3+
"version": "7.0.76",
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.10.6",
106+
"@aws-amplify/core": "6.11.0",
107107
"@aws-amplify/react-native": "1.1.7",
108108
"@aws-sdk/types": "3.398.0",
109109
"typescript": "5.0.2"

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.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.10...@aws-amplify/api-graphql@4.7.11) (2025-03-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-graphql
9+
610
## [4.7.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.9...@aws-amplify/api-graphql@4.7.10) (2025-03-21)
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.10",
3+
"version": "4.7.11",
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.0.75",
88-
"@aws-amplify/core": "6.10.6",
87+
"@aws-amplify/api-rest": "4.1.0",
88+
"@aws-amplify/core": "6.11.0",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.75...@aws-amplify/api-rest@4.1.0) (2025-03-25)
7+
8+
### Features
9+
10+
- **api-rest:** configurable retry behavior ([#14303](https://github.com/aws-amplify/amplify-js/issues/14303)) ([65207a6](https://github.com/aws-amplify/amplify-js/commit/65207a668cf66f07932b7f89f38651cbb84b8187))
11+
- library observability improvements ([#14309](https://github.com/aws-amplify/amplify-js/issues/14309)) ([b383885](https://github.com/aws-amplify/amplify-js/commit/b3838851da3c5620d6c1ea7950d16d81b21e073f)), closes [#14230](https://github.com/aws-amplify/amplify-js/issues/14230) [#14237](https://github.com/aws-amplify/amplify-js/issues/14237) [#14259](https://github.com/aws-amplify/amplify-js/issues/14259) [#14251](https://github.com/aws-amplify/amplify-js/issues/14251) [#14296](https://github.com/aws-amplify/amplify-js/issues/14296)
12+
613
## [4.0.75](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.74...@aws-amplify/api-rest@4.0.75) (2025-03-21)
714

815
**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.0.75",
4+
"version": "4.1.0",
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.10.6",
90+
"@aws-amplify/core": "6.11.0",
9191
"@aws-amplify/react-native": "1.1.7",
9292
"@aws-sdk/types": "3.387.0",
9393
"typescript": "5.0.2"

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.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.3.6...@aws-amplify/api@6.3.7) (2025-03-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
610
## [6.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.3.5...@aws-amplify/api@6.3.6) (2025-03-21)
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.6",
3+
"version": "6.3.7",
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.10.6",
71+
"@aws-amplify/core": "6.11.0",
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.10",
85-
"@aws-amplify/api-rest": "4.0.75",
84+
"@aws-amplify/api-graphql": "4.7.11",
85+
"@aws-amplify/api-rest": "4.1.0",
8686
"@aws-amplify/data-schema": "^1.7.0",
8787
"rxjs": "^7.8.1",
8888
"tslib": "^2.5.0"

0 commit comments

Comments
 (0)