From f242b6f8a99bb61523f555769dbff2ff43b9cd81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:17:03 +0100 Subject: [PATCH] Version Packages (#200) Co-authored-by: github-actions[bot] --- .changeset/yellow-pianos-explode.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/yellow-pianos-explode.md diff --git a/.changeset/yellow-pianos-explode.md b/.changeset/yellow-pianos-explode.md deleted file mode 100644 index d2cd0380..00000000 --- a/.changeset/yellow-pianos-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Automatically disable Prettier and ESLint on `tadaOutputLocation` output files. diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index e1190308..5d94c0b6 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.1.2 + +### Patch Changes + +- Automatically disable Prettier and ESLint on `tadaOutputLocation` output files + Submitted by [@kitten](https://github.com/kitten) (See [#199](https://github.com/0no-co/GraphQLSP/pull/199)) + ## 1.1.1 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index e10325ac..2e0fff81 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.1.1", + "version": "1.1.2", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/graphqlsp.js", "module": "./dist/graphqlsp.module.js",