Skip to content

Commit

Permalink
chore: merge release commit from main to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Jan 2, 2025
2 parents 10adfbd + 06ce87f commit 4550a7b
Show file tree
Hide file tree
Showing 29 changed files with 213 additions and 52 deletions.
8 changes: 8 additions & 0 deletions packages/amplify-app/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.0.37](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)

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





## [5.0.36](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-app
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-app",
"version": "5.0.36",
"version": "5.0.37",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@aws-amplify/amplify-frontend-android": "3.5.8",
"@aws-amplify/amplify-frontend-flutter": "1.4.7",
"@aws-amplify/amplify-frontend-ios": "3.7.7",
"@aws-amplify/amplify-frontend-ios": "3.7.8",
"@aws-amplify/amplify-frontend-javascript": "3.10.18",
"chalk": "^4.1.1",
"execa": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-appsync-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.

## [2.16.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)

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





## [2.16.7](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-18)

**Note:** Version bump only for package @aws-amplify/amplify-appsync-simulator
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "2.16.8",
"description": "An AppSync Simulator to test AppSync API.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@aws-amplify/amplify-prompts": "2.8.6",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.1",
"amplify-velocity-template": "1.4.14",
"amplify-velocity-template": "1.4.15",
"aws-sdk": "^2.1464.0",
"chalk": "^4.1.1",
"cors": "^2.8.5",
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.14.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)


### Features

