From f0958a029bd2a120e1728205506e52f67b5090b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Apr 2021 13:37:57 +0000 Subject: [PATCH] Version Packages --- .changeset/metal-cougars-fry.md | 5 ----- .changeset/two-bulldogs-doubt.md | 8 -------- .changeset/violet-cougars-greet.md | 5 ----- .changeset/young-bottles-taste.md | 15 --------------- packages/codemirror-graphql/CHANGELOG.md | 6 ++++++ packages/codemirror-graphql/package.json | 2 +- packages/graphiql-toolkit/CHANGELOG.md | 12 ++++++++++++ packages/graphiql-toolkit/package.json | 2 +- packages/graphiql/CHANGELOG.md | 17 +++++++++++++++++ packages/graphiql/package.json | 4 ++-- .../graphql-language-service-cli/CHANGELOG.md | 6 ++++++ .../graphql-language-service-cli/package.json | 2 +- .../CHANGELOG.md | 6 ++++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++++ .../package.json | 2 +- .../graphql-language-service-types/CHANGELOG.md | 6 ++++++ .../graphql-language-service-types/package.json | 2 +- .../graphql-language-service-utils/CHANGELOG.md | 6 ++++++ .../graphql-language-service-utils/package.json | 2 +- packages/graphql-language-service/CHANGELOG.md | 6 ++++++ packages/graphql-language-service/package.json | 2 +- packages/monaco-graphql/CHANGELOG.md | 6 ++++++ packages/monaco-graphql/package.json | 2 +- 26 files changed, 95 insertions(+), 45 deletions(-) delete mode 100644 .changeset/metal-cougars-fry.md delete mode 100644 .changeset/two-bulldogs-doubt.md delete mode 100644 .changeset/violet-cougars-greet.md delete mode 100644 .changeset/young-bottles-taste.md diff --git a/.changeset/metal-cougars-fry.md b/.changeset/metal-cougars-fry.md deleted file mode 100644 index b6e18471d1d..00000000000 --- a/.changeset/metal-cougars-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -fix: render query history panel only when it's toggled, instead of hiding with CSS diff --git a/.changeset/two-bulldogs-doubt.md b/.changeset/two-bulldogs-doubt.md deleted file mode 100644 index 79be254d2b6..00000000000 --- a/.changeset/two-bulldogs-doubt.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@graphiql/toolkit': minor -'graphiql': patch ---- - -`GraphiQL.createClient()` accepts custom `legacyClient`, exports typescript types, fixes #1800. - -`createGraphiQLFetcher` now only attempts an `graphql-ws` connection when only `subscriptionUrl` is provided. In order to use `graphql-transport-ws`, you'll need to provide the `legacyClient` option only, and no `subscriptionUrl` or `wsClient` option. diff --git a/.changeset/violet-cougars-greet.md b/.changeset/violet-cougars-greet.md deleted file mode 100644 index 50e7f008afd..00000000000 --- a/.changeset/violet-cougars-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -Fixes issue where with IncrementalDelivery directives objects wouldn't deep-merge. diff --git a/.changeset/young-bottles-taste.md b/.changeset/young-bottles-taste.md deleted file mode 100644 index 1af0fd34ecb..00000000000 --- a/.changeset/young-bottles-taste.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'codemirror-graphql': patch -'graphiql': patch -'@graphiql/toolkit': patch -'graphql-language-service': patch -'graphql-language-service-cli': patch -'graphql-language-service-interface': patch -'graphql-language-service-parser': patch -'graphql-language-service-server': patch -'graphql-language-service-types': patch -'graphql-language-service-utils': patch -'monaco-graphql': patch ---- - -improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` diff --git a/packages/codemirror-graphql/CHANGELOG.md b/packages/codemirror-graphql/CHANGELOG.md index 6e4be3a6107..bae058a4c8e 100644 --- a/packages/codemirror-graphql/CHANGELOG.md +++ b/packages/codemirror-graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.1 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## 1.0.0 ### Major Changes diff --git a/packages/codemirror-graphql/package.json b/packages/codemirror-graphql/package.json index 42d93bca699..a4f89e4c25c 100644 --- a/packages/codemirror-graphql/package.json +++ b/packages/codemirror-graphql/package.json @@ -1,6 +1,6 @@ { "name": "codemirror-graphql", - "version": "1.0.0", + "version": "1.0.1", "description": "GraphQL mode and helpers for CodeMirror.", "contributors": [ "Hyohyeon Jeong ", diff --git a/packages/graphiql-toolkit/CHANGELOG.md b/packages/graphiql-toolkit/CHANGELOG.md index dd1ea25f39b..8c296300d07 100644 --- a/packages/graphiql-toolkit/CHANGELOG.md +++ b/packages/graphiql-toolkit/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphiql/toolkit +## 0.2.0 + +### Minor Changes + +- [`dd9397e4`](https://github.com/graphql/graphiql/commit/dd9397e4c693b5ceadbd26d6fa92aa6246aac9c3) [#1819](https://github.com/graphql/graphiql/pull/1819) Thanks [@acao](https://github.com/acao)! - `GraphiQL.createClient()` accepts custom `legacyClient`, exports typescript types, fixes #1800. + + `createGraphiQLFetcher` now only attempts an `graphql-ws` connection when only `subscriptionUrl` is provided. In order to use `graphql-transport-ws`, you'll need to provide the `legacyClient` option only, and no `subscriptionUrl` or `wsClient` option. + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## 0.1.1 ### Patch Changes diff --git a/packages/graphiql-toolkit/package.json b/packages/graphiql-toolkit/package.json index 94bb6ab1ef0..f22ba52a995 100644 --- a/packages/graphiql-toolkit/package.json +++ b/packages/graphiql-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/toolkit", - "version": "0.1.1", + "version": "0.2.0", "description": "Utility to build a fetcher for GraphiQL", "contributors": [ "Rikki Schulte (https://rikki.dev)" diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 430df9519a0..055ca11526b 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 1.4.1 + +### Patch Changes + +- [`9f8c78ce`](https://github.com/graphql/graphiql/commit/9f8c78ce8c72a9dcf35b3e82bd3129ac17d845e6) [#1821](https://github.com/graphql/graphiql/pull/1821) Thanks [@harshithpabbati](https://github.com/harshithpabbati)! - fix: render query history panel only when it's toggled, instead of hiding with CSS + +* [`dd9397e4`](https://github.com/graphql/graphiql/commit/dd9397e4c693b5ceadbd26d6fa92aa6246aac9c3) [#1819](https://github.com/graphql/graphiql/pull/1819) Thanks [@acao](https://github.com/acao)! - `GraphiQL.createClient()` accepts custom `legacyClient`, exports typescript types, fixes #1800. + + `createGraphiQLFetcher` now only attempts an `graphql-ws` connection when only `subscriptionUrl` is provided. In order to use `graphql-transport-ws`, you'll need to provide the `legacyClient` option only, and no `subscriptionUrl` or `wsClient` option. + +- [`1f92d1dc`](https://github.com/graphql/graphiql/commit/1f92d1dcc0102bdec078263b87ca20cd670a1c86) [#1804](https://github.com/graphql/graphiql/pull/1804) Thanks [@maraisr](https://github.com/maraisr)! - Fixes issue where with IncrementalDelivery directives objects wouldn't deep-merge. + +* [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + +* Updated dependencies [[`dd9397e4`](https://github.com/graphql/graphiql/commit/dd9397e4c693b5ceadbd26d6fa92aa6246aac9c3), [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a)]: + - @graphiql/toolkit@0.2.0 + ## 1.4.0 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 854069a5ecd..d8086e7e235 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "1.4.0", + "version": "1.4.1", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -43,7 +43,7 @@ "webpack": "webpack --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/toolkit": "^0.1.0", + "@graphiql/toolkit": "^0.2.0", "codemirror": "^5.54.0", "codemirror-graphql": "^1.0.0", "copy-to-clipboard": "^3.2.0", diff --git a/packages/graphql-language-service-cli/CHANGELOG.md b/packages/graphql-language-service-cli/CHANGELOG.md index 1a9266cc900..3fb32427a7f 100644 --- a/packages/graphql-language-service-cli/CHANGELOG.md +++ b/packages/graphql-language-service-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-language-service-cli +## 3.1.13 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## [3.1.12](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@3.1.11...graphql-language-service-cli@3.1.12) (2021-01-07) **Note:** Version bump only for package graphql-language-service-cli diff --git a/packages/graphql-language-service-cli/package.json b/packages/graphql-language-service-cli/package.json index 699e3d38b7e..5b000f51ed7 100644 --- a/packages/graphql-language-service-cli/package.json +++ b/packages/graphql-language-service-cli/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-cli", - "version": "3.1.12", + "version": "3.1.13", "description": "An interface for building GraphQL language services for IDEs", "contributors": [ "Hyohyeon Jeong ", diff --git a/packages/graphql-language-service-interface/CHANGELOG.md b/packages/graphql-language-service-interface/CHANGELOG.md index a67d2ad4d11..38c823a18d7 100644 --- a/packages/graphql-language-service-interface/CHANGELOG.md +++ b/packages/graphql-language-service-interface/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-language-service-interface +## 2.8.3 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## [2.8.2](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.8.1...graphql-language-service-interface@2.8.2) (2021-01-07) **Note:** Version bump only for package graphql-language-service-interface diff --git a/packages/graphql-language-service-interface/package.json b/packages/graphql-language-service-interface/package.json index 95cbdb3e4a0..5b42bce11e6 100644 --- a/packages/graphql-language-service-interface/package.json +++ b/packages/graphql-language-service-interface/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-interface", - "version": "2.8.2", + "version": "2.8.3", "description": "Interface to the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", diff --git a/packages/graphql-language-service-parser/CHANGELOG.md b/packages/graphql-language-service-parser/CHANGELOG.md index 1f75f756a91..5701e6cebc6 100644 --- a/packages/graphql-language-service-parser/CHANGELOG.md +++ b/packages/graphql-language-service-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-language-service-parser +## 1.9.1 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## [1.9.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@1.8.0...graphql-language-service-parser@1.9.0) (2021-01-07) ### Features diff --git a/packages/graphql-language-service-parser/package.json b/packages/graphql-language-service-parser/package.json index 172ddb0f7e0..3017e47f768 100644 --- a/packages/graphql-language-service-parser/package.json +++ b/packages/graphql-language-service-parser/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-parser", - "version": "1.9.0", + "version": "1.9.1", "description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", diff --git a/packages/graphql-language-service-server/CHANGELOG.md b/packages/graphql-language-service-server/CHANGELOG.md index c1e76283be9..7810ae972c4 100644 --- a/packages/graphql-language-service-server/CHANGELOG.md +++ b/packages/graphql-language-service-server/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-language-service-server +## 2.6.3 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## [2.6.2](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.6.1...graphql-language-service-server@2.6.2) (2021-01-07) **Note:** Version bump only for package graphql-language-service-server diff --git a/packages/graphql-language-service-server/package.json b/packages/graphql-language-service-server/package.json index ef6abe845f5..c2f5f78ec3b 100644 --- a/packages/graphql-language-service-server/package.json +++ b/packages/graphql-language-service-server/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-server", - "version": "2.6.2", + "version": "2.6.3", "description": "Server process backing the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", diff --git a/packages/graphql-language-service-types/CHANGELOG.md b/packages/graphql-language-service-types/CHANGELOG.md index 80ea7750aad..cab1032bd75 100644 --- a/packages/graphql-language-service-types/CHANGELOG.md +++ b/packages/graphql-language-service-types/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-language-service-types +## 1.8.1 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## [1.8.0](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.7.0...graphql-language-service-types@1.8.0) (2021-01-07) ### Features diff --git a/packages/graphql-language-service-types/package.json b/packages/graphql-language-service-types/package.json index 2ce57590075..86946adf3ed 100644 --- a/packages/graphql-language-service-types/package.json +++ b/packages/graphql-language-service-types/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-types", - "version": "1.8.0", + "version": "1.8.1", "description": "Types for building GraphQL language services for IDEs", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", diff --git a/packages/graphql-language-service-utils/CHANGELOG.md b/packages/graphql-language-service-utils/CHANGELOG.md index f19ed352314..d058fb480f8 100644 --- a/packages/graphql-language-service-utils/CHANGELOG.md +++ b/packages/graphql-language-service-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-language-service-utils +## 2.5.2 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## [2.5.1](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.5.0...graphql-language-service-utils@2.5.1) (2021-01-07) ### Bug Fixes diff --git a/packages/graphql-language-service-utils/package.json b/packages/graphql-language-service-utils/package.json index 261df781a79..9abec31336f 100644 --- a/packages/graphql-language-service-utils/package.json +++ b/packages/graphql-language-service-utils/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-utils", - "version": "2.5.1", + "version": "2.5.2", "description": "Utilities to support the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", diff --git a/packages/graphql-language-service/CHANGELOG.md b/packages/graphql-language-service/CHANGELOG.md index 67da5d780de..255bcd28ece 100644 --- a/packages/graphql-language-service/CHANGELOG.md +++ b/packages/graphql-language-service/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-language-service +## 3.1.3 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## [3.1.2](https://github.com/graphql/graphiql/compare/graphql-language-service@3.1.1...graphql-language-service@3.1.2) (2021-01-07) **Note:** Version bump only for package graphql-language-service diff --git a/packages/graphql-language-service/package.json b/packages/graphql-language-service/package.json index 2ed38be5e9d..40140d9547b 100644 --- a/packages/graphql-language-service/package.json +++ b/packages/graphql-language-service/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service", - "version": "3.1.2", + "version": "3.1.3", "description": "The official, runtime independent Language Service for GraphQL", "contributors": [ "GraphQL Contributors" diff --git a/packages/monaco-graphql/CHANGELOG.md b/packages/monaco-graphql/CHANGELOG.md index e8911e609fb..4b52110c3f9 100644 --- a/packages/monaco-graphql/CHANGELOG.md +++ b/packages/monaco-graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.4.3 + +### Patch Changes + +- [`6869ce77`](https://github.com/graphql/graphiql/commit/6869ce7767050787db5f1017abf82fa5a52fc97a) [#1816](https://github.com/graphql/graphiql/pull/1816) Thanks [@acao](https://github.com/acao)! - improve peer resolutions for graphql 14 & 15. `14.5.0` minimum is for built-in typescript types, and another method only available in `14.4.0` + ## [0.4.2](https://github.com/graphql/graphiql/compare/monaco-graphql@0.4.1...monaco-graphql@0.4.2) (2021-01-07) **Note:** Version bump only for package monaco-graphql diff --git a/packages/monaco-graphql/package.json b/packages/monaco-graphql/package.json index 7eb9a71c207..47b6db7b315 100644 --- a/packages/monaco-graphql/package.json +++ b/packages/monaco-graphql/package.json @@ -1,7 +1,7 @@ { "name": "monaco-graphql", "description": "full service, official monaco mode for GraphQL", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "main": "dist/monaco.contribution.js", "module": "esm/monaco.contribution.js",