Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amplify-app@3.0.16
 - amplify-category-api@2.33.2
 - amplify-category-geo@1.1.0
 - @aws-amplify/cli@6.3.1
 - amplify-console-integration-tests@1.8.14
 - amplify-container-hosting@1.3.27
 - amplify-e2e-core@1.30.0
 - amplify-e2e-tests@2.54.0
 - amplify-frontend-javascript@2.25.0
 - amplify-migration-tests@3.1.14
 - amplify-provider-awscloudformation@4.64.0
 - amplify-util-mock@3.34.11
  • Loading branch information
aws-amplify-bot committed Oct 13, 2021
1 parent e190292 commit 385c395
Show file tree
Hide file tree
Showing 24 changed files with 158 additions and 27 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.

## [3.0.16](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@3.0.15...amplify-app@3.0.16) (2021-10-13)

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





## [3.0.15](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@3.0.14...amplify-app@3.0.15) (2021-10-10)

**Note:** Version bump only for package 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": "amplify-app",
"version": "3.0.15",
"version": "3.0.16",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"amplify-frontend-android": "2.15.4",
"amplify-frontend-flutter": "0.4.4",
"amplify-frontend-ios": "2.20.17",
"amplify-frontend-javascript": "2.24.4",
"amplify-frontend-javascript": "2.25.0",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
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.33.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.33.1...amplify-category-api@2.33.2) (2021-10-13)


### Bug Fixes

