Skip to content

Commit

Permalink
chore: tagged release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-amplify-bot authored and ammarkarachi committed May 10, 2022
1 parent 3612900 commit d9201a0
Show file tree
Hide file tree
Showing 94 changed files with 1,047 additions and 166 deletions.
16 changes: 16 additions & 0 deletions packages/amplify-app/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.2.31-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.2.31-diagnose-report.1) (2022-05-10)

**Note:** Version bump only for package amplify-app





## [4.2.31-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.2.31-diagnose-report.0) (2022-05-09)

**Note:** Version bump only for package amplify-app





## [4.2.30](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.2.30) (2022-04-29)

**Note:** Version bump only for package 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": "amplify-app",
"version": "4.2.30",
"version": "4.2.31-diagnose-report.1",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"amplify-frontend-android": "3.4.0",
"amplify-frontend-flutter": "1.3.3",
"amplify-frontend-ios": "3.4.2",
"amplify-frontend-javascript": "3.4.3",
"amplify-frontend-ios": "3.4.3-diagnose-report.1",
"amplify-frontend-javascript": "3.4.4-diagnose-report.1",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify-appsync-simulator/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.

## [2.3.13-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.3.13-diagnose-report.1) (2022-05-10)

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





## [2.3.13-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.3.13-diagnose-report.0) (2022-05-09)

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





## [2.3.12](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.3.12) (2022-04-27)


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": "amplify-appsync-simulator",
"version": "2.3.12",
"version": "2.3.13-diagnose-report.1",
"description": "An AppSync Simulator to test AppSync API.",
"repository": {
"type": "git",
Expand Down
22 changes: 22 additions & 0 deletions packages/amplify-category-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.4-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.0.4-diagnose-report.1) (2022-05-10)


### Bug Fixes

