From 3f2cb840ac916ac6156a5aed9372a256c02f6de2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 20:58:52 +0200 Subject: [PATCH] chore(release): update monorepo packages versions (#151) Co-authored-by: github-actions[bot] --- .changeset/healthy-carpets-play.md | 5 ----- example/package.json | 2 +- packages/plugin/CHANGELOG.md | 6 ++++++ packages/plugin/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/healthy-carpets-play.md diff --git a/.changeset/healthy-carpets-play.md b/.changeset/healthy-carpets-play.md deleted file mode 100644 index ca422eccc54..00000000000 --- a/.changeset/healthy-carpets-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -[require-id-when-available] fix for inline fragments on interfaces (#139) diff --git a/example/package.json b/example/package.json index d4ee4965c80..ea7993632d5 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "eslint": "7.12.1", - "@graphql-eslint/eslint-plugin": "0.4.1", + "@graphql-eslint/eslint-plugin": "0.4.2", "graphql": "15.4.0", "typescript": "4.0.5" } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 5d665f3aab7..6d35ca98cce 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-eslint/eslint-plugin +## 0.4.2 + +### Patch Changes + +- 0dab062: [require-id-when-available] fix for inline fragments on interfaces (#139) + ## 0.4.1 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 028bc3140d8..017057273b8 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "0.4.1", + "version": "0.4.2", "repository": "https://github.com/dotansimha/graphql-eslint", "author": "Dotan Simha ", "license": "MIT",