* api containers on repushing does not fail ([#8416](https://github.com/aws-amplify/amplify-cli/issues/8416)) ([eb64172](https://github.com/aws-amplify/amplify-cli/commit/eb641725febba88ebb7349c0e662d4ffc6cf7e97))





## [2.33.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.33.0...amplify-category-api@2.33.1) (2021-10-10)


Expand Down
2 changes: 1 addition & 1 deletion 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.33.1",
"version": "2.33.2",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-category-geo/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.

# [1.1.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-geo@1.0.3...amplify-category-geo@1.1.0) (2021-10-13)


### Features

* Geo category plugin - support for additional regions ([#8373](https://github.com/aws-amplify/amplify-cli/issues/8373)) ([3a0c29f](https://github.com/aws-amplify/amplify-cli/commit/3a0c29fc1cb07fb1f16ac9546148c564eee97989))





## [1.0.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-geo@1.0.2...amplify-category-geo@1.0.3) (2021-10-10)

**Note:** Version bump only for package amplify-category-geo
Expand Down
6 changes: 3 additions & 3 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": "1.0.3",
"version": "1.1.0",
"description": "Amplify CLI plugin to manage the Geo resources for the project",
"repository": {
"type": "git",
Expand All @@ -23,10 +23,10 @@
],
"dependencies": {
"@aws-cdk/aws-iam": "~1.124.0",
"@aws-cdk/aws-location": "~1.124.0",
"@aws-cdk/custom-resources": "~1.124.0",
"@aws-cdk/aws-lambda": "~1.124.0",
"@aws-cdk/aws-location": "~1.124.0",
"@aws-cdk/core": "~1.124.0",
"@aws-cdk/custom-resources": "~1.124.0",
"amplify-cli-core": "1.31.1",
"amplify-prompts": "1.2.0",
"folder-hash": "^4.0.1",
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.

## [6.3.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/cli@6.3.0...@aws-amplify/cli@6.3.1) (2021-10-13)



## 6.3.1 (2021-10-12)


### Bug Fixes

* null check ([#8429](https://github.com/aws-amplify/amplify-cli/issues/8429)) ([e190292](https://github.com/aws-amplify/amplify-cli/commit/e190292171d6cb5422724deb392a32f6cc239883))





# [6.3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/cli@6.2.1...@aws-amplify/cli@6.3.0) (2021-10-10)


Expand Down
16 changes: 8 additions & 8 deletions packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cli",
"version": "6.3.0",
"version": "6.3.1",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,12 +34,12 @@
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "~1.124.0",
"amplify-app": "3.0.15",
"amplify-app": "3.0.16",
"amplify-category-analytics": "2.21.24",
"amplify-category-api": "2.33.1",
"amplify-category-api": "2.33.2",
"amplify-category-auth": "2.38.4",
"amplify-category-function": "2.36.1",
"amplify-category-geo": "1.0.3",
"amplify-category-geo": "1.1.0",
"amplify-category-hosting": "2.7.24",
"amplify-category-interactions": "2.6.8",
"amplify-category-notifications": "2.19.4",
Expand All @@ -50,25 +50,25 @@
"amplify-cli-logger": "1.1.0",
"amplify-codegen": "^2.23.1",
"amplify-console-hosting": "1.9.15",
"amplify-container-hosting": "1.3.26",
"amplify-container-hosting": "1.3.27",
"amplify-dotnet-function-runtime-provider": "1.6.3",
"amplify-dotnet-function-template-provider": "1.5.24",
"amplify-frontend-android": "2.15.4",
"amplify-frontend-flutter": "0.4.4",
"amplify-frontend-ios": "2.20.17",
"amplify-frontend-javascript": "2.24.4",
"amplify-frontend-javascript": "2.25.0",
"amplify-go-function-runtime-provider": "1.9.7",
"amplify-go-function-template-provider": "1.3.10",
"amplify-java-function-runtime-provider": "1.8.17",
"amplify-java-function-template-provider": "1.5.9",
"amplify-nodejs-function-runtime-provider": "1.6.14",
"amplify-nodejs-function-template-provider": "1.6.24",
"amplify-prompts": "1.2.0",
"amplify-provider-awscloudformation": "4.63.0",
"amplify-provider-awscloudformation": "4.64.0",
"amplify-python-function-runtime-provider": "1.9.14",
"amplify-python-function-template-provider": "1.3.12",
"amplify-util-import": "1.5.15",
"amplify-util-mock": "3.34.10",
"amplify-util-mock": "3.34.11",
"aws-sdk": "^2.963.0",
"chalk": "^4.1.1",
"ci-info": "^2.0.0",
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.

## [1.8.14](https://github.com/aws-amplify/amplify-console-integration-tests/compare/amplify-console-integration-tests@1.8.13...amplify-console-integration-tests@1.8.14) (2021-10-13)

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





## [1.8.13](https://github.com/aws-amplify/amplify-console-integration-tests/compare/amplify-console-integration-tests@1.8.12...amplify-console-integration-tests@1.8.13) (2021-10-10)

**Note:** Version bump only for package 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": "amplify-console-integration-tests",
"version": "1.8.13",
"version": "1.8.14",
"description": "",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@types/ini": "^1.3.30",
"amplify-e2e-core": "1.29.0",
"amplify-e2e-core": "1.30.0",
"aws-sdk": "^2.963.0",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-container-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.

## [1.3.27](https://github.com/aws-amplify/amplify-cli/compare/amplify-container-hosting@1.3.26...amplify-container-hosting@1.3.27) (2021-10-13)

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





## [1.3.26](https://github.com/aws-amplify/amplify-cli/compare/amplify-container-hosting@1.3.25...amplify-container-hosting@1.3.26) (2021-10-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-container-hosting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-container-hosting",
"version": "1.3.26",
"version": "1.3.27",
"description": "amplify-cli hosting plugin for containers",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"test": "jest --coverage --passWithNoTests"
},
"dependencies": {
"amplify-category-api": "2.33.1",
"amplify-category-api": "2.33.2",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify-e2e-core/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.30.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-e2e-core@1.29.0...amplify-e2e-core@1.30.0) (2021-10-13)


### Bug Fixes

* api containers on repushing does not fail ([#8416](https://github.com/aws-amplify/amplify-cli/issues/8416)) ([eb64172](https://github.com/aws-amplify/amplify-cli/commit/eb641725febba88ebb7349c0e662d4ffc6cf7e97))


### Features

* Geo category plugin - support for additional regions ([#8373](https://github.com/aws-amplify/amplify-cli/issues/8373)) ([3a0c29f](https://github.com/aws-amplify/amplify-cli/commit/3a0c29fc1cb07fb1f16ac9546148c564eee97989))





# [1.29.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-e2e-core@1.28.0...amplify-e2e-core@1.29.0) (2021-10-10)


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": "amplify-e2e-core",
"version": "1.29.0",
"version": "1.30.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.

# [2.54.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-e2e-tests@2.53.0...amplify-e2e-tests@2.54.0) (2021-10-13)


### Bug Fixes

* api containers on repushing does not fail ([#8416](https://github.com/aws-amplify/amplify-cli/issues/8416)) ([eb64172](https://github.com/aws-amplify/amplify-cli/commit/eb641725febba88ebb7349c0e662d4ffc6cf7e97))


### Features

* Geo category plugin - support for additional regions ([#8373](https://github.com/aws-amplify/amplify-cli/issues/8373)) ([3a0c29f](https://github.com/aws-amplify/amplify-cli/commit/3a0c29fc1cb07fb1f16ac9546148c564eee97989))





# [2.53.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-e2e-tests@2.52.0...amplify-e2e-tests@2.53.0) (2021-10-10)


Expand Down
4 changes: 2 additions & 2 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": "2.53.0",
"version": "2.54.0",
"description": "",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"amplify-cli-core": "1.31.1",
"amplify-e2e-core": "1.29.0",
"amplify-e2e-core": "1.30.0",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.963.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-frontend-javascript/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.25.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-javascript@2.24.4...amplify-frontend-javascript@2.25.0) (2021-10-13)


### Features

* Geo category plugin - support for additional regions ([#8373](https://github.com/aws-amplify/amplify-cli/issues/8373)) ([3a0c29f](https://github.com/aws-amplify/amplify-cli/commit/3a0c29fc1cb07fb1f16ac9546148c564eee97989))





## [2.24.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-javascript@2.24.3...amplify-frontend-javascript@2.24.4) (2021-10-10)

**Note:** Version bump only for package amplify-frontend-javascript
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-frontend-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-frontend-javascript",
"version": "2.24.4",
"version": "2.25.0",
"description": "amplify-cli front-end plugin for JavaScript projects",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-migration-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.

## [3.1.14](https://github.com/aws-amplify/amplify-cli/compare/amplify-migration-tests@3.1.13...amplify-migration-tests@3.1.14) (2021-10-13)

**Note:** Version bump only for package amplify-migration-tests





## [3.1.13](https://github.com/aws-amplify/amplify-cli/compare/amplify-migration-tests@3.1.12...amplify-migration-tests@3.1.13) (2021-10-10)

**Note:** Version bump only for package 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": "amplify-migration-tests",
"version": "3.1.13",
"version": "3.1.14",
"description": "",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"setup-profile": "ts-node ./src/configure_tests.ts"
},
"dependencies": {
"amplify-e2e-core": "1.29.0",
"amplify-e2e-core": "1.30.0",
"aws-sdk": "^2.963.0",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-provider-awscloudformation/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.

# [4.64.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-provider-awscloudformation@4.63.0...amplify-provider-awscloudformation@4.64.0) (2021-10-13)


### Features

* Geo category plugin - support for additional regions ([#8373](https://github.com/aws-amplify/amplify-cli/issues/8373)) ([3a0c29f](https://github.com/aws-amplify/amplify-cli/commit/3a0c29fc1cb07fb1f16ac9546148c564eee97989))





# [4.63.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-provider-awscloudformation@4.62.1...amplify-provider-awscloudformation@4.63.0) (2021-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-provider-awscloudformation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-provider-awscloudformation",
"version": "4.63.0",
"version": "4.64.0",
"description": "AWS CloudFormation Provider",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 385c395

Please sign in to comment.