* **amplify-category-analytics:** ensure pinpoint permissions are created ([#10091](https://github.com/aws-amplify/amplify-cli/issues/10091)) ([4050cfc](https://github.com/aws-amplify/amplify-cli/commit/4050cfc7f29f925c009797445ea8c6e71d085bd9))





## [4.0.4-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.0.4-diagnose-report.0) (2022-05-09)


### Bug Fixes

* **amplify-category-analytics:** ensure pinpoint permissions are created ([#10091](https://github.com/aws-amplify/amplify-cli/issues/10091)) ([4050cfc](https://github.com/aws-amplify/amplify-cli/commit/4050cfc7f29f925c009797445ea8c6e71d085bd9))





## [4.0.3](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.0.3) (2022-04-29)

**Note:** Version bump only for package amplify-category-analytics
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-analytics",
"version": "4.0.3",
"version": "4.0.4-diagnose-report.1",
"description": "amplify-cli analytics plugin",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"amplify-cli-core": "2.6.0",
"amplify-cli-core": "2.7.0-diagnose-report.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
"uuid": "^8.3.2"
Expand Down
32 changes: 32 additions & 0 deletions packages/amplify-category-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-05-10)


### Bug Fixes

* root path handling for REST APIs ([#9842](https://github.com/aws-amplify/amplify-cli/issues/9842)) ([08fb69f](https://github.com/aws-amplify/amplify-cli/commit/08fb69f6237a8e0a98ffdf6d73cb0b030ace583e))


### Features

* usage flow logging for interactive and non-interactive cli commands ([#10288](https://github.com/aws-amplify/amplify-cli/issues/10288)) ([da391b1](https://github.com/aws-amplify/amplify-cli/commit/da391b146612d8914f72e558e5503d075456c820)), closes [#10293](https://github.com/aws-amplify/amplify-cli/issues/10293)





# [2.1.0-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-05-09)


### Bug Fixes

* root path handling for REST APIs ([#9842](https://github.com/aws-amplify/amplify-cli/issues/9842)) ([08fb69f](https://github.com/aws-amplify/amplify-cli/commit/08fb69f6237a8e0a98ffdf6d73cb0b030ace583e))


### Features

* usage flow logging for interactive and non-interactive cli commands ([#10288](https://github.com/aws-amplify/amplify-cli/issues/10288)) ([da391b1](https://github.com/aws-amplify/amplify-cli/commit/da391b146612d8914f72e558e5503d075456c820)), closes [#10293](https://github.com/aws-amplify/amplify-cli/issues/10293)





## [2.0.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-04-29)

**Note:** Version bump only for package @aws-amplify/amplify-category-api
Expand Down
12 changes: 6 additions & 6 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-api",
"version": "2.0.4",
"version": "2.1.0-diagnose-report.1",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,11 +68,11 @@
"@aws-cdk/region-info": "~1.124.0",
"@graphql-tools/merge": "^6.0.18",
"@octokit/rest": "^18.0.9",
"amplify-cli-core": "2.6.0",
"amplify-headless-interface": "1.14.2",
"amplify-prompts": "2.0.1",
"amplify-provider-awscloudformation": "6.1.3",
"amplify-util-headless-input": "1.9.3",
"amplify-cli-core": "2.7.0-diagnose-report.1",
"amplify-headless-interface": "1.14.3-diagnose-report.1",
"amplify-prompts": "2.1.0-diagnose-report.1",
"amplify-provider-awscloudformation": "6.2.0-diagnose-report.1",
"amplify-util-headless-input": "1.9.4-diagnose-report.1",
"chalk": "^4.1.1",
"constructs": "^3.3.125",
"fs-extra": "^8.1.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/amplify-category-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-05-10)


### Features

* usage flow logging for interactive and non-interactive cli commands ([#10288](https://github.com/aws-amplify/amplify-cli/issues/10288)) ([da391b1](https://github.com/aws-amplify/amplify-cli/commit/da391b146612d8914f72e558e5503d075456c820)), closes [#10293](https://github.com/aws-amplify/amplify-cli/issues/10293)





# [2.8.0-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-05-09)


### Features

* usage flow logging for interactive and non-interactive cli commands ([#10288](https://github.com/aws-amplify/amplify-cli/issues/10288)) ([da391b1](https://github.com/aws-amplify/amplify-cli/commit/da391b146612d8914f72e558e5503d075456c820)), closes [#10293](https://github.com/aws-amplify/amplify-cli/issues/10293)





## [2.7.12](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-04-29)

**Note:** Version bump only for package @aws-amplify/amplify-category-auth
Expand Down
12 changes: 6 additions & 6 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": "2.7.12",
"version": "2.8.0-diagnose-report.1",
"description": "amplify-cli authentication plugin",
"repository": {
"type": "git",
Expand All @@ -27,11 +27,11 @@
"generateSchemas": "ts-node ./scripts/generateAuthSchemas.ts"
},
"dependencies": {
"@aws-amplify/cli-extensibility-helper": "2.3.25",
"amplify-cli-core": "2.6.0",
"amplify-headless-interface": "1.14.2",
"amplify-util-headless-input": "1.9.3",
"amplify-util-import": "2.2.28",
"@aws-amplify/cli-extensibility-helper": "2.3.26-diagnose-report.1",
"amplify-cli-core": "2.7.0-diagnose-report.1",
"amplify-headless-interface": "1.14.3-diagnose-report.1",
"amplify-util-headless-input": "1.9.4-diagnose-report.1",
"amplify-util-import": "2.2.29-diagnose-report.1",
"aws-cdk": "~1.124.0",
"aws-sdk": "^2.1113.0",
"chalk": "^4.1.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify-category-custom/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.

## [2.3.30-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-05-10)

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





## [2.3.30-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-05-09)

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





## [2.3.29](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-04-29)

**Note:** Version bump only for package @aws-amplify/amplify-category-custom
Expand Down
6 changes: 3 additions & 3 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": "2.3.29",
"version": "2.3.30-diagnose-report.1",
"description": "amplify-cli custom resources plugin",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"access": "public"
},
"dependencies": {
"amplify-cli-core": "2.6.0",
"amplify-prompts": "2.0.1",
"amplify-cli-core": "2.7.0-diagnose-report.1",
"amplify-prompts": "2.1.0-diagnose-report.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify-category-function/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.0.4-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.0.4-diagnose-report.1) (2022-05-10)

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





## [4.0.4-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.0.4-diagnose-report.0) (2022-05-09)

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





## [4.0.3](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.0.3) (2022-04-29)

**Note:** Version bump only for package 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": "amplify-category-function",
"version": "4.0.3",
"version": "4.0.4-diagnose-report.1",
"description": "amplify-cli function plugin",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "2.6.0",
"amplify-function-plugin-interface": "1.9.4",
"amplify-cli-core": "2.7.0-diagnose-report.1",
"amplify-function-plugin-interface": "1.9.5-diagnose-report.1",
"archiver": "^5.3.0",
"aws-sdk": "^2.1113.0",
"chalk": "^4.1.1",
Expand Down
22 changes: 22 additions & 0 deletions packages/amplify-category-geo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.6.0-diagnose-report.1) (2022-05-10)


### Features

* usage flow logging for interactive and non-interactive cli commands ([#10288](https://github.com/aws-amplify/amplify-cli/issues/10288)) ([da391b1](https://github.com/aws-amplify/amplify-cli/commit/da391b146612d8914f72e558e5503d075456c820)), closes [#10293](https://github.com/aws-amplify/amplify-cli/issues/10293)





# [2.6.0-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.6.0-diagnose-report.0) (2022-05-09)


### Features

* usage flow logging for interactive and non-interactive cli commands ([#10288](https://github.com/aws-amplify/amplify-cli/issues/10288)) ([da391b1](https://github.com/aws-amplify/amplify-cli/commit/da391b146612d8914f72e558e5503d075456c820)), closes [#10293](https://github.com/aws-amplify/amplify-cli/issues/10293)





## [2.5.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.5.2) (2022-04-29)

**Note:** Version bump only for package amplify-category-geo
Expand Down
10 changes: 5 additions & 5 deletions packages/amplify-category-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-geo",
"version": "2.5.2",
"version": "2.6.0-diagnose-report.1",
"description": "Amplify CLI plugin to manage the Geo resources for the project",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,10 +28,10 @@
"@aws-cdk/core": "~1.124.0",
"@aws-cdk/custom-resources": "~1.124.0",
"ajv": "^6.12.6",
"amplify-cli-core": "2.6.0",
"amplify-headless-interface": "1.14.2",
"amplify-prompts": "2.0.1",
"amplify-util-headless-input": "1.9.3",
"amplify-cli-core": "2.7.0-diagnose-report.1",
"amplify-headless-interface": "1.14.3-diagnose-report.1",
"amplify-prompts": "2.1.0-diagnose-report.1",
"amplify-util-headless-input": "1.9.4-diagnose-report.1",
"aws-sdk": "^2.1113.0",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify-category-hosting/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.

## [3.2.29-diagnose-report.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@3.2.29-diagnose-report.1) (2022-05-10)

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





## [3.2.29-diagnose-report.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@3.2.29-diagnose-report.0) (2022-05-09)

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





## [3.2.28](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@3.2.28) (2022-04-29)

**Note:** Version bump only for package amplify-category-hosting
Expand Down
Loading

0 comments on commit d9201a0

Please sign in to comment.