Skip to content

Commit d87adc8

Browse files
authored
Merge pull request #13275 from aws-amplify/dev-main-merge-1720b72dedf752c
chore(release): Merge main into dev
2 parents ea81e43 + 83c4efa commit d87adc8

File tree

13 files changed

+103
-84
lines changed

13 files changed

+103
-84
lines changed

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.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-27)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-category-notifications
9+
10+
11+
12+
13+
614
## [2.26.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-22)
715

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

packages/amplify-category-notifications/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-notifications",
3-
"version": "2.26.2",
3+
"version": "2.26.3",
44
"description": "amplify-cli notifications plugin",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
"@aws-amplify/amplify-cli-core": "4.2.7",
3030
"@aws-amplify/amplify-environment-parameters": "1.8.2",
3131
"@aws-amplify/amplify-prompts": "2.8.4",
32-
"@aws-amplify/amplify-provider-awscloudformation": "8.6.0",
32+
"@aws-amplify/amplify-provider-awscloudformation": "8.6.1",
3333
"aws-sdk": "^2.1426.0",
3434
"chalk": "^4.1.1",
3535
"fs-extra": "^8.1.0",

packages/amplify-cli-npm/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+
## [12.5.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-27)
7+
8+
**Note:** Version bump only for package @aws-amplify/cli
9+
10+
11+
12+
13+
614
# [12.5.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-22)
715

816

packages/amplify-cli-npm/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/cli",
3-
"version": "12.5.0",
3+
"version": "12.5.1",
44
"description": "Amplify CLI",
55
"repository": {
66
"type": "git",
@@ -36,7 +36,7 @@
3636
"tar-stream": "^2.2.0"
3737
},
3838
"devDependencies": {
39-
"@aws-amplify/cli-internal": "12.5.0",
39+
"@aws-amplify/cli-internal": "12.5.1",
4040
"@types/tar": "^6.1.1",
4141
"rimraf": "^3.0.2"
4242
},

packages/amplify-cli/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+
## [12.5.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-27)
7+
8+
**Note:** Version bump only for package @aws-amplify/cli-internal
9+
10+
11+
12+
13+
614
# [12.5.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-22)
715

816

packages/amplify-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/cli-internal",
3-
"version": "12.5.0",
3+
"version": "12.5.1",
44
"description": "Amplify CLI",
55
"repository": {
66
"type": "git",
@@ -43,7 +43,7 @@
4343
"@aws-amplify/amplify-category-geo": "3.4.2",
4444
"@aws-amplify/amplify-category-hosting": "3.5.20",
4545
"@aws-amplify/amplify-category-interactions": "5.1.12",
46-
"@aws-amplify/amplify-category-notifications": "2.26.2",
46+
"@aws-amplify/amplify-category-notifications": "2.26.3",
4747
"@aws-amplify/amplify-category-predictions": "5.4.2",
4848
"@aws-amplify/amplify-category-storage": "5.4.2",
4949
"@aws-amplify/amplify-cli-core": "4.2.7",
@@ -60,13 +60,13 @@
6060
"@aws-amplify/amplify-go-function-template-provider": "1.4.5",
6161
"@aws-amplify/amplify-nodejs-function-template-provider": "2.9.1",
6262
"@aws-amplify/amplify-prompts": "2.8.4",
63-
"@aws-amplify/amplify-provider-awscloudformation": "8.6.0",
63+
"@aws-amplify/amplify-provider-awscloudformation": "8.6.1",
6464
"@aws-amplify/amplify-python-function-template-provider": "1.4.5",
6565
"@aws-amplify/amplify-util-import": "2.8.0",
66-
"@aws-amplify/amplify-util-mock": "5.6.0",
67-
"@aws-amplify/amplify-util-uibuilder": "1.11.0",
66+
"@aws-amplify/amplify-util-mock": "5.6.1",
67+
"@aws-amplify/amplify-util-uibuilder": "1.11.1",
6868
"@aws-cdk/cloudformation-diff": "~2.68.0",
69-
"amplify-codegen": "^4.6.0",
69+
"amplify-codegen": "^4.6.2",
7070
"amplify-dotnet-function-runtime-provider": "2.0.12",
7171
"amplify-go-function-runtime-provider": "2.3.30",
7272
"amplify-java-function-runtime-provider": "2.3.30",

packages/amplify-provider-awscloudformation/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+
## [8.6.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-27)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-provider-awscloudformation
9+
10+
11+
12+
13+
614
# [8.6.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-22)
715

816

packages/amplify-provider-awscloudformation/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-provider-awscloudformation",
3-
"version": "8.6.0",
3+
"version": "8.6.1",
44
"description": "AWS CloudFormation Provider",
55
"repository": {
66
"type": "git",
@@ -37,7 +37,7 @@
3737
"@aws-amplify/cli-extensibility-helper": "3.0.17",
3838
"@aws-amplify/graphql-transformer-core": "^2.1.2",
3939
"@aws-amplify/graphql-transformer-interfaces": "^3.1.2",
40-
"amplify-codegen": "^4.6.0",
40+
"amplify-codegen": "^4.6.2",
4141
"archiver": "^5.3.0",
4242
"aws-cdk-lib": "~2.80.0",
4343
"aws-sdk": "^2.1426.0",

packages/amplify-util-mock/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.6.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-27)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-util-mock
9+
10+
11+
12+
13+
614
# [5.6.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-22)
715

816

packages/amplify-util-mock/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-util-mock",
3-
"version": "5.6.0",
3+
"version": "5.6.1",
44
"description": "amplify cli plugin providing local testing",
55
"repository": {
66
"type": "git",
@@ -37,9 +37,9 @@
3737
"@aws-amplify/amplify-environment-parameters": "1.8.2",
3838
"@aws-amplify/amplify-opensearch-simulator": "1.6.2",
3939
"@aws-amplify/amplify-prompts": "2.8.4",
40-
"@aws-amplify/amplify-provider-awscloudformation": "8.6.0",
40+
"@aws-amplify/amplify-provider-awscloudformation": "8.6.1",
4141
"@hapi/topo": "^5.0.0",
42-
"amplify-codegen": "^4.6.0",
42+
"amplify-codegen": "^4.6.2",
4343
"amplify-dynamodb-simulator": "2.9.2",
4444
"amplify-storage-simulator": "1.11.0",
4545
"chokidar": "^3.5.3",

0 commit comments

Comments
 (0)