Skip to content

Commit

Permalink
Merge pull request #13963 from aws-amplify/dev-main-merge-bda9a5eaab9…
Browse files Browse the repository at this point in the history
…ee91

chore(release): Merge main into dev
  • Loading branch information
awsluja authored Oct 7, 2024
2 parents d79627c + bda9a5e commit a37aee2
Show file tree
Hide file tree
Showing 25 changed files with 174 additions and 46 deletions.
11 changes: 11 additions & 0 deletions packages/amplify-appsync-simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.16.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)


### Bug Fixes

* remove node-ip dependency ([#13877](https://github.com/aws-amplify/amplify-cli/issues/13877)) ([5e9cd5e](https://github.com/aws-amplify/amplify-cli/commit/5e9cd5ee0ee851f10ecbaef80817a19a7b3e04a1))





## [2.16.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)

**Note:** Version bump only for package @aws-amplify/amplify-appsync-simulator
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-appsync-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-appsync-simulator",
"version": "2.16.5",
"version": "2.16.6",
"description": "An AppSync Simulator to test AppSync API.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.26.24](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)

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





## [2.26.23](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-06)

**Note:** Version bump only for package @aws-amplify/amplify-category-notifications
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-notifications",
"version": "2.26.23",
"version": "2.26.24",
"description": "amplify-cli notifications plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@aws-amplify/amplify-cli-core": "4.3.10",
"@aws-amplify/amplify-environment-parameters": "1.9.15",
"@aws-amplify/amplify-prompts": "2.8.6",
"@aws-amplify/amplify-provider-awscloudformation": "8.10.13",
"@aws-amplify/amplify-provider-awscloudformation": "8.11.0",
"aws-sdk": "^2.1464.0",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-cli-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.13.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)


### Features

* add init prompts for Gen2 ([#13849](https://github.com/aws-amplify/amplify-cli/issues/13849)) ([7ab8fae](https://github.com/aws-amplify/amplify-cli/commit/7ab8faef1e2ce0c15db783d236aeee9d312ec135))





## [12.12.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-06)

**Note:** Version bump only for package @aws-amplify/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-cli-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cli",
"version": "12.12.6",
"version": "12.13.0",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@aws-amplify/cli-internal": "12.12.6",
"@aws-amplify/cli-internal": "12.13.0",
"@types/tar": "^6.1.1",
"rimraf": "^3.0.2"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/amplify-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.13.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)


### Bug Fixes

* avoid copying node_modules folder for increased performance ([24c8f85](https://github.com/aws-amplify/amplify-cli/commit/24c8f853cbadb96659efe7befaf07be0c15b7794))
* prevent init if local files belong to other app ([#13954](https://github.com/aws-amplify/amplify-cli/issues/13954)) ([d79627c](https://github.com/aws-amplify/amplify-cli/commit/d79627c816e46ebddde16bb1f870f6955a2aec22))


### Features

* add init prompts for Gen2 ([#13849](https://github.com/aws-amplify/amplify-cli/issues/13849)) ([7ab8fae](https://github.com/aws-amplify/amplify-cli/commit/7ab8faef1e2ce0c15db783d236aeee9d312ec135))





## [12.12.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-06)


Expand Down
10 changes: 5 additions & 5 deletions packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cli-internal",
"version": "12.12.6",
"version": "12.13.0",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@aws-amplify/amplify-category-geo": "3.5.15",
"@aws-amplify/amplify-category-hosting": "3.5.37",
"@aws-amplify/amplify-category-interactions": "5.1.29",
"@aws-amplify/amplify-category-notifications": "2.26.23",
"@aws-amplify/amplify-category-notifications": "2.26.24",
"@aws-amplify/amplify-category-predictions": "5.5.15",
"@aws-amplify/amplify-category-storage": "5.5.15",
"@aws-amplify/amplify-cli-core": "4.3.10",
Expand All @@ -60,11 +60,11 @@
"@aws-amplify/amplify-go-function-template-provider": "1.4.8",
"@aws-amplify/amplify-nodejs-function-template-provider": "2.10.10",
"@aws-amplify/amplify-prompts": "2.8.6",
"@aws-amplify/amplify-provider-awscloudformation": "8.10.13",
"@aws-amplify/amplify-provider-awscloudformation": "8.11.0",
"@aws-amplify/amplify-python-function-template-provider": "1.4.7",
"@aws-amplify/amplify-util-import": "2.8.3",
"@aws-amplify/amplify-util-mock": "5.10.6",
"@aws-amplify/amplify-util-uibuilder": "1.14.12",
"@aws-amplify/amplify-util-mock": "5.10.7",
"@aws-amplify/amplify-util-uibuilder": "1.14.13",
"@aws-cdk/cloudformation-diff": "~2.68.0",
"amplify-codegen": "^4.9.7",
"amplify-dotnet-function-runtime-provider": "2.0.29",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-console-integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.16](https://github.com/aws-amplify/amplify-console-integration-tests/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)

**Note:** Version bump only for package @aws-amplify/amplify-console-integration-tests





## [2.11.15](https://github.com/aws-amplify/amplify-console-integration-tests/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)

**Note:** Version bump only for package @aws-amplify/amplify-console-integration-tests
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-console-integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-console-integration-tests",
"version": "2.11.15",
"version": "2.11.16",
"description": "",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.3.10",
"@aws-amplify/amplify-e2e-core": "5.5.10",
"@aws-amplify/amplify-e2e-core": "5.6.0",
"@types/ini": "^1.3.30",
"aws-sdk": "^2.1464.0",
"dotenv": "^8.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-e2e-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.6.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)


### Features

* add init prompts for Gen2 ([#13849](https://github.com/aws-amplify/amplify-cli/issues/13849)) ([7ab8fae](https://github.com/aws-amplify/amplify-cli/commit/7ab8faef1e2ce0c15db783d236aeee9d312ec135))





## [5.5.10](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)

**Note:** Version bump only for package @aws-amplify/amplify-e2e-core
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-e2e-core",
"version": "5.5.10",
"version": "5.6.0",
"description": "",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.10.0) (2024-10-05)


### Bug Fixes

* update message when expecting s3 to throw ([de45143](https://github.com/aws-amplify/amplify-cli/commit/de45143f83b92781c6412da9a49257ab5f94eeab))


### Features

* add init prompts for Gen2 ([#13849](https://github.com/aws-amplify/amplify-cli/issues/13849)) ([7ab8fae](https://github.com/aws-amplify/amplify-cli/commit/7ab8faef1e2ce0c15db783d236aeee9d312ec135))





## [4.9.11](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.9.11) (2024-08-02)

**Note:** Version bump only for package amplify-e2e-tests
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-e2e-tests",
"version": "4.9.11",
"version": "4.10.0",
"description": "",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@aws-amplify/amplify-category-auth": "3.7.15",
"@aws-amplify/amplify-cli-core": "4.3.10",
"@aws-amplify/amplify-e2e-core": "5.5.10",
"@aws-amplify/amplify-e2e-core": "5.6.0",
"@aws-amplify/amplify-opensearch-simulator": "1.7.15",
"@aws-amplify/graphql-transformer-core": "^2.9.3",
"@aws-sdk/client-appsync": "^3.303.0",
Expand All @@ -38,7 +38,7 @@
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"amplify-dynamodb-simulator": "2.9.19",
"amplify-headless-interface": "1.17.7",
"amplify-storage-simulator": "1.11.3",
"amplify-storage-simulator": "1.11.4",
"aws-amplify": "^5.3.16",
"aws-appsync": "^4.1.1",
"aws-cdk-lib": "~2.129.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-migration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)


### Features

* add init prompts for Gen2 ([#13849](https://github.com/aws-amplify/amplify-cli/issues/13849)) ([7ab8fae](https://github.com/aws-amplify/amplify-cli/commit/7ab8faef1e2ce0c15db783d236aeee9d312ec135))





## [6.3.10](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-02)

**Note:** Version bump only for package @aws-amplify/amplify-migration-tests
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-migration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-migration-tests",
"version": "6.3.10",
"version": "6.4.0",
"description": "",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.3.10",
"@aws-amplify/amplify-e2e-core": "5.5.10",
"@aws-amplify/amplify-e2e-core": "5.6.0",
"@aws-cdk/cloudformation-diff": "~2.68.0",
"@aws-sdk/client-s3": "^3.303.0",
"amplify-headless-interface": "1.17.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-provider-awscloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.11.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)


### Features

* add init prompts for Gen2 ([#13849](https://github.com/aws-amplify/amplify-cli/issues/13849)) ([7ab8fae](https://github.com/aws-amplify/amplify-cli/commit/7ab8faef1e2ce0c15db783d236aeee9d312ec135))





## [8.10.13](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-provider-awscloudformation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-provider-awscloudformation",
"version": "8.10.13",
"version": "8.11.0",
"description": "AWS CloudFormation Provider",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-storage-simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.4](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@1.11.4) (2024-10-05)

**Note:** Version bump only for package amplify-storage-simulator





## [1.11.3](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@1.11.3) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-storage-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-storage-simulator",
"version": "1.11.3",
"version": "1.11.4",
"description": "An S3 simulator to test S3 APIs",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-util-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.10.7](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)

**Note:** Version bump only for package @aws-amplify/amplify-util-mock





## [5.10.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-util-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-util-mock",
"version": "5.10.6",
"version": "5.10.7",
"description": "amplify cli plugin providing local testing",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,17 +31,17 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-appsync-simulator": "2.16.5",
"@aws-amplify/amplify-appsync-simulator": "2.16.6",
"@aws-amplify/amplify-category-function": "5.7.10",
"@aws-amplify/amplify-cli-core": "4.3.10",
"@aws-amplify/amplify-environment-parameters": "1.9.15",
"@aws-amplify/amplify-opensearch-simulator": "1.7.15",
"@aws-amplify/amplify-prompts": "2.8.6",
"@aws-amplify/amplify-provider-awscloudformation": "8.10.13",
"@aws-amplify/amplify-provider-awscloudformation": "8.11.0",
"@hapi/topo": "^5.0.0",
"amplify-codegen": "^4.9.7",
"amplify-dynamodb-simulator": "2.9.19",
"amplify-storage-simulator": "1.11.3",
"amplify-storage-simulator": "1.11.4",
"axios": "^1.6.7",
"chokidar": "^3.5.3",
"detect-port": "^1.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-util-uibuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.14.13](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-05)

**Note:** Version bump only for package @aws-amplify/amplify-util-uibuilder





## [1.14.12](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-06)


Expand Down
Loading

0 comments on commit a37aee2

Please sign in to comment.