Skip to content

Commit d459c64

Browse files
authored
Merge pull request #13876 from aws-amplify/dev-main-merge-f8e7b2506711f32
chore(release): Merge main into dev
2 parents d231e09 + f8e7b25 commit d459c64

File tree

75 files changed

+552
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+552
-250
lines changed

packages/amplify-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.36](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-app
9+
10+
11+
12+
13+
614
## [5.0.35](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

816
**Note:** Version bump only for package @aws-amplify/amplify-app

packages/amplify-app/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/amplify-app",
3-
"version": "5.0.35",
3+
"version": "5.0.36",
44
"description": "Amplify CLI",
55
"repository": {
66
"type": "git",
@@ -28,8 +28,8 @@
2828
"dependencies": {
2929
"@aws-amplify/amplify-frontend-android": "3.5.8",
3030
"@aws-amplify/amplify-frontend-flutter": "1.4.7",
31-
"@aws-amplify/amplify-frontend-ios": "3.7.6",
32-
"@aws-amplify/amplify-frontend-javascript": "3.10.17",
31+
"@aws-amplify/amplify-frontend-ios": "3.7.7",
32+
"@aws-amplify/amplify-frontend-javascript": "3.10.18",
3333
"chalk": "^4.1.1",
3434
"execa": "^5.1.1",
3535
"fs-extra": "^8.1.0",

packages/amplify-appsync-simulator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.16.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-appsync-simulator
9+
10+
11+
12+
13+
614
## [2.16.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

816
**Note:** Version bump only for package @aws-amplify/amplify-appsync-simulator

packages/amplify-appsync-simulator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-appsync-simulator",
3-
"version": "2.16.4",
3+
"version": "2.16.5",
44
"description": "An AppSync Simulator to test AppSync API.",
55
"repository": {
66
"type": "git",
@@ -30,7 +30,7 @@
3030
"extract-api": "ts-node ../../scripts/extract-api.ts"
3131
},
3232
"dependencies": {
33-
"@aws-amplify/amplify-cli-core": "4.3.9",
33+
"@aws-amplify/amplify-cli-core": "4.3.10",
3434
"@aws-amplify/amplify-prompts": "2.8.6",
3535
"@graphql-tools/schema": "^8.3.1",
3636
"@graphql-tools/utils": "^8.5.1",

packages/amplify-category-analytics/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.36](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-analytics
9+
10+
11+
12+
13+
614
## [5.0.35](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

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

packages/amplify-category-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/amplify-category-analytics",
3-
"version": "5.0.35",
3+
"version": "5.0.36",
44
"description": "amplify-cli analytics plugin",
55
"repository": {
66
"type": "git",
@@ -25,8 +25,8 @@
2525
"extract-api": "ts-node ../../scripts/extract-api.ts"
2626
},
2727
"dependencies": {
28-
"@aws-amplify/amplify-cli-core": "4.3.9",
29-
"@aws-amplify/amplify-environment-parameters": "1.9.14",
28+
"@aws-amplify/amplify-cli-core": "4.3.10",
29+
"@aws-amplify/amplify-environment-parameters": "1.9.15",
3030
"@aws-amplify/amplify-prompts": "2.8.6",
3131
"fs-extra": "^8.1.0",
3232
"uuid": "^8.3.2"

packages/amplify-category-auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7.15](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-auth
9+
10+
11+
12+
13+
614
## [3.7.14](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

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

packages/amplify-category-auth/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/amplify-category-auth",
3-
"version": "3.7.14",
3+
"version": "3.7.15",
44
"description": "amplify-cli authentication plugin",
55
"repository": {
66
"type": "git",
@@ -28,12 +28,12 @@
2828
"extract-api": "ts-node ../../scripts/extract-api.ts"
2929
},
3030
"dependencies": {
31-
"@aws-amplify/amplify-cli-core": "4.3.9",
32-
"@aws-amplify/amplify-environment-parameters": "1.9.14",
31+
"@aws-amplify/amplify-cli-core": "4.3.10",
32+
"@aws-amplify/amplify-environment-parameters": "1.9.15",
3333
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
3434
"@aws-amplify/amplify-prompts": "2.8.6",
3535
"@aws-amplify/amplify-util-import": "2.8.3",
36-
"@aws-amplify/cli-extensibility-helper": "3.0.33",
36+
"@aws-amplify/cli-extensibility-helper": "3.0.34",
3737
"amplify-headless-interface": "1.17.7",
3838
"amplify-util-headless-input": "1.9.18",
3939
"aws-cdk-lib": "~2.129.0",

packages/amplify-category-custom/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.24](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-custom
9+
10+
11+
12+
13+
614
## [3.1.23](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

816
**Note:** Version bump only for package @aws-amplify/amplify-category-custom

packages/amplify-category-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-category-custom",
3-
"version": "3.1.23",
3+
"version": "3.1.24",
44
"description": "amplify-cli custom resources plugin",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@aws-amplify/amplify-cli-core": "4.3.9",
29+
"@aws-amplify/amplify-cli-core": "4.3.10",
3030
"@aws-amplify/amplify-prompts": "2.8.6",
3131
"aws-cdk-lib": "~2.129.0",
3232
"execa": "^5.1.1",

packages/amplify-category-function/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7.10](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-function
9+
10+
11+
12+
13+
614
## [5.7.9](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

816
**Note:** Version bump only for package @aws-amplify/amplify-category-function

packages/amplify-category-function/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/amplify-category-function",
3-
"version": "5.7.9",
3+
"version": "5.7.10",
44
"description": "amplify-cli function plugin",
55
"repository": {
66
"type": "git",
@@ -26,8 +26,8 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@aws-amplify/amplify-cli-core": "4.3.9",
30-
"@aws-amplify/amplify-environment-parameters": "1.9.14",
29+
"@aws-amplify/amplify-cli-core": "4.3.10",
30+
"@aws-amplify/amplify-environment-parameters": "1.9.15",
3131
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
3232
"@aws-amplify/amplify-prompts": "2.8.6",
3333
"archiver": "^5.3.0",

packages/amplify-category-geo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.15](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-geo
9+
10+
11+
12+
13+
614
## [3.5.14](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

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

packages/amplify-category-geo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-category-geo",
3-
"version": "3.5.14",
3+
"version": "3.5.15",
44
"description": "Amplify CLI plugin to manage the Geo resources for the project",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@aws-amplify/amplify-cli-core": "4.3.9",
29+
"@aws-amplify/amplify-cli-core": "4.3.10",
3030
"@aws-amplify/amplify-prompts": "2.8.6",
3131
"ajv": "^6.12.6",
3232
"amplify-headless-interface": "1.17.7",

packages/amplify-category-hosting/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.37](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-hosting
9+
10+
11+
12+
13+
614
## [3.5.36](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

816
**Note:** Version bump only for package @aws-amplify/amplify-category-hosting

packages/amplify-category-hosting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-category-hosting",
3-
"version": "3.5.36",
3+
"version": "3.5.37",
44
"description": "amplify-cli hosting plugin",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"test": "jest --logHeapUsage --coverage"
2222
},
2323
"dependencies": {
24-
"@aws-amplify/amplify-cli-core": "4.3.9",
24+
"@aws-amplify/amplify-cli-core": "4.3.10",
2525
"@aws-amplify/amplify-prompts": "2.8.6",
2626
"chalk": "^4.1.1",
2727
"fs-extra": "^8.1.0",

packages/amplify-category-interactions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.29](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-interactions
9+
10+
11+
12+
13+
614
## [5.1.28](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

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

packages/amplify-category-interactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-category-interactions",
3-
"version": "5.1.28",
3+
"version": "5.1.29",
44
"description": "amplify-cli interactions plugin",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"extract-api": "ts-node ../../scripts/extract-api.ts"
2626
},
2727
"dependencies": {
28-
"@aws-amplify/amplify-cli-core": "4.3.9",
28+
"@aws-amplify/amplify-cli-core": "4.3.10",
2929
"@aws-amplify/amplify-prompts": "2.8.6",
3030
"fs-extra": "^8.1.0",
3131
"fuzzy": "^0.1.3",

packages/amplify-category-notifications/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.26.22](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-notifications
9+
10+
11+
12+
13+
614
## [2.26.21](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

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

packages/amplify-category-notifications/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/amplify-category-notifications",
3-
"version": "2.26.21",
3+
"version": "2.26.22",
44
"description": "amplify-cli notifications plugin",
55
"repository": {
66
"type": "git",
@@ -26,10 +26,10 @@
2626
"extract-api": "ts-node ../../scripts/extract-api.ts"
2727
},
2828
"dependencies": {
29-
"@aws-amplify/amplify-cli-core": "4.3.9",
30-
"@aws-amplify/amplify-environment-parameters": "1.9.14",
29+
"@aws-amplify/amplify-cli-core": "4.3.10",
30+
"@aws-amplify/amplify-environment-parameters": "1.9.15",
3131
"@aws-amplify/amplify-prompts": "2.8.6",
32-
"@aws-amplify/amplify-provider-awscloudformation": "8.10.11",
32+
"@aws-amplify/amplify-provider-awscloudformation": "8.10.12",
3333
"aws-sdk": "^2.1464.0",
3434
"chalk": "^4.1.1",
3535
"fs-extra": "^8.1.0",

packages/amplify-category-predictions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.15](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-predictions
9+
10+
11+
12+
13+
614
## [5.5.14](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

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

packages/amplify-category-predictions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-category-predictions",
3-
"version": "5.5.14",
3+
"version": "5.5.15",
44
"description": "amplify-cli predictions plugin",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"extract-api": "ts-node ../../scripts/extract-api.ts"
2626
},
2727
"dependencies": {
28-
"@aws-amplify/amplify-cli-core": "4.3.9",
28+
"@aws-amplify/amplify-cli-core": "4.3.10",
2929
"@aws-amplify/amplify-prompts": "2.8.6",
3030
"aws-sdk": "^2.1464.0",
3131
"chalk": "^4.1.1",

packages/amplify-category-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.15](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-storage
9+
10+
11+
12+
13+
614
## [5.5.14](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-06-27)
715

816
**Note:** Version bump only for package @aws-amplify/amplify-category-storage

0 commit comments

Comments
 (0)