Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-srikar committed May 25, 2021
1 parent 2185241 commit ca25ab1
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/amplify-codegen-e2e-core/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 (2021-05-25)


### Features

* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)





## [1.16.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@1.16.2) (2021-03-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-codegen-e2e-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen-e2e-core",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"amplify-cli-core": "^1.18.1",
"graphql-transformer-core": "^6.27.0",
"amplify-headless-interface": "^1.5.3"
"amplify-headless-interface": "^1.5.3",
"graphql-transformer-core": "^6.27.0"
}
}
11 changes: 11 additions & 0 deletions packages/amplify-codegen-e2e-tests/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.38.0 (2021-05-25)


### Features

* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)





## [2.37.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.37.1) (2021-03-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-codegen-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen-e2e-tests",
"version": "2.37.1",
"version": "2.38.0",
"description": "",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
},
"dependencies": {
"amplify-codegen-e2e-core": "^1.0.0",
"amplify-codegen-e2e-core": "1.1.0",
"aws-amplify": "^3.0.8",
"aws-appsync": "^4.0.3",
"aws-sdk": "^2.845.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/amplify-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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-codegen/compare/[email protected]@2.25.0) (2021-05-25)


### Bug Fixes

* **amplify-codegen:** add correct error msg for flutter codegen ([#140](https://github.com/aws-amplify/amplify-codegen/issues/140)) ([a99d67c](https://github.com/aws-amplify/amplify-codegen/commit/a99d67c1053896cc62f9cfc1898fff3c992907da))
* **amplify-codegen:** Correct cli help re: codegen `--maxDepth` flag ([#138](https://github.com/aws-amplify/amplify-codegen/issues/138)) ([960b900](https://github.com/aws-amplify/amplify-codegen/commit/960b900f1f7de5f232bfd96cf673de93fae1643c))
* **appsync-modelgen-plugin:** restore the old init if timestamp disabled ([#177](https://github.com/aws-amplify/amplify-codegen/issues/177)) ([f923e14](https://github.com/aws-amplify/amplify-codegen/commit/f923e144e9cf51f904d792a5c01ceffca685d0ea))


### Features

* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)
* **modelgen:** add timestamp fields createdAt & updatedAt for [@model](https://github.com/model) ([#114](https://github.com/aws-amplify/amplify-codegen/issues/114)) ([f611e94](https://github.com/aws-amplify/amplify-codegen/commit/f611e94ef8cbd37cf8e8f356df83adcb9a8d3465))





## [2.24.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.24.2) (2021-03-31)

**Note:** Version bump only for package amplify-codegen
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen",
"version": "2.24.2",
"version": "2.25.0",
"description": "amplify code generator",
"repository": {
"type": "git",
Expand All @@ -20,9 +20,9 @@
"test-watch": "jest --watch"
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "1.23.1",
"@aws-amplify/graphql-docs-generator": "2.3.3",
"@aws-amplify/graphql-types-generator": "2.7.3",
"@aws-amplify/appsync-modelgen-plugin": "1.24.0",
"@aws-amplify/graphql-docs-generator": "2.3.4",
"@aws-amplify/graphql-types-generator": "2.8.0",
"@graphql-codegen/core": "1.8.3",
"amplify-codegen-appsync-model-plugin": "^1.22.3",
"amplify-graphql-docs-generator": "^2.2.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/appsync-modelgen-plugin/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.24.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-05-25)


### Bug Fixes

* **appsync-modelgen-plugin:** restore the old init if timestamp disabled ([#177](https://github.com/aws-amplify/amplify-codegen/issues/177)) ([f923e14](https://github.com/aws-amplify/amplify-codegen/commit/f923e144e9cf51f904d792a5c01ceffca685d0ea))


### Features

* **modelgen:** add timestamp fields createdAt & updatedAt for [@model](https://github.com/model) ([#114](https://github.com/aws-amplify/amplify-codegen/issues/114)) ([f611e94](https://github.com/aws-amplify/amplify-codegen/commit/f611e94ef8cbd37cf8e8f356df83adcb9a8d3465))





## [1.23.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/appsync-modelgen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/appsync-modelgen-plugin",
"version": "1.23.1",
"version": "1.24.0",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-docs-generator/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.3.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-05-25)


### Bug Fixes

* **graphql-docs-generator:** change handler dependency version ([#164](https://github.com/aws-amplify/amplify-codegen/issues/164)) ([f7de414](https://github.com/aws-amplify/amplify-codegen/commit/f7de41409aa610c1b013830e977c12ef33711ec5))





## [2.3.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-03-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-docs-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-docs-generator",
"version": "2.3.3",
"version": "2.3.4",
"description": "amplify graphql docs generator plugin",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphql-types-generator/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.8.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-05-25)


### Bug Fixes

* **graphql-types-generator:** correct required types and inconsistent types ([#159](https://github.com/aws-amplify/amplify-codegen/issues/159)) ([2805bb6](https://github.com/aws-amplify/amplify-codegen/commit/2805bb6159298e0cb40ac629bc117c586af49e1f))


### Features

* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)





## [2.7.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-02-22)

**Note:** Version bump only for package @aws-amplify/graphql-types-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-types-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-types-generator",
"version": "2.7.3",
"version": "2.8.0",
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
"repository": {
"type": "git",
Expand Down

0 comments on commit ca25ab1

Please sign in to comment.