Skip to content

Commit 716cc95

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [skip release]
- @aws-amplify/adapter-nextjs@1.2.19 - @aws-amplify/analytics@7.0.49 - @aws-amplify/api@6.0.51 - @aws-amplify/api-graphql@4.3.2 - @aws-amplify/api-rest@4.0.49 - @aws-amplify/auth@6.4.2 - aws-amplify@6.6.2 - @aws-amplify/core@6.4.2 - @aws-amplify/datastore@5.0.51 - @aws-amplify/datastore-storage-adapter@2.1.51 - @aws-amplify/geo@3.0.49 - @aws-amplify/interactions@6.0.48 - @aws-amplify/notifications@2.0.49 - @aws-amplify/predictions@6.1.24 - @aws-amplify/pubsub@6.1.24 - @aws-amplify/storage@6.6.7 - tsc-compliance-test@0.1.54
1 parent 72354a1 commit 716cc95

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.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.2.18...@aws-amplify/adapter-nextjs@1.2.19) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.2.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.2.17...@aws-amplify/adapter-nextjs@1.2.18) (2024-09-16)
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.18",
4+
"version": "1.2.19",
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.6.1",
19+
"aws-amplify": "6.6.2",
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.49](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.48...@aws-amplify/analytics@7.0.49) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.48](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.47...@aws-amplify/analytics@7.0.48) (2024-09-16)
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.48",
3+
"version": "7.0.49",
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.4.1",
106+
"@aws-amplify/core": "6.4.2",
107107
"@aws-amplify/react-native": "1.1.5",
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.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.3.1...@aws-amplify/api-graphql@4.3.2) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-graphql
9+
610
## [4.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.3.0...@aws-amplify/api-graphql@4.3.1) (2024-09-16)
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.3.1",
3+
"version": "4.3.2",
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.48",
88-
"@aws-amplify/core": "6.4.1",
87+
"@aws-amplify/api-rest": "4.0.49",
88+
"@aws-amplify/core": "6.4.2",
8989
"@aws-amplify/data-schema": "^1.5.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.49](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.48...@aws-amplify/api-rest@4.0.49) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
610
## [4.0.48](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.47...@aws-amplify/api-rest@4.0.48) (2024-09-16)
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.48",
4+
"version": "4.0.49",
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.4.1",
90+
"@aws-amplify/core": "6.4.2",
9191
"@aws-amplify/react-native": "1.1.5",
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.51](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.50...@aws-amplify/api@6.0.51) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
610
## [6.0.50](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.49...@aws-amplify/api@6.0.50) (2024-09-16)
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.50",
3+
"version": "6.0.51",
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.3.1",
83-
"@aws-amplify/api-rest": "4.0.48",
82+
"@aws-amplify/api-graphql": "4.3.2",
83+
"@aws-amplify/api-rest": "4.0.49",
8484
"tslib": "^2.5.0"
8585
}
8686
}

packages/auth/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.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.4.1...@aws-amplify/auth@6.4.2) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/auth
9+
610
## [6.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.4.0...@aws-amplify/auth@6.4.1) (2024-09-16)
711

812
### Bug Fixes

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.4.1",
3+
"version": "6.4.2",
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.4.1",
100+
"@aws-amplify/core": "6.4.2",
101101
"@aws-amplify/react-native": "1.1.5",
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.6.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.6.1...aws-amplify@6.6.2) (2024-09-17)
7+
8+
**Note:** Version bump only for package aws-amplify
9+
610
## [6.6.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.6.0...aws-amplify@6.6.1) (2024-09-16)
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.6.1",
3+
"version": "6.6.2",
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.48",
280-
"@aws-amplify/api": "6.0.50",
281-
"@aws-amplify/auth": "6.4.1",
282-
"@aws-amplify/core": "6.4.1",
283-
"@aws-amplify/datastore": "5.0.50",
284-
"@aws-amplify/notifications": "2.0.48",
285-
"@aws-amplify/storage": "6.6.6",
279+
"@aws-amplify/analytics": "7.0.49",
280+
"@aws-amplify/api": "6.0.51",
281+
"@aws-amplify/auth": "6.4.2",
282+
"@aws-amplify/core": "6.4.2",
283+
"@aws-amplify/datastore": "5.0.51",
284+
"@aws-amplify/notifications": "2.0.49",
285+
"@aws-amplify/storage": "6.6.7",
286286
"tslib": "^2.5.0"
287287
},
288288
"devDependencies": {

packages/core/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.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.4.1...@aws-amplify/core@6.4.2) (2024-09-17)
7+
8+
### Reverts
9+
10+
- Revert "Reapply "feat(core): resolve webcrypto from node:crypto for Node18 (#13599)" (#13775)" ([953d578](https://github.com/aws-amplify/amplify-js/commit/953d578fabd69ab8eb7bf494a50c5a15ebf0b74c)), closes [#13599](https://github.com/aws-amplify/amplify-js/issues/13599) [#13775](https://github.com/aws-amplify/amplify-js/issues/13775)
11+
612
## [6.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.4.0...@aws-amplify/core@6.4.1) (2024-09-16)
713

814
**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.4.1",
3+
"version": "6.4.2",
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.51](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.50...@aws-amplify/datastore-storage-adapter@2.1.51) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
9+
610
## [2.1.50](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.49...@aws-amplify/datastore-storage-adapter@2.1.50) (2024-09-16)
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.50",
3+
"version": "2.1.51",
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.4.1",
40-
"@aws-amplify/datastore": "5.0.50",
39+
"@aws-amplify/core": "6.4.2",
40+
"@aws-amplify/datastore": "5.0.51",
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.51](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.50...@aws-amplify/datastore@5.0.51) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore
9+
610
## [5.0.50](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.49...@aws-amplify/datastore@5.0.50) (2024-09-16)
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.50",
3+
"version": "5.0.51",
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.50",
47+
"@aws-amplify/api": "6.0.51",
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.4.1",
58+
"@aws-amplify/core": "6.4.2",
5959
"@aws-amplify/react-native": "1.1.5",
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.49](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@3.0.48...@aws-amplify/geo@3.0.49) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/geo
9+
610
## [3.0.48](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@3.0.47...@aws-amplify/geo@3.0.48) (2024-09-16)
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.48",
3+
"version": "3.0.49",
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.4.1",
79+
"@aws-amplify/core": "6.4.2",
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.48](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@6.0.47...@aws-amplify/interactions@6.0.48) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/interactions
9+
610
## [6.0.47](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@6.0.46...@aws-amplify/interactions@6.0.47) (2024-09-16)
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.47",
3+
"version": "6.0.48",
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.4.1",
84+
"@aws-amplify/core": "6.4.2",
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.49](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.48...@aws-amplify/notifications@2.0.49) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/notifications
9+
610
## [2.0.48](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.47...@aws-amplify/notifications@2.0.48) (2024-09-16)
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.48",
3+
"version": "2.0.49",
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.4.1",
101+
"@aws-amplify/core": "6.4.2",
102102
"@aws-amplify/react-native": "1.1.5",
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.24](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.1.23...@aws-amplify/predictions@6.1.24) (2024-09-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/predictions
9+
610
## [6.1.23](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.1.22...@aws-amplify/predictions@6.1.23) (2024-09-16)
711

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

0 commit comments

Comments
 (0)