Skip to content

Commit de14a78

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [skip release]
- @aws-amplify/adapter-nextjs@1.4.3 - @aws-amplify/analytics@7.0.68 - @aws-amplify/api@6.2.3 - @aws-amplify/api-graphql@4.7.3 - @aws-amplify/api-rest@4.0.68 - @aws-amplify/auth@6.10.2 - aws-amplify@6.12.3 - @aws-amplify/core@6.9.3 - @aws-amplify/datastore@5.0.70 - @aws-amplify/datastore-storage-adapter@2.1.70 - @aws-amplify/geo@3.0.68 - @aws-amplify/interactions@6.1.9 - @aws-amplify/notifications@2.0.68 - @aws-amplify/predictions@6.1.43 - @aws-amplify/pubsub@6.1.43 - @aws-amplify/react-native@1.1.7 - @aws-amplify/rtn-push-notification@1.2.32 - @aws-amplify/storage@6.7.9 - tsc-compliance-test@0.1.73
1 parent 1faa02f commit de14a78

File tree

38 files changed

+152
-58
lines changed

38 files changed

+152
-58
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.4.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.4.2...@aws-amplify/adapter-nextjs@1.4.3) (2025-02-04)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.4.1...@aws-amplify/adapter-nextjs@1.4.2) (2025-01-24)
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.4.2",
4+
"version": "1.4.3",
55
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
66
"peerDependencies": {
77
"aws-amplify": "^6.0.7",
@@ -16,7 +16,7 @@
1616
"@types/node": "^20.3.1",
1717
"@types/react": "^18.2.13",
1818
"@types/react-dom": "^18.2.6",
19-
"aws-amplify": "6.12.2",
19+
"aws-amplify": "6.12.3",
2020
"jest-fetch-mock": "3.0.3",
2121
"next": ">= 13.5.0 < 15.0.0",
2222
"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.68](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.67...@aws-amplify/analytics@7.0.68) (2025-02-04)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.67](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.66...@aws-amplify/analytics@7.0.67) (2025-01-24)
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.67",
3+
"version": "7.0.68",
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.9.2",
107-
"@aws-amplify/react-native": "1.1.6",
106+
"@aws-amplify/core": "6.9.3",
107+
"@aws-amplify/react-native": "1.1.7",
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.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.2...@aws-amplify/api-graphql@4.7.3) (2025-02-04)
7+
8+
### Bug Fixes
9+
10+
- **api-graphql:** Data messages should maintain the keep alive status ([#14164](https://github.com/aws-amplify/amplify-js/issues/14164)) ([8b489d1](https://github.com/aws-amplify/amplify-js/commit/8b489d1667c67741cbc1111b0a52d10996aa857d))
11+
612
## [4.7.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.1...@aws-amplify/api-graphql@4.7.2) (2025-01-24)
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.2",
3+
"version": "4.7.3",
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.67",
88-
"@aws-amplify/core": "6.9.2",
87+
"@aws-amplify/api-rest": "4.0.68",
88+
"@aws-amplify/core": "6.9.3",
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: 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.0.68](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.67...@aws-amplify/api-rest@4.0.68) (2025-02-04)
7+
8+
### Bug Fixes
9+
10+
- **deps:** fix more implicit deps and add linting ([#14137](https://github.com/aws-amplify/amplify-js/issues/14137)) ([22ca811](https://github.com/aws-amplify/amplify-js/commit/22ca811743f6729d3a00dd71726ff6b5afb44b53))
11+
612
## [4.0.67](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.66...@aws-amplify/api-rest@4.0.67) (2025-01-24)
713

814
**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.0.67",
4+
"version": "4.0.68",
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.9.2",
91-
"@aws-amplify/react-native": "1.1.6",
90+
"@aws-amplify/core": "6.9.3",
91+
"@aws-amplify/react-native": "1.1.7",
9292
"@aws-sdk/types": "3.387.0",
9393
"typescript": "5.0.2"
9494
},

packages/api/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.2.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.2.2...@aws-amplify/api@6.2.3) (2025-02-04)
7+
8+
### Bug Fixes
9+
10+
- **deps:** fix more implicit deps and add linting ([#14137](https://github.com/aws-amplify/amplify-js/issues/14137)) ([22ca811](https://github.com/aws-amplify/amplify-js/commit/22ca811743f6729d3a00dd71726ff6b5afb44b53))
11+
612
## [6.2.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.2.1...@aws-amplify/api@6.2.2) (2025-01-24)
713

814
**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.2.2",
3+
"version": "6.2.3",
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.9.2",
71+
"@aws-amplify/core": "6.9.3",
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.2",
85-
"@aws-amplify/api-rest": "4.0.67",
84+
"@aws-amplify/api-graphql": "4.7.3",
85+
"@aws-amplify/api-rest": "4.0.68",
8686
"@aws-amplify/data-schema": "^1.7.0",
8787
"rxjs": "^7.8.1",
8888
"tslib": "^2.5.0"

0 commit comments

Comments
 (0)