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
jhockett committed Jul 29, 2023
2 parents 806ed1d + 0e0c366 commit b071220
Show file tree
Hide file tree
Showing 75 changed files with 558 additions and 250 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.13](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [5.0.12](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-app
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.12",
"version": "5.0.13",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@aws-amplify/amplify-frontend-android": "3.5.5",
"@aws-amplify/amplify-frontend-flutter": "1.4.4",
"@aws-amplify/amplify-frontend-ios": "3.6.14",
"@aws-amplify/amplify-frontend-javascript": "3.9.12",
"@aws-amplify/amplify-frontend-ios": "3.6.15",
"@aws-amplify/amplify-frontend-javascript": "3.9.13",
"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.13.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [2.13.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**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.13.2",
"version": "2.13.3",
"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.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.1",
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.15](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [5.0.14](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-analytics
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.14",
"version": "5.0.15",
"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.2",
"@aws-amplify/amplify-environment-parameters": "1.7.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-environment-parameters": "1.7.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"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.4.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [3.4.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-auth
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.4.2",
"version": "3.4.3",
"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.2",
"@aws-amplify/amplify-environment-parameters": "1.7.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-environment-parameters": "1.7.3",
"@aws-amplify/amplify-function-plugin-interface": "1.11.0",
"@aws-amplify/amplify-prompts": "2.8.0",
"@aws-amplify/amplify-util-import": "2.7.0",
"@aws-amplify/cli-extensibility-helper": "3.0.12",
"@aws-amplify/cli-extensibility-helper": "3.0.13",
"amplify-headless-interface": "1.17.4",
"amplify-util-headless-input": "1.9.13",
"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.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [3.1.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-custom
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.2",
"version": "3.1.3",
"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.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"aws-cdk-lib": "~2.80.0",
"execa": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-function/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.4.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [5.4.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-function
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.4.2",
"version": "5.4.3",
"description": "amplify-cli function plugin",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.2",
"@aws-amplify/amplify-environment-parameters": "1.7.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-environment-parameters": "1.7.3",
"@aws-amplify/amplify-function-plugin-interface": "1.11.0",
"@aws-amplify/amplify-prompts": "2.8.0",
"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.3.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [3.3.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-geo
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.3.2",
"version": "3.3.3",
"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.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"ajv": "^6.12.6",
"amplify-headless-interface": "1.17.4",
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.16](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [3.5.15](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-hosting
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.15",
"version": "3.5.16",
"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.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"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.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [5.1.7](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-interactions
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.7",
"version": "5.1.8",
"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.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"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.25.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [2.25.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-notifications
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.25.2",
"version": "2.25.3",
"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.2",
"@aws-amplify/amplify-environment-parameters": "1.7.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-environment-parameters": "1.7.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"@aws-amplify/amplify-provider-awscloudformation": "8.3.2",
"@aws-amplify/amplify-provider-awscloudformation": "8.3.3",
"aws-sdk": "^2.1405.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.3.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [5.3.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

**Note:** Version bump only for package @aws-amplify/amplify-category-predictions
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.3.2",
"version": "5.3.3",
"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.2",
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"aws-sdk": "^2.1405.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.3.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-28)

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





## [5.3.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-27)

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

0 comments on commit b071220

Please sign in to comment.