Skip to content

Commit 12c9698

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 ebf265e commit 12c9698

34 files changed

+117
-47
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.5.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/adapter-nextjs
9+
610
## [1.5.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-07)
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.5.4",
4+
"version": "1.5.5",
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.4",
17+
"aws-amplify": "6.13.5",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 < 15.0.0",
2020
"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.74](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
## [7.0.73](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-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.73",
3+
"version": "7.0.74",
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.4",
106+
"@aws-amplify/core": "6.10.5",
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

+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.7.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-graphql
9+
610
## [4.7.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-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.7.8",
3+
"version": "4.7.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.73",
88-
"@aws-amplify/core": "6.10.4",
87+
"@aws-amplify/api-rest": "4.0.74",
88+
"@aws-amplify/core": "6.10.5",
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

+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.74](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
610
## [4.0.73](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-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.73",
4+
"version": "4.0.74",
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.4",
90+
"@aws-amplify/core": "6.10.5",
9191
"@aws-amplify/react-native": "1.1.7",
9292
"@aws-sdk/types": "3.387.0",
9393
"typescript": "5.0.2"

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

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

packages/api/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
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.4",
71+
"@aws-amplify/core": "6.10.5",
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.8",
85-
"@aws-amplify/api-rest": "4.0.73",
84+
"@aws-amplify/api-graphql": "4.7.9",
85+
"@aws-amplify/api-rest": "4.0.74",
8686
"@aws-amplify/data-schema": "^1.7.0",
8787
"rxjs": "^7.8.1",
8888
"tslib": "^2.5.0"

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.11.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/auth
9+
610
## [6.11.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-07)
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.11.4",
3+
"version": "6.11.5",
44
"description": "Auth category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -99,7 +99,7 @@
9999
"@aws-amplify/core": "^6.1.0"
100100
},
101101
"devDependencies": {
102-
"@aws-amplify/core": "6.10.4",
102+
"@aws-amplify/core": "6.10.5",
103103
"@aws-amplify/react-native": "1.1.7",
104104
"@jest/test-sequencer": "^29.7.0",
105105
"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.13.5](https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.5) (2025-03-14)
7+
8+
**Note:** Version bump only for package aws-amplify
9+
610
## [6.13.4](https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.4) (2025-03-07)
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.13.4",
3+
"version": "6.13.5",
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",
@@ -293,13 +293,13 @@
293293
"utils"
294294
],
295295
"dependencies": {
296-
"@aws-amplify/analytics": "7.0.73",
297-
"@aws-amplify/api": "6.3.4",
298-
"@aws-amplify/auth": "6.11.4",
299-
"@aws-amplify/core": "6.10.4",
300-
"@aws-amplify/datastore": "5.0.75",
301-
"@aws-amplify/notifications": "2.0.73",
302-
"@aws-amplify/storage": "6.7.14",
296+
"@aws-amplify/analytics": "7.0.74",
297+
"@aws-amplify/api": "6.3.5",
298+
"@aws-amplify/auth": "6.11.5",
299+
"@aws-amplify/core": "6.10.5",
300+
"@aws-amplify/datastore": "5.0.76",
301+
"@aws-amplify/notifications": "2.0.74",
302+
"@aws-amplify/storage": "6.7.15",
303303
"tslib": "^2.5.0"
304304
},
305305
"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.10.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/core
9+
610
## [6.10.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-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.10.4",
3+
"version": "6.10.5",
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.76](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
9+
610
## [2.1.75](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-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.75",
3+
"version": "2.1.76",
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.10.4",
40-
"@aws-amplify/datastore": "5.0.75",
39+
"@aws-amplify/core": "6.10.5",
40+
"@aws-amplify/datastore": "5.0.76",
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.76](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore
9+
610
## [5.0.75](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-07)
711

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

packages/datastore/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/datastore",
3-
"version": "5.0.75",
3+
"version": "5.0.76",
44
"description": "AppSyncLocal support for aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -44,8 +44,8 @@
4444
"src"
4545
],
4646
"dependencies": {
47-
"@aws-amplify/api": "6.3.4",
48-
"@aws-amplify/api-graphql": "4.7.8",
47+
"@aws-amplify/api": "6.3.5",
48+
"@aws-amplify/api-graphql": "4.7.9",
4949
"buffer": "4.9.2",
5050
"idb": "5.0.6",
5151
"immer": "9.0.6",
@@ -56,7 +56,7 @@
5656
"@aws-amplify/core": "^6.1.0"
5757
},
5858
"devDependencies": {
59-
"@aws-amplify/core": "6.10.4",
59+
"@aws-amplify/core": "6.10.5",
6060
"@aws-amplify/react-native": "1.1.7",
6161
"@types/uuid-validate": "^0.0.1",
6262
"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.74](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/geo
9+
610
## [3.0.73](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-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.73",
3+
"version": "3.0.74",
44
"description": "Geo category for aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -77,7 +77,7 @@
7777
"@aws-amplify/core": "^6.1.0"
7878
},
7979
"devDependencies": {
80-
"@aws-amplify/core": "6.10.4",
80+
"@aws-amplify/core": "6.10.5",
8181
"typescript": "5.0.2"
8282
},
8383
"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.1.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/interactions
9+
610
## [6.1.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-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.1.14",
3+
"version": "6.1.15",
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.10.4",
84+
"@aws-amplify/core": "6.10.5",
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.74](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-amplify/notifications
9+
610
## [2.0.73](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-03-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.73",
3+
"version": "2.0.74",
44
"description": "Notifications category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -99,7 +99,7 @@
9999
"@aws-amplify/core": "^6.1.0"
100100
},
101101
"devDependencies": {
102-
"@aws-amplify/core": "6.10.4",
102+
"@aws-amplify/core": "6.10.5",
103103
"@aws-amplify/react-native": "1.1.7",
104104
"typescript": "5.0.2"
105105
}

0 commit comments

Comments
 (0)