Skip to content

Commit 937771c

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] - [email protected]
1 parent 3d82fd8 commit 937771c

34 files changed

+115
-45
lines changed

packages/adapter-nextjs/CHANGELOG.md

+4
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.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.2.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-18)
711

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

packages/adapter-nextjs/package.json

+2-2
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.5",
4+
"version": "1.2.6",
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.3.7",
19+
"aws-amplify": "6.3.8",
2020
"jest-fetch-mock": "3.0.3",
2121
"next": ">= 13.5.0 < 15.0.0",
2222
"typescript": "5.0.2"

packages/analytics/CHANGELOG.md

+4
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.36](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.35](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-07)
711

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

packages/analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/analytics",
3-
"version": "7.0.35",
3+
"version": "7.0.36",
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.3.2",
106+
"@aws-amplify/core": "6.3.3",
107107
"@aws-amplify/react-native": "1.1.1",
108108
"@aws-sdk/types": "3.398.0",
109109
"typescript": "5.0.2"

packages/api-graphql/CHANGELOG.md

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

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

packages/api-graphql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-graphql",
3-
"version": "4.1.6",
3+
"version": "4.1.7",
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.35",
88-
"@aws-amplify/core": "6.3.2",
87+
"@aws-amplify/api-rest": "4.0.36",
88+
"@aws-amplify/core": "6.3.3",
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

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

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

packages/api-rest/package.json

+2-2
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.35",
4+
"version": "4.0.36",
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.3.2",
90+
"@aws-amplify/core": "6.3.3",
9191
"@aws-amplify/react-native": "1.1.1",
9292
"typescript": "5.0.2"
9393
},

packages/api/CHANGELOG.md

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

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

packages/api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api",
3-
"version": "6.0.37",
3+
"version": "6.0.38",
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.6",
83-
"@aws-amplify/api-rest": "4.0.35",
82+
"@aws-amplify/api-graphql": "4.1.7",
83+
"@aws-amplify/api-rest": "4.0.36",
8484
"tslib": "^2.5.0"
8585
}
8686
}

packages/auth/CHANGELOG.md

