Skip to content

Commit

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

chore(release): Merge main into dev
  • Loading branch information
bombguy authored Dec 12, 2023
2 parents 02afaa4 + 42de248 commit cd1f964
Show file tree
Hide file tree
Showing 77 changed files with 597 additions and 254 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.26](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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





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


Expand Down
6 changes: 3 additions & 3 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.25",
"version": "5.0.26",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@aws-amplify/amplify-frontend-android": "3.5.8",
"@aws-amplify/amplify-frontend-flutter": "1.4.7",
"@aws-amplify/amplify-frontend-ios": "3.6.26",
"@aws-amplify/amplify-frontend-javascript": "3.10.7",
"@aws-amplify/amplify-frontend-ios": "3.6.27",
"@aws-amplify/amplify-frontend-javascript": "3.10.8",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
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.15.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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





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


Expand Down
6 changes: 3 additions & 3 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.15.5",
"version": "2.15.6",
"description": "An AppSync Simulator to test AppSync API.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.1",
Expand Down Expand Up @@ -59,7 +59,7 @@
"ws": "^8.5.0"
},
"devDependencies": {
"@aws-amplify/amplify-graphiql-explorer": "2.5.12",
"@aws-amplify/amplify-graphiql-explorer": "2.5.13",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.3",
"@types/node": "^12.12.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-analytics/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.26](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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





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


Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-analytics",
"version": "5.0.25",
"version": "5.0.26",
"description": "amplify-cli analytics plugin",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-environment-parameters": "1.9.4",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-environment-parameters": "1.9.5",
"@aws-amplify/amplify-prompts": "2.8.6",
"fs-extra": "^8.1.0",
"uuid": "^8.3.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-auth/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.

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

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





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


Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-auth",
"version": "3.7.4",
"version": "3.7.5",
"description": "amplify-cli authentication plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,12 +28,12 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-environment-parameters": "1.9.4",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-environment-parameters": "1.9.5",
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
"@aws-amplify/amplify-prompts": "2.8.6",
"@aws-amplify/amplify-util-import": "2.8.3",
"@aws-amplify/cli-extensibility-helper": "3.0.23",
"@aws-amplify/cli-extensibility-helper": "3.0.24",
"amplify-headless-interface": "1.17.6",
"amplify-util-headless-input": "1.9.17",
"aws-cdk-lib": "~2.80.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-custom/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.

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

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-custom",
"version": "3.1.13",
"version": "3.1.14",
"description": "amplify-cli custom resources plugin",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"aws-cdk-lib": "~2.80.0",
"execa": "^5.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-category-function/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]) (2023-12-11)


### Features

* bump data dependencies to launch RDS feature ([#13409](https://github.com/aws-amplify/amplify-cli/issues/13409)) ([7fbf29f](https://github.com/aws-amplify/amplify-cli/commit/7fbf29f56eb7335d20de0b5526fbed7795a2af09))





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


Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-function",
"version": "5.6.4",
"version": "5.7.0",
"description": "amplify-cli function plugin",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-environment-parameters": "1.9.4",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-environment-parameters": "1.9.5",
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
"@aws-amplify/amplify-prompts": "2.8.6",
"archiver": "^5.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-geo/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.

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

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-geo",
"version": "3.5.4",
"version": "3.5.5",
"description": "Amplify CLI plugin to manage the Geo resources for the project",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"ajv": "^6.12.6",
"amplify-headless-interface": "1.17.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-hosting/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.

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

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-hosting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-hosting",
"version": "3.5.26",
"version": "3.5.27",
"description": "amplify-cli hosting plugin",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"test": "jest --logHeapUsage --coverage"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-interactions/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.1.19](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-interactions",
"version": "5.1.18",
"version": "5.1.19",
"description": "amplify-cli interactions plugin",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"fs-extra": "^8.1.0",
"fuzzy": "^0.1.3",
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.10](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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





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


Expand Down
8 changes: 4 additions & 4 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.9",
"version": "2.26.10",
"description": "amplify-cli notifications plugin",
"repository": {
"type": "git",
Expand All @@ -26,10 +26,10 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-environment-parameters": "1.9.4",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-environment-parameters": "1.9.5",
"@aws-amplify/amplify-prompts": "2.8.6",
"@aws-amplify/amplify-provider-awscloudformation": "8.9.2",
"@aws-amplify/amplify-provider-awscloudformation": "8.10.0",
"aws-sdk": "^2.1464.0",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-predictions/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.5.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-predictions",
"version": "5.5.4",
"version": "5.5.5",
"description": "amplify-cli predictions plugin",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
"@aws-amplify/amplify-cli-core": "4.3.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"aws-sdk": "^2.1464.0",
"chalk": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-storage/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.5.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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





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


Expand Down
Loading

0 comments on commit cd1f964

Please sign in to comment.