Skip to content

Commit cae6274

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] - [email protected]
1 parent 71683a4 commit cae6274

File tree

38 files changed

+133
-55
lines changed

38 files changed

+133
-55
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.2.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.2.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-08)
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.2.7",
4+
"version": "1.2.8",
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.4.0",
19+
"aws-amplify": "6.4.1",
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.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.37](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-08)
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.37",
3+
"version": "7.0.38",
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.3.4",
107-
"@aws-amplify/react-native": "1.1.2",
106+
"@aws-amplify/core": "6.3.5",
107+
"@aws-amplify/react-native": "1.1.3",
108108
"@aws-sdk/types": "3.398.0",
109109
"typescript": "5.0.2"
110110
}

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.1.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-graphql
9+
610
## [4.1.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-08)
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.1.8",
3+
"version": "4.1.9",
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.37",
88-
"@aws-amplify/core": "6.3.4",
87+
"@aws-amplify/api-rest": "4.0.38",
88+
"@aws-amplify/core": "6.3.5",
8989
"@aws-amplify/data-schema": "^1.0.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.0.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
610
## [4.0.37](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-08)
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.0.37",
4+
"version": "4.0.38",
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.3.4",
91-
"@aws-amplify/react-native": "1.1.2",
90+
"@aws-amplify/core": "6.3.5",
91+
"@aws-amplify/react-native": "1.1.3",
9292
"typescript": "5.0.2"
9393
},
9494
"size-limit": [

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.0.40](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
610
## [6.0.39](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-08)
711

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

packages/api/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",
3-
"version": "6.0.39",
3+
"version": "6.0.40",
44
"description": "Api 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-graphql": "4.1.8",
83-
"@aws-amplify/api-rest": "4.0.37",
82+
"@aws-amplify/api-graphql": "4.1.9",
83+
"@aws-amplify/api-rest": "4.0.38",
8484
"tslib": "^2.5.0"
8585
}
8686
}

0 commit comments

Comments
 (0)