diff --git a/.changeset/afraid-clocks-ring.md b/.changeset/afraid-clocks-ring.md deleted file mode 100644 index 874b5103e80..00000000000 --- a/.changeset/afraid-clocks-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/cli": patch ---- - -Revert "Upgrade latest version" diff --git a/packages/graphql-cli-codegen-plugin/CHANGELOG.md b/packages/graphql-cli-codegen-plugin/CHANGELOG.md index 83dac124d69..8f44a10965a 100644 --- a/packages/graphql-cli-codegen-plugin/CHANGELOG.md +++ b/packages/graphql-cli-codegen-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-cli/codegen +## 2.2.5 + +### Patch Changes + +- Updated dependencies [92f714278] + - @graphql-codegen/cli@2.6.4 + ## 2.2.4 ### Patch Changes diff --git a/packages/graphql-cli-codegen-plugin/package.json b/packages/graphql-cli-codegen-plugin/package.json index 3e7be37749b..a8066d1396b 100644 --- a/packages/graphql-cli-codegen-plugin/package.json +++ b/packages/graphql-cli-codegen-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-cli/codegen", - "version": "2.2.4", + "version": "2.2.5", "description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.", "license": "MIT", "keywords": [ @@ -26,7 +26,7 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { - "@graphql-codegen/cli": "2.6.3", + "@graphql-codegen/cli": "2.6.4", "@graphql-cli/common": "4.1.0" }, "main": "dist/index.js", diff --git a/packages/graphql-codegen-cli/CHANGELOG.md b/packages/graphql-codegen-cli/CHANGELOG.md index fe401db0f7f..61e6aaec685 100644 --- a/packages/graphql-codegen-cli/CHANGELOG.md +++ b/packages/graphql-codegen-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/cli +## 2.6.4 + +### Patch Changes + +- 92f714278: Revert "Upgrade latest version" + ## 2.6.3 ### Patch Changes diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 1152e125282..00fec21af06 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/cli", - "version": "2.6.3", + "version": "2.6.4", "license": "MIT", "bin": { "gql-gen": "dist/bin.js", diff --git a/website/package.json b/website/package.json index e1de4e37aad..3c8a3961f35 100644 --- a/website/package.json +++ b/website/package.json @@ -37,7 +37,7 @@ "@graphql-codegen/add": "3.1.1", "@graphql-codegen/c-sharp": "4.2.14", "@graphql-codegen/c-sharp-operations": "2.2.13", - "@graphql-codegen/cli": "2.6.3", + "@graphql-codegen/cli": "2.6.4", "@graphql-codegen/core": "2.5.1", "@graphql-codegen/flow": "2.2.13", "@graphql-codegen/flow-operations": "2.2.13",