* bump version ([7cb8f88](https://github.com/aws-amplify/amplify-cli/commit/7cb8f882b17f4a6f783a300f5e7894097d166407))





## [12.13.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-18)

**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.13.1",
"version": "12.14.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.13.1",
"@aws-amplify/cli-internal": "12.14.0",
"@types/tar": "^6.1.1",
"rimraf": "^3.0.2"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify-cli/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.

# [12.14.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)


### Features

* bump version ([7cb8f88](https://github.com/aws-amplify/amplify-cli/commit/7cb8f882b17f4a6f783a300f5e7894097d166407))


### Reverts

* Revert "chore: cateogry-api + codegen version bump (#14048)" (#14049) ([5a0cdbf](https://github.com/aws-amplify/amplify-cli/commit/5a0cdbfa46856da320323923a4336d6ba60d82b9)), closes [#14048](https://github.com/aws-amplify/amplify-cli/issues/14048) [#14049](https://github.com/aws-amplify/amplify-cli/issues/14049)





## [12.13.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-18)


Expand Down
12 changes: 6 additions & 6 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.13.1",
"version": "12.14.0",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"node": ">=12.0.0"
},
"dependencies": {
"@aws-amplify/amplify-app": "5.0.36",
"@aws-amplify/amplify-app": "5.0.37",
"@aws-amplify/amplify-category-analytics": "5.0.36",
"@aws-amplify/amplify-category-api": "^5.12.8",
"@aws-amplify/amplify-category-auth": "3.7.16",
Expand All @@ -51,23 +51,23 @@
"@aws-amplify/amplify-cli-shared-interfaces": "1.2.5",
"@aws-amplify/amplify-console-hosting": "2.5.34",
"@aws-amplify/amplify-container-hosting": "2.8.13",
"@aws-amplify/amplify-dotnet-function-template-provider": "2.6.10",
"@aws-amplify/amplify-dotnet-function-template-provider": "2.7.0",
"@aws-amplify/amplify-environment-parameters": "1.9.15",
"@aws-amplify/amplify-frontend-android": "3.5.8",
"@aws-amplify/amplify-frontend-flutter": "1.4.7",
"@aws-amplify/amplify-frontend-ios": "3.7.7",
"@aws-amplify/amplify-frontend-ios": "3.7.8",
"@aws-amplify/amplify-frontend-javascript": "3.10.18",
"@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.11.1",
"@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.8",
"@aws-amplify/amplify-util-mock": "5.10.9",
"@aws-amplify/amplify-util-uibuilder": "1.14.14",
"@aws-cdk/cloudformation-diff": "~2.68.0",
"amplify-codegen": "^4.10.1",
"amplify-dotnet-function-runtime-provider": "2.0.29",
"amplify-dotnet-function-runtime-provider": "2.1.0",
"amplify-go-function-runtime-provider": "2.3.47",
"amplify-java-function-runtime-provider": "2.3.47",
"amplify-java-function-template-provider": "1.5.24",
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.18](https://github.com/aws-amplify/amplify-console-integration-tests/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)

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





## [2.11.17](https://github.com/aws-amplify/amplify-console-integration-tests/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-18)

**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.17",
"version": "2.11.18",
"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.6.1",
"@aws-amplify/amplify-e2e-core": "5.7.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-dotnet-function-runtime-provider/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.1.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-dotnet-function-runtime-provider@[email protected]) (2025-01-02)


### Features

* lambda dotnet 8 support ([#14026](https://github.com/aws-amplify/amplify-cli/issues/14026)) ([540bfe1](https://github.com/aws-amplify/amplify-cli/commit/540bfe1187907609c3c813e1208c12b6a2a6ac6c))





## [2.0.29](https://github.com/aws-amplify/amplify-cli/compare/amplify-dotnet-function-runtime-provider@[email protected]) (2024-08-02)

**Note:** Version bump only for package amplify-dotnet-function-runtime-provider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-dotnet-function-runtime-provider",
"version": "2.0.29",
"version": "2.1.0",
"description": "Provides functionality related to functions in .NET on AWS",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-dotnet-function-template-provider/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.7.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)


### Features

* lambda dotnet 8 support ([#14026](https://github.com/aws-amplify/amplify-cli/issues/14026)) ([540bfe1](https://github.com/aws-amplify/amplify-cli/commit/540bfe1187907609c3c813e1208c12b6a2a6ac6c))





## [2.6.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-dotnet-function-template-provider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-dotnet-function-template-provider",
"version": "2.6.10",
"version": "2.7.0",
"description": ".NET templates supplied by the Amplify Team",
"repository": {
"type": "git",
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.7.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)


### Features

* lambda dotnet 8 support ([#14026](https://github.com/aws-amplify/amplify-cli/issues/14026)) ([540bfe1](https://github.com/aws-amplify/amplify-cli/commit/540bfe1187907609c3c813e1208c12b6a2a6ac6c))





## [5.6.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-18)

**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.6.1",
"version": "5.7.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.11.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.11.0) (2025-01-02)


### Bug Fixes

* UIBuilder test ([#14047](https://github.com/aws-amplify/amplify-cli/issues/14047)) ([c1d60c4](https://github.com/aws-amplify/amplify-cli/commit/c1d60c46617501dd408d4f78d16e8828886e23cb))


### Features

* lambda dotnet 8 support ([#14026](https://github.com/aws-amplify/amplify-cli/issues/14026)) ([540bfe1](https://github.com/aws-amplify/amplify-cli/commit/540bfe1187907609c3c813e1208c12b6a2a6ac6c))





## [4.10.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.10.1) (2024-11-18)

**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.10.1",
"version": "4.11.0",
"description": "",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@aws-amplify/amplify-category-auth": "3.7.16",
"@aws-amplify/amplify-cli-core": "4.3.10",
"@aws-amplify/amplify-e2e-core": "5.6.1",
"@aws-amplify/amplify-e2e-core": "5.7.0",
"@aws-amplify/amplify-opensearch-simulator": "1.7.15",
"@aws-amplify/graphql-transformer-core": "^2.9.3",
"@aws-sdk/client-appsync": "3.624.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.5",
"amplify-storage-simulator": "1.11.6",
"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-frontend-ios/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.

## [3.7.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)


### Bug Fixes

* **amplify-xode:** updated to support Xcode 16 ([#14029](https://github.com/aws-amplify/amplify-cli/issues/14029)) ([b8b6498](https://github.com/aws-amplify/amplify-cli/commit/b8b6498a350639d6bb798d6fcea167481a3718ae))





## [3.7.7](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-frontend-ios
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-frontend-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-frontend-ios",
"version": "3.7.7",
"version": "3.7.8",
"description": "amplify-cli front-end plugin for xcode projects",
"repository": {
"type": "git",
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.5.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-01-02)


### Features

* lambda dotnet 8 support ([#14026](https://github.com/aws-amplify/amplify-cli/issues/14026)) ([540bfe1](https://github.com/aws-amplify/amplify-cli/commit/540bfe1187907609c3c813e1208c12b6a2a6ac6c))





## [6.4.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-18)

**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.4.1",
"version": "6.5.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.6.1",
"@aws-amplify/amplify-e2e-core": "5.7.0",
"@aws-cdk/cloudformation-diff": "~2.68.0",
"@aws-sdk/client-s3": "3.624.0",
"amplify-headless-interface": "1.17.7",
Expand Down
Loading

0 comments on commit 4550a7b

Please sign in to comment.