Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-amplify-bot committed Nov 29, 2021
1 parent 82357a8 commit b6504ca
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 16 deletions.
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.

## [1.1.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-29)


### Bug Fixes

* use __dirname instead of '.' in import path ([#9105](https://github.com/aws-amplify/amplify-cli/issues/9105)) ([8b6c6e4](https://github.com/aws-amplify/amplify-cli/commit/8b6c6e43e86bdc067c2607df129a0aff64a7588d))





## [1.1.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-26)


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": "@aws-amplify/amplify-category-api",
"version": "1.1.2",
"version": "1.1.3",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-cli/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.

## [7.5.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-29)

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





## [7.5.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-26)


Expand Down
10 changes: 5 additions & 5 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": "7.5.3",
"version": "7.5.4",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">=12.0.0"
},
"dependencies": {
"@aws-amplify/amplify-category-api": "1.1.2",
"@aws-amplify/amplify-category-api": "1.1.3",
"@aws-amplify/amplify-category-auth": "2.4.1",
"@aws-amplify/amplify-category-custom": "2.3.5",
"@aws-amplify/amplify-category-storage": "3.1.1",
Expand All @@ -52,7 +52,7 @@
"amplify-cli-logger": "1.1.0",
"amplify-codegen": "^2.23.1",
"amplify-console-hosting": "2.2.6",
"amplify-container-hosting": "2.4.2",
"amplify-container-hosting": "2.4.3",
"amplify-dotnet-function-runtime-provider": "1.6.4",
"amplify-dotnet-function-template-provider": "2.2.6",
"amplify-frontend-android": "3.3.0",
Expand All @@ -66,11 +66,11 @@
"amplify-nodejs-function-runtime-provider": "2.2.6",
"amplify-nodejs-function-template-provider": "2.2.6",
"amplify-prompts": "1.6.0",
"amplify-provider-awscloudformation": "5.7.0",
"amplify-provider-awscloudformation": "5.7.1",
"amplify-python-function-runtime-provider": "2.2.6",
"amplify-python-function-template-provider": "1.3.13",
"amplify-util-import": "2.2.6",
"amplify-util-mock": "4.2.14",
"amplify-util-mock": "4.2.15",
"aws-sdk": "^2.963.0",
"chalk": "^4.1.1",
"ci-info": "^2.0.0",
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.

## [2.4.3](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.4.3) (2021-11-29)

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





## [2.4.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.4.2) (2021-11-26)

**Note:** Version bump only for package amplify-container-hosting
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": "2.4.2",
"version": "2.4.3",
"description": "amplify-cli hosting plugin for containers",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"test": "jest --coverage --passWithNoTests"
},
"dependencies": {
"@aws-amplify/amplify-category-api": "1.1.2",
"@aws-amplify/amplify-category-api": "1.1.3",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-graphql-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.

## [2.2.10](https://github.com/aws-amplify/amplify-cli/compare/amplify-graphql-migration-tests@[email protected]) (2021-11-29)

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





## [2.2.9](https://github.com/aws-amplify/amplify-cli/compare/amplify-graphql-migration-tests@[email protected]) (2021-11-26)

**Note:** Version bump only for package amplify-graphql-migration-tests
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-graphql-migration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-graphql-migration-tests",
"version": "2.2.9",
"version": "2.2.10",
"description": "Tests migration from v1 to v2 of the Amplify GraphQL transformer",
"main": "lib/index.js",
"private": true,
Expand Down Expand Up @@ -44,7 +44,7 @@
"@aws-amplify/graphql-index-transformer": "0.8.0",
"@aws-amplify/graphql-model-transformer": "0.10.0",
"@aws-amplify/graphql-predictions-transformer": "0.6.0",
"@aws-amplify/graphql-relational-transformer": "0.6.8",
"@aws-amplify/graphql-relational-transformer": "0.6.9",
"@aws-amplify/graphql-searchable-transformer": "0.10.0",
"@aws-amplify/graphql-transformer-core": "0.14.0",
"@aws-amplify/graphql-transformer-interfaces": "1.12.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/amplify-graphql-relational-transformer/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.

## [0.6.9](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-29)



## 7.5.4 (2021-11-28)


### Bug Fixes

* handle implicit primary keys in [@many](https://github.com/many)ToMany ([#9111](https://github.com/aws-amplify/amplify-cli/issues/9111)) ([82357a8](https://github.com/aws-amplify/amplify-cli/commit/82357a8fcb9c6565bdde4942efa9b7ba1f192f5e))





## [0.6.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-26)

**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-relational-transformer",
"version": "0.6.8",
"version": "0.6.9",
"description": "Amplify GraphQL relational modeling transformers",
"repository": {
"type": "git",
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.

## [5.7.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-provider-awscloudformation@[email protected]) (2021-11-29)


### Bug Fixes

* don't use path.join() for s3 upload path ([#9096](https://github.com/aws-amplify/amplify-cli/issues/9096)) ([c1787fb](https://github.com/aws-amplify/amplify-cli/commit/c1787fbbe029b5e53a7910877ec7b4a49822602e))





# [5.7.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-provider-awscloudformation@[email protected]) (2021-11-26)


Expand Down
4 changes: 2 additions & 2 deletions 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": "5.7.0",
"version": "5.7.1",
"description": "AWS CloudFormation Provider",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@aws-amplify/graphql-index-transformer": "0.8.0",
"@aws-amplify/graphql-model-transformer": "0.10.0",
"@aws-amplify/graphql-predictions-transformer": "0.6.0",
"@aws-amplify/graphql-relational-transformer": "0.6.8",
"@aws-amplify/graphql-relational-transformer": "0.6.9",
"@aws-amplify/graphql-searchable-transformer": "0.10.0",
"@aws-amplify/graphql-transformer-core": "0.14.0",
"@aws-amplify/graphql-transformer-interfaces": "1.12.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-util-mock/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.

## [4.2.15](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.2.15) (2021-11-29)

**Note:** Version bump only for package amplify-util-mock





## [4.2.14](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@4.2.14) (2021-11-26)


Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-util-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-util-mock",
"version": "4.2.14",
"version": "4.2.15",
"description": "amplify cli plugin providing local testing",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"amplify-cli-core": "2.4.1",
"amplify-codegen": "^2.23.1",
"amplify-dynamodb-simulator": "2.2.6",
"amplify-provider-awscloudformation": "5.7.0",
"amplify-provider-awscloudformation": "5.7.1",
"amplify-storage-simulator": "1.6.1",
"chokidar": "^3.3.1",
"detect-port": "^1.3.0",
Expand All @@ -49,7 +49,7 @@
"@aws-amplify/graphql-index-transformer": "0.8.0",
"@aws-amplify/graphql-model-transformer": "0.10.0",
"@aws-amplify/graphql-predictions-transformer": "0.6.0",
"@aws-amplify/graphql-relational-transformer": "0.6.8",
"@aws-amplify/graphql-relational-transformer": "0.6.9",
"@aws-amplify/graphql-searchable-transformer": "0.10.0",
"@aws-amplify/graphql-transformer-core": "0.14.0",
"@aws-amplify/graphql-transformer-interfaces": "1.12.3",
Expand Down

0 comments on commit b6504ca

Please sign in to comment.