diff --git a/packages/amplify-codegen/CHANGELOG.md b/packages/amplify-codegen/CHANGELOG.md index be39e58ca..2db582d43 100644 --- a/packages/amplify-codegen/CHANGELOG.md +++ b/packages/amplify-codegen/CHANGELOG.md @@ -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.0](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@2.27.3...amplify-codegen@2.28.0) (2022-02-03) + + +### Features + +* update imports generated for flutter datastore plugin dependency ([#382](https://github.com/aws-amplify/amplify-codegen/issues/382)) ([#388](https://github.com/aws-amplify/amplify-codegen/issues/388)) ([329e513](https://github.com/aws-amplify/amplify-codegen/commit/329e51395d36e11090e33300d02f5a7a436bfe7a)), closes [#380](https://github.com/aws-amplify/amplify-codegen/issues/380) + + + + + ## [2.27.3](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@2.27.2...amplify-codegen@2.27.3) (2022-01-13) **Note:** Version bump only for package amplify-codegen diff --git a/packages/amplify-codegen/package.json b/packages/amplify-codegen/package.json index 633dfbf5b..4911715a8 100644 --- a/packages/amplify-codegen/package.json +++ b/packages/amplify-codegen/package.json @@ -1,6 +1,6 @@ { "name": "amplify-codegen", - "version": "2.27.3", + "version": "2.28.0", "description": "amplify code generator", "repository": { "type": "git", @@ -20,7 +20,7 @@ "test-watch": "jest --watch" }, "dependencies": { - "@aws-amplify/appsync-modelgen-plugin": "1.30.2", + "@aws-amplify/appsync-modelgen-plugin": "1.31.0", "@aws-amplify/graphql-docs-generator": "2.4.2", "@aws-amplify/graphql-types-generator": "2.8.6", "@graphql-codegen/core": "1.8.3", diff --git a/packages/appsync-modelgen-plugin/CHANGELOG.md b/packages/appsync-modelgen-plugin/CHANGELOG.md index a7d71bfb8..e9a7b04b5 100644 --- a/packages/appsync-modelgen-plugin/CHANGELOG.md +++ b/packages/appsync-modelgen-plugin/CHANGELOG.md @@ -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.31.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@1.30.2...@aws-amplify/appsync-modelgen-plugin@1.31.0) (2022-02-03) + + +### Features + +* update imports generated for flutter datastore plugin dependency ([#382](https://github.com/aws-amplify/amplify-codegen/issues/382)) ([#388](https://github.com/aws-amplify/amplify-codegen/issues/388)) ([329e513](https://github.com/aws-amplify/amplify-codegen/commit/329e51395d36e11090e33300d02f5a7a436bfe7a)), closes [#380](https://github.com/aws-amplify/amplify-codegen/issues/380) + + + + + ## [1.30.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@1.30.1...@aws-amplify/appsync-modelgen-plugin@1.30.2) (2022-01-13) diff --git a/packages/appsync-modelgen-plugin/package.json b/packages/appsync-modelgen-plugin/package.json index d50284dbe..fa8e0429c 100644 --- a/packages/appsync-modelgen-plugin/package.json +++ b/packages/appsync-modelgen-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/appsync-modelgen-plugin", - "version": "1.30.2", + "version": "1.31.0", "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-codegen.git",