From 1422ab122c8d40cd7ec81c66ec67b7bf3d88527e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 15:33:04 +0300 Subject: [PATCH] chore(release): update monorepo packages versions (#4819) Co-authored-by: github-actions[bot] --- .changeset/twenty-dingos-remain.md | 5 ----- 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 +- 6 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .changeset/twenty-dingos-remain.md diff --git a/.changeset/twenty-dingos-remain.md b/.changeset/twenty-dingos-remain.md deleted file mode 100644 index f03573c562f..00000000000 --- a/.changeset/twenty-dingos-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/cli': patch ---- - -Check the error code instead of the error message to determine if a package wasn't found diff --git a/packages/graphql-cli-codegen-plugin/CHANGELOG.md b/packages/graphql-cli-codegen-plugin/CHANGELOG.md index 1726a33e504..9f5c1f54a3d 100644 --- a/packages/graphql-cli-codegen-plugin/CHANGELOG.md +++ b/packages/graphql-cli-codegen-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-cli/codegen +## 1.17.10 + +### Patch Changes + +- Updated dependencies [2900ee29] + - @graphql-codegen/cli@1.17.10 + ## 1.17.9 ### Patch Changes diff --git a/packages/graphql-cli-codegen-plugin/package.json b/packages/graphql-cli-codegen-plugin/package.json index 3d7fa2176bd..d1b96982456 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": "1.17.9", + "version": "1.17.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": [ @@ -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" }, "dependencies": { - "@graphql-codegen/cli": "1.17.9", + "@graphql-codegen/cli": "1.17.10", "@graphql-cli/common": "4.0.0" }, "main": "dist/index.cjs.js", diff --git a/packages/graphql-codegen-cli/CHANGELOG.md b/packages/graphql-codegen-cli/CHANGELOG.md index 3db84d683d0..4271fe07683 100644 --- a/packages/graphql-codegen-cli/CHANGELOG.md +++ b/packages/graphql-codegen-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/cli +## 1.17.10 + +### Patch Changes + +- 2900ee29: Check the error code instead of the error message to determine if a package wasn't found + ## 1.17.9 ### Patch Changes diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 21d0b7709a1..75daf101863 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/cli", - "version": "1.17.9", + "version": "1.17.10", "license": "MIT", "bin": { "gql-gen": "dist/bin.js", diff --git a/website/package.json b/website/package.json index 4db4d13af10..e278c71fdb3 100644 --- a/website/package.json +++ b/website/package.json @@ -33,7 +33,7 @@ "@graphql-codegen/add": "2.0.1", "@graphql-codegen/c-sharp": "1.17.9", "@graphql-codegen/c-sharp-operations": "1.17.9", - "@graphql-codegen/cli": "1.17.9", + "@graphql-codegen/cli": "1.17.10", "@graphql-codegen/flow": "1.18.0", "@graphql-codegen/flow-operations": "1.18.0", "@graphql-codegen/flow-resolvers": "1.17.10",