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 Oct 21, 2021
1 parent fa8aedc commit 2f1456d
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/amplify-codegen/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.8](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.8) (2021-10-21)

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





## [2.26.7](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.7) (2021-10-05)

**Note:** Version bump only for package amplify-codegen
Expand Down
6 changes: 3 additions & 3 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.26.7",
"version": "2.26.8",
"description": "amplify code generator",
"repository": {
"type": "git",
Expand All @@ -20,9 +20,9 @@
"test-watch": "jest --watch"
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "1.29.0",
"@aws-amplify/appsync-modelgen-plugin": "1.29.1",
"@aws-amplify/graphql-docs-generator": "2.3.4",
"@aws-amplify/graphql-types-generator": "2.8.2",
"@aws-amplify/graphql-types-generator": "2.8.3",
"@graphql-codegen/core": "1.8.3",
"amplify-codegen-appsync-model-plugin": "^1.22.3",
"amplify-graphql-docs-generator": "^2.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/appsync-modelgen-plugin/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.29.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-10-21)


### Bug Fixes

* **appsync-modelgen-plugin:** non model type with id field in java ([#260](https://github.com/aws-amplify/amplify-codegen/issues/260)) ([186f8cd](https://github.com/aws-amplify/amplify-codegen/commit/186f8cdc6be4657e8dc061ee19430d0dccbaebdb))





# [1.29.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-10-05)


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.29.0",
"version": "1.29.1",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-types-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-10-21)


### Bug Fixes

* **graphql-types-generator:** correct scalar and enum type in angular ([#257](https://github.com/aws-amplify/amplify-codegen/issues/257)) ([8c78e97](https://github.com/aws-amplify/amplify-codegen/commit/8c78e9737af95febf1f4dfe83077068d8497744b))
* **graphql-types-generator:** correct typename for nested fragments ([#262](https://github.com/aws-amplify/amplify-codegen/issues/262)) ([584dbcc](https://github.com/aws-amplify/amplify-codegen/commit/584dbccc585d6f6156e4e6a6a0cde3db60d015ff))





## [2.8.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-09-15)

**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.8.2",
"version": "2.8.3",
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2f1456d

Please sign in to comment.