From 84477b7f125d73b3fb0d0b2f4dd4c04d642c638d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Aug 2022 12:11:30 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/rotten-lemons-wash.md | 5 ----- examples/typescript-esm/package.json | 2 +- packages/graphql-cli-codegen-plugin/CHANGELOG.md | 7 +++++++ packages/graphql-cli-codegen-plugin/package.json | 4 ++-- packages/graphql-codegen-cli/CHANGELOG.md | 6 ++++++ packages/graphql-codegen-cli/package.json | 2 +- website/package.json | 2 +- 7 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 .changeset/rotten-lemons-wash.md diff --git a/.changeset/rotten-lemons-wash.md b/.changeset/rotten-lemons-wash.md deleted file mode 100644 index 3307fbfa1e34..000000000000 --- a/.changeset/rotten-lemons-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/cli": patch ---- - -fix(ci): regression on error output diff --git a/examples/typescript-esm/package.json b/examples/typescript-esm/package.json index 1716eeedd092..bc4bbba86bcc 100644 --- a/examples/typescript-esm/package.json +++ b/examples/typescript-esm/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "devDependencies": { - "@graphql-codegen/cli": "2.11.4", + "@graphql-codegen/cli": "2.11.5", "@graphql-codegen/gql-tag-operations-preset": "1.5.4" }, "dependencies": { diff --git a/packages/graphql-cli-codegen-plugin/CHANGELOG.md b/packages/graphql-cli-codegen-plugin/CHANGELOG.md index 731b2e248934..3757da9b9485 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.3.10 + +### Patch Changes + +- Updated dependencies [[`1c7a8c0ad`](https://github.com/dotansimha/graphql-code-generator/commit/1c7a8c0ade2cd1f505b303c742aa31b4489cc12d)]: + - @graphql-codegen/cli@2.11.5 + ## 2.3.9 ### Patch Changes diff --git a/packages/graphql-cli-codegen-plugin/package.json b/packages/graphql-cli-codegen-plugin/package.json index 9ee8bd681a66..383a062722c3 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.3.9", + "version": "2.3.10", "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": [ @@ -25,7 +25,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.11.4", + "@graphql-codegen/cli": "2.11.5", "@graphql-cli/common": "4.1.0" }, "main": "dist/cjs/index.js", diff --git a/packages/graphql-codegen-cli/CHANGELOG.md b/packages/graphql-codegen-cli/CHANGELOG.md index 242a1bd0abfa..0f0f8a46969f 100644 --- a/packages/graphql-codegen-cli/CHANGELOG.md +++ b/packages/graphql-codegen-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/cli +## 2.11.5 + +### Patch Changes + +- [#8198](https://github.com/dotansimha/graphql-code-generator/pull/8198) [`1c7a8c0ad`](https://github.com/dotansimha/graphql-code-generator/commit/1c7a8c0ade2cd1f505b303c742aa31b4489cc12d) Thanks [@charlypoly](https://github.com/charlypoly)! - fix(ci): regression on error output + ## 2.11.4 ### Patch Changes diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 4940ebab8fd4..3eafd847fbbe 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.11.4", + "version": "2.11.5", "license": "MIT", "bin": { "gql-gen": "dist/cjs/bin.js", diff --git a/website/package.json b/website/package.json index 5b248f72fd43..8f2eba983789 100644 --- a/website/package.json +++ b/website/package.json @@ -39,7 +39,7 @@ "@graphql-codegen/add": "3.2.1", "@graphql-codegen/c-sharp": "4.3.1", "@graphql-codegen/c-sharp-operations": "2.3.1", - "@graphql-codegen/cli": "2.11.4", + "@graphql-codegen/cli": "2.11.5", "@graphql-codegen/core": "2.6.1", "@graphql-codegen/flow": "2.3.3", "@graphql-codegen/flow-operations": "2.3.3",