Skip to content

Commit b071220

Browse files
committed
"chore: merge release commit from main to dev"
2 parents 806ed1d + 0e0c366 commit b071220

File tree

75 files changed

+558
-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

+558
-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.13](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-app
9+
10+
11+
12+
13+
614
## [5.0.12](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-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.12",
3+
"version": "5.0.13",
44
"description": "Amplify CLI",
55
"repository": {
66
"type": "git",
@@ -28,8 +28,8 @@
2828
"dependencies": {
2929
"@aws-amplify/amplify-frontend-android": "3.5.5",
3030
"@aws-amplify/amplify-frontend-flutter": "1.4.4",
31-
"@aws-amplify/amplify-frontend-ios": "3.6.14",
32-
"@aws-amplify/amplify-frontend-javascript": "3.9.12",
31+
"@aws-amplify/amplify-frontend-ios": "3.6.15",
32+
"@aws-amplify/amplify-frontend-javascript": "3.9.13",
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.13.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-appsync-simulator
9+
10+
11+
12+
13+
614
## [2.13.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-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.13.2",
3+
"version": "2.13.3",
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.2.2",
33+
"@aws-amplify/amplify-cli-core": "4.2.3",
3434
"@aws-amplify/amplify-prompts": "2.8.0",
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.15](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-analytics
9+
10+
11+
12+
13+
614
## [5.0.14](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-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.14",
3+
"version": "5.0.15",
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.2.2",
29-
"@aws-amplify/amplify-environment-parameters": "1.7.2",
28+
"@aws-amplify/amplify-cli-core": "4.2.3",
29+
"@aws-amplify/amplify-environment-parameters": "1.7.3",
3030
"@aws-amplify/amplify-prompts": "2.8.0",
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.4.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-auth
9+
10+
11+
12+
13+
614
## [3.4.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-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.4.2",
3+
"version": "3.4.3",
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.2.2",
32-
"@aws-amplify/amplify-environment-parameters": "1.7.2",
31+
"@aws-amplify/amplify-cli-core": "4.2.3",
32+
"@aws-amplify/amplify-environment-parameters": "1.7.3",
3333
"@aws-amplify/amplify-function-plugin-interface": "1.11.0",
3434
"@aws-amplify/amplify-prompts": "2.8.0",
3535
"@aws-amplify/amplify-util-import": "2.7.0",
36-
"@aws-amplify/cli-extensibility-helper": "3.0.12",
36+
"@aws-amplify/cli-extensibility-helper": "3.0.13",
3737
"amplify-headless-interface": "1.17.4",
3838
"amplify-util-headless-input": "1.9.13",
3939
"aws-cdk-lib": "~2.80.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.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-custom
9+
10+
11+
12+
13+
614
## [3.1.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-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.2",
3+
"version": "3.1.3",
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.2.2",
29+
"@aws-amplify/amplify-cli-core": "4.2.3",
3030
"@aws-amplify/amplify-prompts": "2.8.0",
3131
"aws-cdk-lib": "~2.80.0",
3232
"execa": "^5.1.1",

0 commit comments

Comments
 (0)