Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amplify-app@2.20.7
 - amplify-appsync-simulator@1.25.0
 - amplify-category-analytics@2.19.4
 - amplify-category-api@2.28.2
 - amplify-category-auth@2.26.4
 - amplify-category-function@2.28.4
 - amplify-category-notifications@2.17.2
 - amplify-category-predictions@2.6.2
 - amplify-category-storage@2.10.9
 - amplify-cli-core@1.14.1
 - @aws-amplify/cli@4.41.1
 - amplify-codegen@2.20.5
 - amplify-console-hosting@1.6.6
 - amplify-console-integration-tests@1.3.11
 - amplify-container-hosting@1.1.2
 - amplify-dotnet-function-template-provider@1.4.9
 - amplify-dynamodb-simulator@1.17.6
 - amplify-e2e-core@1.13.4
 - amplify-e2e-tests@2.33.4
 - amplify-frontend-android@2.14.3
 - amplify-frontend-flutter@0.2.1
 - amplify-frontend-ios@2.18.3
 - amplify-frontend-javascript@2.20.4
 - amplify-go-function-runtime-provider@1.5.6
 - amplify-headless-interface@1.5.3
 - amplify-java-function-runtime-provider@1.5.6
 - amplify-migration-tests@2.19.11
 - amplify-nodejs-function-template-provider@1.5.7
 - amplify-provider-awscloudformation@4.36.1
 - amplify-python-function-runtime-provider@1.5.6
 - amplify-util-headless-input@1.4.3
 - amplify-util-import@1.3.8
 - amplify-util-mock@3.27.7
 - graphql-auth-transformer@6.23.3
 - graphql-elasticsearch-transformer@4.10.0
 - graphql-transformers-e2e-tests@6.21.3
  • Loading branch information
aws-amplify-bot committed Jan 8, 2021
1 parent 8486632 commit 7a045fb
Show file tree
Hide file tree
Showing 72 changed files with 481 additions and 103 deletions.
11 changes: 11 additions & 0 deletions packages/amplify-app/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.20.7](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.20.6...amplify-app@2.20.7) (2021-01-08)


### Bug Fixes