+6
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.3.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
### Bug Fixes
9+
10+
- **auth:** Added missing UserContextData to Cognito User Pool operation SignUp ([#13477](https://github.com/aws-amplify/amplify-js/issues/13477)) ([e6c5f60](https://github.com/aws-amplify/amplify-js/commit/e6c5f60225c6ba0beeb4d5d2ae4cd55615062152))
11+
612
## [6.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-18)
713

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

packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth",
3-
"version": "6.3.6",
3+
"version": "6.3.7",
44
"description": "Auth category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -97,7 +97,7 @@
9797
"@aws-amplify/core": "^6.1.0"
9898
},
9999
"devDependencies": {
100-
"@aws-amplify/core": "6.3.2",
100+
"@aws-amplify/core": "6.3.3",
101101
"@aws-amplify/react-native": "1.1.1",
102102
"@jest/test-sequencer": "^29.7.0",
103103
"typescript": "5.0.2"

packages/aws-amplify/CHANGELOG.md

+4
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.8](https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.3.8) (2024-06-24)
7+
8+
**Note:** Version bump only for package aws-amplify
9+
610
## [6.3.7](https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.3.7) (2024-06-18)
711

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

packages/aws-amplify/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "6.3.7",
3+
"version": "6.3.8",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -276,13 +276,13 @@
276276
"utils"
277277
],
278278
"dependencies": {
279-
"@aws-amplify/analytics": "7.0.35",
280-
"@aws-amplify/api": "6.0.37",
281-
"@aws-amplify/auth": "6.3.6",
282-
"@aws-amplify/core": "6.3.2",
283-
"@aws-amplify/datastore": "5.0.37",
284-
"@aws-amplify/notifications": "2.0.35",
285-
"@aws-amplify/storage": "6.4.6",
279+
"@aws-amplify/analytics": "7.0.36",
280+
"@aws-amplify/api": "6.0.38",
281+
"@aws-amplify/auth": "6.3.7",
282+
"@aws-amplify/core": "6.3.3",
283+
"@aws-amplify/datastore": "5.0.38",
284+
"@aws-amplify/notifications": "2.0.36",
285+
"@aws-amplify/storage": "6.4.7",
286286
"tslib": "^2.5.0"
287287
},
288288
"devDependencies": {

packages/core/CHANGELOG.md

+4
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.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/core
9+
610
## [6.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-07)
711

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

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/core",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"description": "Core category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",

packages/datastore-storage-adapter/CHANGELOG.md

+4
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+
## [2.1.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
9+
610
## [2.1.37](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-07)
711

812
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter

packages/datastore-storage-adapter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/datastore-storage-adapter",
3-
"version": "2.1.37",
3+
"version": "2.1.38",
44
"description": "SQLite storage adapter for Amplify DataStore ",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -36,8 +36,8 @@
3636
"@aws-amplify/core": "^6.1.0"
3737
},
3838
"devDependencies": {
39-
"@aws-amplify/core": "6.3.2",
40-
"@aws-amplify/datastore": "5.0.37",
39+
"@aws-amplify/core": "6.3.3",
40+
"@aws-amplify/datastore": "5.0.38",
4141
"@types/react-native-sqlite-storage": "5.0.1",
4242
"expo-file-system": "13.1.4",
4343
"expo-sqlite": "10.1.0",

packages/datastore/CHANGELOG.md

+4
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+
## [5.0.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore
9+
610
## [5.0.37](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-07)
711

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

packages/datastore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/datastore",
3-
"version": "5.0.37",
3+
"version": "5.0.38",
44
"description": "AppSyncLocal support for aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -44,7 +44,7 @@
4444
"src"
4545
],
4646
"dependencies": {
47-
"@aws-amplify/api": "6.0.37",
47+
"@aws-amplify/api": "6.0.38",
4848
"buffer": "4.9.2",
4949
"idb": "5.0.6",
5050
"immer": "9.0.6",
@@ -55,7 +55,7 @@
5555
"@aws-amplify/core": "^6.1.0"
5656
},
5757
"devDependencies": {
58-
"@aws-amplify/core": "6.3.2",
58+
"@aws-amplify/core": "6.3.3",
5959
"@aws-amplify/react-native": "1.1.1",
6060
"@types/uuid-validate": "^0.0.1",
6161
"dexie": "3.2.2",

packages/geo/CHANGELOG.md

+4
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+
## [3.0.36](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/geo
9+
610
## [3.0.35](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-07)
711

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

packages/geo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/geo",
3-
"version": "3.0.35",
3+
"version": "3.0.36",
44
"description": "Geo category for aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -76,7 +76,7 @@
7676
"@aws-amplify/core": "^6.1.0"
7777
},
7878
"devDependencies": {
79-
"@aws-amplify/core": "6.3.2",
79+
"@aws-amplify/core": "6.3.3",
8080
"typescript": "5.0.2"
8181
},
8282
"size-limit": [

packages/interactions/CHANGELOG.md

+4
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.35](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/interactions
9+
610
## [6.0.34](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-07)
711

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

packages/interactions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/interactions",
3-
"version": "6.0.34",
3+
"version": "6.0.35",
44
"description": "Interactions category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -81,7 +81,7 @@
8181
"uuid": "^9.0.0"
8282
},
8383
"devDependencies": {
84-
"@aws-amplify/core": "6.3.2",
84+
"@aws-amplify/core": "6.3.3",
8585
"typescript": "^5.0.2"
8686
},
8787
"size-limit": [

packages/notifications/CHANGELOG.md

+4
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+
## [2.0.36](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/notifications
9+
610
## [2.0.35](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-07)
711

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

packages/notifications/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/notifications",
3-
"version": "2.0.35",
3+
"version": "2.0.36",
44
"description": "Notifications category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -98,7 +98,7 @@
9898
"@aws-amplify/core": "^6.1.0"
9999
},
100100
"devDependencies": {
101-
"@aws-amplify/core": "6.3.2",
101+
"@aws-amplify/core": "6.3.3",
102102
"@aws-amplify/react-native": "1.1.1",
103103
"typescript": "5.0.2"
104104
}

packages/predictions/CHANGELOG.md

+4
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.1.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/predictions
9+
610
## [6.1.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-07)
711

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

0 commit comments

Comments
 (0)