From ba9f4aaa29efa09ab9a1c61487a3e525d91d907c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:22:21 +0300 Subject: [PATCH] chore(release): update monorepo packages versions (#1751) Co-authored-by: github-actions[bot] --- .changeset/proud-shoes-travel.md | 6 ------ packages/plugin/CHANGELOG.md | 9 +++++++++ packages/plugin/package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 .changeset/proud-shoes-travel.md diff --git a/.changeset/proud-shoes-travel.md b/.changeset/proud-shoes-travel.md deleted file mode 100644 index adb9cb1ce57..00000000000 --- a/.changeset/proud-shoes-travel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -ESLint configuration in ... is invalid. Unexpected top-level property "default". -Fix targeting for legacy Node.js versions diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 31081bbc73d..12f342ef835 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 3.20.1 + +### Patch Changes + +- [#1750](https://github.com/B2o5T/graphql-eslint/pull/1750) + [`7b461a1`](https://github.com/B2o5T/graphql-eslint/commit/7b461a1cf21b5efa7e9e7513745e336ad2708912) + Thanks [@B2o5T](https://github.com/B2o5T)! - ESLint configuration in ... is invalid. Unexpected + top-level property "default". Fix targeting for legacy Node.js versions + ## 3.20.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index c68c4275383..e84ce07e29c 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.20.0", + "version": "3.20.1", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",