* set default sourceDir for rn projects to 'src' ([#6319](https://github.com/aws-amplify/amplify-cli/issues/6319)) ([6ebbe41](https://github.com/aws-amplify/amplify-cli/commit/6ebbe411aa0a8c790f0ed64ef6d0aa71b70d14ec))





## [2.20.6](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.20.5...amplify-app@2.20.6) (2020-12-31)

**Note:** Version bump only for package amplify-app
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-app",
"version": "2.20.6",
"version": "2.20.7",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@aws-amplify/cli": ">=4.37.0"
},
"dependencies": {
"amplify-frontend-android": "2.14.2",
"amplify-frontend-ios": "2.18.2",
"amplify-frontend-javascript": "2.20.3",
"amplify-frontend-android": "2.14.3",
"amplify-frontend-ios": "2.18.3",
"amplify-frontend-javascript": "2.20.4",
"chalk": "^3.0.0",
"execa": "^4.1.0",
"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.

# [1.25.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-appsync-simulator@1.24.3...amplify-appsync-simulator@1.25.0) (2021-01-08)


### Bug Fixes

* correctly initialize Array when values contain a single integer element ([#6235](https://github.com/aws-amplify/amplify-cli/issues/6235)) ([c410678](https://github.com/aws-amplify/amplify-cli/commit/c410678d85973c3fac7b46eda574906199e7bcb6))


### Features

* **amplify-appsync-simulator:** implement new utils ([#6257](https://github.com/aws-amplify/amplify-cli/issues/6257)) ([1c1dda9](https://github.com/aws-amplify/amplify-cli/commit/1c1dda92f05547bbbfd7a7b4b48c057abab48e82))





## [1.24.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-appsync-simulator@1.24.2...amplify-appsync-simulator@1.24.3) (2020-12-16)


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": "1.24.3",
"version": "1.25.0",
"description": "An AppSync Simulator to test AppSync API.",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-category-analytics/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.19.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.19.3...amplify-category-analytics@2.19.4) (2021-01-08)


### Bug Fixes

* remove process on next and await ([#6239](https://github.com/aws-amplify/amplify-cli/issues/6239)) ([59d4a0e](https://github.com/aws-amplify/amplify-cli/commit/59d4a0eb318d2b3ad97be34bda9dee756cf82d74))





## [2.19.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.19.2...amplify-category-analytics@2.19.3) (2020-12-16)


Expand Down
2 changes: 1 addition & 1 deletion 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": "2.19.3",
"version": "2.19.4",
"description": "amplify-cli analytics plugin",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-category-api/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.28.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.28.1...amplify-category-api@2.28.2) (2021-01-08)


### Bug Fixes

* remove process on next and await ([#6239](https://github.com/aws-amplify/amplify-cli/issues/6239)) ([59d4a0e](https://github.com/aws-amplify/amplify-cli/commit/59d4a0eb318d2b3ad97be34bda9dee756cf82d74))





## [2.28.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.28.0...amplify-category-api@2.28.1) (2020-12-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api",
"version": "2.28.1",
"version": "2.28.2",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@aws-cdk/region-info": "~1.72.0",
"@graphql-tools/merge": "^6.0.18",
"amplify-cli-core": "1.11.0",
"amplify-util-headless-input": "1.4.2",
"amplify-util-headless-input": "1.4.3",
"chalk": "^3.0.0",
"constructs": "^3.2.0",
"fs-extra": "^8.1.0",
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.

## [2.26.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-auth@2.26.3...amplify-category-auth@2.26.4) (2021-01-08)

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





## [2.26.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-auth@2.26.2...amplify-category-auth@2.26.3) (2020-12-31)

**Note:** Version bump only for package amplify-category-auth
Expand Down
10 changes: 5 additions & 5 deletions packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-auth",
"version": "2.26.3",
"version": "2.26.4",
"description": "amplify-cli authentication plugin",
"repository": {
"type": "git",
Expand All @@ -23,10 +23,10 @@
"test-watch": "jest --watch"
},
"dependencies": {
"amplify-cli-core": "1.14.0",
"amplify-headless-interface": "1.5.2",
"amplify-util-headless-input": "1.4.2",
"amplify-util-import": "1.3.7",
"amplify-cli-core": "1.14.1",
"amplify-headless-interface": "1.5.3",
"amplify-util-headless-input": "1.4.3",
"amplify-util-import": "1.3.8",
"aws-sdk": "^2.765.0",
"chalk": "^3.0.0",
"chalk-pipe": "^3.0.0",
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.

## [2.28.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-function@2.28.3...amplify-category-function@2.28.4) (2021-01-08)


### Bug Fixes

* remove process on next and await ([#6239](https://github.com/aws-amplify/amplify-cli/issues/6239)) ([59d4a0e](https://github.com/aws-amplify/amplify-cli/commit/59d4a0eb318d2b3ad97be34bda9dee756cf82d74))





## [2.28.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-function@2.28.2...amplify-category-function@2.28.3) (2020-12-31)

**Note:** Version bump only for package amplify-category-function
Expand Down
4 changes: 2 additions & 2 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": "2.28.3",
"version": "2.28.4",
"description": "amplify-cli function plugin",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.14.0",
"amplify-cli-core": "1.14.1",
"amplify-function-plugin-interface": "1.6.0",
"cloudform-types": "^4.2.0",
"enquirer": "^2.3.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-category-notifications/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.17.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-notifications@2.17.1...amplify-category-notifications@2.17.2) (2021-01-08)


### Bug Fixes

* remove process on next and await ([#6239](https://github.com/aws-amplify/amplify-cli/issues/6239)) ([59d4a0e](https://github.com/aws-amplify/amplify-cli/commit/59d4a0eb318d2b3ad97be34bda9dee756cf82d74))





## [2.17.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-notifications@2.16.4...amplify-category-notifications@2.17.1) (2020-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-notifications",
"version": "2.17.1",
"version": "2.17.2",
"description": "amplify-cli notifications plugin",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-category-predictions/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.6.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-predictions@2.6.1...amplify-category-predictions@2.6.2) (2021-01-08)


### Bug Fixes

* remove process on next and await ([#6239](https://github.com/aws-amplify/amplify-cli/issues/6239)) ([59d4a0e](https://github.com/aws-amplify/amplify-cli/commit/59d4a0eb318d2b3ad97be34bda9dee756cf82d74))





## [2.6.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-predictions@2.5.4...amplify-category-predictions@2.6.1) (2020-11-22)

**Note:** Version bump only for package amplify-category-predictions
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-predictions",
"version": "2.6.1",
"version": "2.6.2",
"description": "amplify-cli predictions plugin",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-category-storage/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.10.9](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-storage@2.10.8...amplify-category-storage@2.10.9) (2021-01-08)


### Bug Fixes

* remove process on next and await ([#6239](https://github.com/aws-amplify/amplify-cli/issues/6239)) ([59d4a0e](https://github.com/aws-amplify/amplify-cli/commit/59d4a0eb318d2b3ad97be34bda9dee756cf82d74))





## [2.10.8](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-storage@2.10.7...amplify-category-storage@2.10.8) (2020-12-31)

**Note:** Version bump only for package amplify-category-storage
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-storage",
"version": "2.10.8",
"version": "2.10.9",
"description": "amplify-cli storage plugin",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.14.0",
"amplify-util-import": "1.3.7",
"amplify-cli-core": "1.14.1",
"amplify-util-import": "1.3.8",
"enquirer": "^2.3.6",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/amplify-cli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.14.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.14.0...amplify-cli-core@1.14.1) (2021-01-08)


### Bug Fixes

* apply tags on create and push nested stack ([#6321](https://github.com/aws-amplify/amplify-cli/issues/6321)) ([4faa3e5](https://github.com/aws-amplify/amplify-cli/commit/4faa3e5ac38d311fe7901fb1b8a1b542cf19e598))
* better error message when angular.json is missing ([#6253](https://github.com/aws-amplify/amplify-cli/issues/6253)) ([0c8175e](https://github.com/aws-amplify/amplify-cli/commit/0c8175e6312fc6fcd5b9e1334cf2011d1e8d392a))
* remove process on next and await ([#6239](https://github.com/aws-amplify/amplify-cli/issues/6239)) ([59d4a0e](https://github.com/aws-amplify/amplify-cli/commit/59d4a0eb318d2b3ad97be34bda9dee756cf82d74))





# [1.14.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.13.1...amplify-cli-core@1.14.0) (2020-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-cli-core",
"version": "1.14.0",
"version": "1.14.1",
"description": "Amplify CLI Core",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/amplify-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.41.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/cli@4.41.0...@aws-amplify/cli@4.41.1) (2021-01-08)


### Bug Fixes

* **cli:** handle undefined enabledProviders ([#6293](https://github.com/aws-amplify/amplify-cli/issues/6293)) ([b57b05d](https://github.com/aws-amplify/amplify-cli/commit/b57b05dc95109e490cb4b07c7304f32949607b77))
* apply tags on create and push nested stack ([#6321](https://github.com/aws-amplify/amplify-cli/issues/6321)) ([4faa3e5](https://github.com/aws-amplify/amplify-cli/commit/4faa3e5ac38d311fe7901fb1b8a1b542cf19e598))
* remove process on next and await ([#6239](https://github.com/aws-amplify/amplify-cli/issues/6239)) ([59d4a0e](https://github.com/aws-amplify/amplify-cli/commit/59d4a0eb318d2b3ad97be34bda9dee756cf82d74))
* removes nodeModules for lambda functions ([#6317](https://github.com/aws-amplify/amplify-cli/issues/6317)) ([091e148](https://github.com/aws-amplify/amplify-cli/commit/091e148ada698567bbdc78fc528da8c5a8e57a73))
* removes nodeModules from currentCloudBackend ([#6261](https://github.com/aws-amplify/amplify-cli/issues/6261)) ([db9dca9](https://github.com/aws-amplify/amplify-cli/commit/db9dca9db019494a0c68f42d9ffeb92d0b9b2b43))





# [4.41.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/cli@4.40.1...@aws-amplify/cli@4.41.0) (2020-12-31)


Expand Down
Loading

0 comments on commit 7a045fb

Please sign in to comment.