From 74eefdd82e68dcbaff9dfa539c68287b7e146c44 Mon Sep 17 00:00:00 2001 From: amplify-data-ci Date: Tue, 12 Sep 2023 21:17:23 +0000 Subject: [PATCH] chore(release): Publish [ci skip] - amplify-codegen@4.5.0 - @aws-amplify/appsync-modelgen-plugin@2.7.0 - @aws-amplify/graphql-docs-generator@4.2.0 - @aws-amplify/graphql-generator@0.1.0 - @aws-amplify/graphql-types-generator@3.4.0 --- packages/amplify-codegen/CHANGELOG.md | 11 +++++++++++ packages/amplify-codegen/package.json | 6 +++--- packages/appsync-modelgen-plugin/CHANGELOG.md | 11 +++++++++++ packages/appsync-modelgen-plugin/package.json | 2 +- packages/graphql-docs-generator/CHANGELOG.md | 11 +++++++++++ packages/graphql-docs-generator/package.json | 2 +- packages/graphql-generator/CHANGELOG.md | 15 +++++++++++++++ packages/graphql-generator/package.json | 8 ++++---- packages/graphql-types-generator/CHANGELOG.md | 11 +++++++++++ packages/graphql-types-generator/package.json | 2 +- 10 files changed, 69 insertions(+), 10 deletions(-) create mode 100644 packages/graphql-generator/CHANGELOG.md diff --git a/packages/amplify-codegen/CHANGELOG.md b/packages/amplify-codegen/CHANGELOG.md index f88f20a99..d5d04b7a5 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. +# [4.5.0](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.4.0...amplify-codegen@4.5.0) (2023-09-12) + +### Features + +- graphql generator ([#690](https://github.com/aws-amplify/amplify-codegen/issues/690)) ([dbe12ab](https://github.com/aws-amplify/amplify-codegen/commit/dbe12abbbcd307bec1c15f95251f023d0f0fbf10)) +- graphql-generator package ([#677](https://github.com/aws-amplify/amplify-codegen/issues/677)) ([6348627](https://github.com/aws-amplify/amplify-codegen/commit/634862793cb5aebb284f27a70f0ef07d6fd85561)), closes [#669](https://github.com/aws-amplify/amplify-codegen/issues/669) [#670](https://github.com/aws-amplify/amplify-codegen/issues/670) [#671](https://github.com/aws-amplify/amplify-codegen/issues/671) [#676](https://github.com/aws-amplify/amplify-codegen/issues/676) [#680](https://github.com/aws-amplify/amplify-codegen/issues/680) + +### Reverts + +- Revert "feat: graphql-generator package (#677)" (#687) ([d7a84d6](https://github.com/aws-amplify/amplify-codegen/commit/d7a84d62b5a1e686d4e5e5be61e12fb410378685)), closes [#677](https://github.com/aws-amplify/amplify-codegen/issues/677) [#687](https://github.com/aws-amplify/amplify-codegen/issues/687) + # [4.4.0](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.3.0...amplify-codegen@4.4.0) (2023-08-25) ### Features diff --git a/packages/amplify-codegen/package.json b/packages/amplify-codegen/package.json index a884215e3..ee71e86bb 100644 --- a/packages/amplify-codegen/package.json +++ b/packages/amplify-codegen/package.json @@ -1,6 +1,6 @@ { "name": "amplify-codegen", - "version": "4.4.0", + "version": "4.5.0", "description": "Amplify Code Generator", "repository": { "type": "git", @@ -21,8 +21,8 @@ "extract-api": "ts-node ../../scripts/extract-api.ts" }, "dependencies": { - "@aws-amplify/graphql-generator": "^0.0.1", - "@aws-amplify/graphql-types-generator": "^3.2.0", + "@aws-amplify/graphql-generator": "0.1.0", + "@aws-amplify/graphql-types-generator": "3.4.0", "@graphql-codegen/core": "2.6.6", "chalk": "^3.0.0", "fs-extra": "^8.1.0", diff --git a/packages/appsync-modelgen-plugin/CHANGELOG.md b/packages/appsync-modelgen-plugin/CHANGELOG.md index 7005ed9dd..12c12b575 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. +# [2.7.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.6.0...@aws-amplify/appsync-modelgen-plugin@2.7.0) (2023-09-12) + +### Features + +- graphql generator ([#690](https://github.com/aws-amplify/amplify-codegen/issues/690)) ([dbe12ab](https://github.com/aws-amplify/amplify-codegen/commit/dbe12abbbcd307bec1c15f95251f023d0f0fbf10)) +- graphql-generator package ([#677](https://github.com/aws-amplify/amplify-codegen/issues/677)) ([6348627](https://github.com/aws-amplify/amplify-codegen/commit/634862793cb5aebb284f27a70f0ef07d6fd85561)), closes [#669](https://github.com/aws-amplify/amplify-codegen/issues/669) [#670](https://github.com/aws-amplify/amplify-codegen/issues/670) [#671](https://github.com/aws-amplify/amplify-codegen/issues/671) [#676](https://github.com/aws-amplify/amplify-codegen/issues/676) [#680](https://github.com/aws-amplify/amplify-codegen/issues/680) + +### Reverts + +- Revert "feat: graphql-generator package (#677)" (#687) ([d7a84d6](https://github.com/aws-amplify/amplify-codegen/commit/d7a84d62b5a1e686d4e5e5be61e12fb410378685)), closes [#677](https://github.com/aws-amplify/amplify-codegen/issues/677) [#687](https://github.com/aws-amplify/amplify-codegen/issues/687) + # [2.6.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.5.3...@aws-amplify/appsync-modelgen-plugin@2.6.0) (2023-08-15) ### Features diff --git a/packages/appsync-modelgen-plugin/package.json b/packages/appsync-modelgen-plugin/package.json index 7e1c5c0b5..20230b0c3 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": "2.6.0", + "version": "2.7.0", "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-codegen.git", diff --git a/packages/graphql-docs-generator/CHANGELOG.md b/packages/graphql-docs-generator/CHANGELOG.md index 4a0dd85e0..5cdd911c4 100644 --- a/packages/graphql-docs-generator/CHANGELOG.md +++ b/packages/graphql-docs-generator/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. +# [4.2.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-docs-generator@4.1.0...@aws-amplify/graphql-docs-generator@4.2.0) (2023-09-12) + +### Features + +- graphql generator ([#690](https://github.com/aws-amplify/amplify-codegen/issues/690)) ([dbe12ab](https://github.com/aws-amplify/amplify-codegen/commit/dbe12abbbcd307bec1c15f95251f023d0f0fbf10)) +- graphql-generator package ([#677](https://github.com/aws-amplify/amplify-codegen/issues/677)) ([6348627](https://github.com/aws-amplify/amplify-codegen/commit/634862793cb5aebb284f27a70f0ef07d6fd85561)), closes [#669](https://github.com/aws-amplify/amplify-codegen/issues/669) [#670](https://github.com/aws-amplify/amplify-codegen/issues/670) [#671](https://github.com/aws-amplify/amplify-codegen/issues/671) [#676](https://github.com/aws-amplify/amplify-codegen/issues/676) [#680](https://github.com/aws-amplify/amplify-codegen/issues/680) + +### Reverts + +- Revert "feat: graphql-generator package (#677)" (#687) ([d7a84d6](https://github.com/aws-amplify/amplify-codegen/commit/d7a84d62b5a1e686d4e5e5be61e12fb410378685)), closes [#677](https://github.com/aws-amplify/amplify-codegen/issues/677) [#687](https://github.com/aws-amplify/amplify-codegen/issues/687) + # [4.1.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-docs-generator@4.0.5...@aws-amplify/graphql-docs-generator@4.1.0) (2023-08-25) ### Features diff --git a/packages/graphql-docs-generator/package.json b/packages/graphql-docs-generator/package.json index d48f2c824..a14aac2d1 100644 --- a/packages/graphql-docs-generator/package.json +++ b/packages/graphql-docs-generator/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/graphql-docs-generator", - "version": "4.1.0", + "version": "4.2.0", "description": "amplify graphql docs generator plugin", "repository": { "type": "git", diff --git a/packages/graphql-generator/CHANGELOG.md b/packages/graphql-generator/CHANGELOG.md new file mode 100644 index 000000000..d8496306a --- /dev/null +++ b/packages/graphql-generator/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2023-09-12) + +### Features + +- graphql generator ([#690](https://github.com/aws-amplify/amplify-codegen/issues/690)) ([dbe12ab](https://github.com/aws-amplify/amplify-codegen/commit/dbe12abbbcd307bec1c15f95251f023d0f0fbf10)) +- graphql-generator package ([#677](https://github.com/aws-amplify/amplify-codegen/issues/677)) ([6348627](https://github.com/aws-amplify/amplify-codegen/commit/634862793cb5aebb284f27a70f0ef07d6fd85561)), closes [#669](https://github.com/aws-amplify/amplify-codegen/issues/669) [#670](https://github.com/aws-amplify/amplify-codegen/issues/670) [#671](https://github.com/aws-amplify/amplify-codegen/issues/671) [#676](https://github.com/aws-amplify/amplify-codegen/issues/676) [#680](https://github.com/aws-amplify/amplify-codegen/issues/680) + +### Reverts + +- Revert "feat: graphql-generator package (#677)" (#687) ([d7a84d6](https://github.com/aws-amplify/amplify-codegen/commit/d7a84d62b5a1e686d4e5e5be61e12fb410378685)), closes [#677](https://github.com/aws-amplify/amplify-codegen/issues/677) [#687](https://github.com/aws-amplify/amplify-codegen/issues/687) diff --git a/packages/graphql-generator/package.json b/packages/graphql-generator/package.json index 10651a26a..6bebc09c9 100644 --- a/packages/graphql-generator/package.json +++ b/packages/graphql-generator/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/graphql-generator", - "version": "0.0.1", + "version": "0.1.0", "description": "GraphQL API code generator", "repository": { "type": "git", @@ -24,9 +24,9 @@ "extract-api": "ts-node ../../scripts/extract-api.ts" }, "dependencies": { - "@aws-amplify/appsync-modelgen-plugin": "^2.6.0", - "@aws-amplify/graphql-docs-generator": "^4.0.5", - "@aws-amplify/graphql-types-generator": "^3.2.0", + "@aws-amplify/appsync-modelgen-plugin": "2.7.0", + "@aws-amplify/graphql-docs-generator": "4.2.0", + "@aws-amplify/graphql-types-generator": "3.4.0", "@graphql-codegen/core": "^2.6.6", "@graphql-tools/apollo-engine-loader": "^8.0.0", "graphql": "^15.5.0" diff --git a/packages/graphql-types-generator/CHANGELOG.md b/packages/graphql-types-generator/CHANGELOG.md index 934f5bfc2..7328e12f6 100644 --- a/packages/graphql-types-generator/CHANGELOG.md +++ b/packages/graphql-types-generator/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. +# [3.4.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-types-generator@3.3.0...@aws-amplify/graphql-types-generator@3.4.0) (2023-09-12) + +### Features + +- graphql generator ([#690](https://github.com/aws-amplify/amplify-codegen/issues/690)) ([dbe12ab](https://github.com/aws-amplify/amplify-codegen/commit/dbe12abbbcd307bec1c15f95251f023d0f0fbf10)) +- graphql-generator package ([#677](https://github.com/aws-amplify/amplify-codegen/issues/677)) ([6348627](https://github.com/aws-amplify/amplify-codegen/commit/634862793cb5aebb284f27a70f0ef07d6fd85561)), closes [#669](https://github.com/aws-amplify/amplify-codegen/issues/669) [#670](https://github.com/aws-amplify/amplify-codegen/issues/670) [#671](https://github.com/aws-amplify/amplify-codegen/issues/671) [#676](https://github.com/aws-amplify/amplify-codegen/issues/676) [#680](https://github.com/aws-amplify/amplify-codegen/issues/680) + +### Reverts + +- Revert "feat: graphql-generator package (#677)" (#687) ([d7a84d6](https://github.com/aws-amplify/amplify-codegen/commit/d7a84d62b5a1e686d4e5e5be61e12fb410378685)), closes [#677](https://github.com/aws-amplify/amplify-codegen/issues/677) [#687](https://github.com/aws-amplify/amplify-codegen/issues/687) + # [3.3.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-types-generator@3.2.0...@aws-amplify/graphql-types-generator@3.3.0) (2023-08-25) ### Features diff --git a/packages/graphql-types-generator/package.json b/packages/graphql-types-generator/package.json index 0e88b1267..374522e64 100644 --- a/packages/graphql-types-generator/package.json +++ b/packages/graphql-types-generator/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/graphql-types-generator", - "version": "3.3.0", + "version": "3.4.0", "description": "Generate API code or type annotations based on a GraphQL schema and statements", "repository": { "type": "git",