diff --git a/.changeset/cold-monkeys-compare.md b/.changeset/cold-monkeys-compare.md deleted file mode 100644 index ea03311561c..00000000000 --- a/.changeset/cold-monkeys-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': minor ---- - -Fix to trigger codemirror update when externalFragments prop changes [#2220](https://github.com/graphql/graphiql/pull/2220) diff --git a/.changeset/five-avocados-hammer.md b/.changeset/five-avocados-hammer.md deleted file mode 100644 index 403baefa8a3..00000000000 --- a/.changeset/five-avocados-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'monaco-graphql': patch ---- - -fixed lost this handle while parsing schema, thanks @waterfoul diff --git a/.changeset/rare-roses-give.md b/.changeset/rare-roses-give.md deleted file mode 100644 index f6f5db88ff8..00000000000 --- a/.changeset/rare-roses-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-language-service-server': patch ---- - -Fixed Windows fileUri when resolving type definition location diff --git a/.changeset/swift-pumpkins-sort.md b/.changeset/swift-pumpkins-sort.md deleted file mode 100644 index 9a18037a264..00000000000 --- a/.changeset/swift-pumpkins-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': minor ---- - -remove IE7 CSS star property hack diff --git a/.changeset/tasty-pillows-compare.md b/.changeset/tasty-pillows-compare.md deleted file mode 100644 index 47a530b8f33..00000000000 --- a/.changeset/tasty-pillows-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -Fixed problem where 'global' variable is referenced when it might not be present (#2155) diff --git a/examples/monaco-graphql-react-vite/package.json b/examples/monaco-graphql-react-vite/package.json index 5cbd2bdc13d..aec7f8c30a3 100644 --- a/examples/monaco-graphql-react-vite/package.json +++ b/examples/monaco-graphql-react-vite/package.json @@ -5,7 +5,7 @@ "dependencies": { "@graphiql/toolkit": "^0.4.2", "graphql-language-service": "^4.1.5", - "monaco-graphql": "^1.0.10", + "monaco-graphql": "^1.0.11", "react": "^17.0.2", "react-dom": "^17.0.2", "jsonc-parser": "^3.0.0", diff --git a/examples/monaco-graphql-webpack/package.json b/examples/monaco-graphql-webpack/package.json index 072b639a1bd..dca4862bb25 100644 --- a/examples/monaco-graphql-webpack/package.json +++ b/examples/monaco-graphql-webpack/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "graphql": "16.0.0-experimental-stream-defer.5", - "monaco-graphql": "^1.0.10", + "monaco-graphql": "^1.0.11", "prettier": "^2.0.4", "graphql-language-service": "^4.1.5", "json-schema": "^0.3.0", diff --git a/packages/graphiql-2-rfc-context/package.json b/packages/graphiql-2-rfc-context/package.json index a571827bb0e..e52e660fdc0 100644 --- a/packages/graphiql-2-rfc-context/package.json +++ b/packages/graphiql-2-rfc-context/package.json @@ -53,7 +53,7 @@ "i18next-browser-languagedetector": "^4.1.1", "markdown-it": "^10.0.0", "monaco-editor": "^0.27.0", - "monaco-graphql": "^1.0.10", + "monaco-graphql": "^1.0.11", "react-i18next": "^11.4.0", "theme-ui": "^0.3.1" }, diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 8d8b8bb88b9..86cba0b8f05 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 1.7.0 + +### Minor Changes + +- [#2221](https://github.com/graphql/graphiql/pull/2221) [`64826c87`](https://github.com/graphql/graphiql/commit/64826c8776dfc8394a65c98663d47cc3c9d397b9) Thanks [@dwwoelfel](https://github.com/dwwoelfel)! - Fix to trigger codemirror update when externalFragments prop changes [#2220](https://github.com/graphql/graphiql/pull/2220) + +* [#2213](https://github.com/graphql/graphiql/pull/2213) [`ba85bc24`](https://github.com/graphql/graphiql/commit/ba85bc242b8271cbd09ade9d69a93d86e4e1a49f) Thanks [@hatappi](https://github.com/hatappi)! - remove IE7 CSS star property hack + +### Patch Changes + +- [#2205](https://github.com/graphql/graphiql/pull/2205) [`91500d4e`](https://github.com/graphql/graphiql/commit/91500d4eba8b99bf779ff6ac899c814070c6dff3) Thanks [@francisu](https://github.com/francisu)! - Fixed problem where 'global' variable is referenced when it might not be present (#2155) + ## 1.6.0 ### Minor Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index b9f270b10b2..e393fe3a5e7 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "1.6.0", + "version": "1.7.0", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", diff --git a/packages/graphql-language-service-cli/CHANGELOG.md b/packages/graphql-language-service-cli/CHANGELOG.md index 2f1deb68648..1598a810fe1 100644 --- a/packages/graphql-language-service-cli/CHANGELOG.md +++ b/packages/graphql-language-service-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # graphql-language-service-cli +## 3.2.15 + +### Patch Changes + +- Updated dependencies [[`ab83198f`](https://github.com/graphql/graphiql/commit/ab83198fa8b3c5453d3733982ee9ca8a2d6bca7a)]: + - graphql-language-service-server@2.7.15 + ## 3.2.14 ### Patch Changes diff --git a/packages/graphql-language-service-cli/package.json b/packages/graphql-language-service-cli/package.json index b618499d0b5..fb6fe59b856 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.2.14", + "version": "3.2.15", "description": "An interface for building GraphQL language services for IDEs", "contributors": [ "Hyohyeon Jeong ", @@ -33,7 +33,7 @@ "dependencies": { "@babel/polyfill": "^7.8.7", "graphql-language-service": "^4.1.5", - "graphql-language-service-server": "^2.7.14", + "graphql-language-service-server": "^2.7.15", "graphql-language-service-utils": "^2.7.1", "yargs": "^16.2.0" }, diff --git a/packages/graphql-language-service-server/CHANGELOG.md b/packages/graphql-language-service-server/CHANGELOG.md index d81daf1199d..62957055518 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.7.15 + +### Patch Changes + +- [#2214](https://github.com/graphql/graphiql/pull/2214) [`ab83198f`](https://github.com/graphql/graphiql/commit/ab83198fa8b3c5453d3733982ee9ca8a2d6bca7a) Thanks [@Cellule](https://github.com/Cellule)! - Fixed Windows fileUri when resolving type definition location + ## 2.7.14 ### Patch Changes diff --git a/packages/graphql-language-service-server/package.json b/packages/graphql-language-service-server/package.json index 99678258245..562309dc206 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.7.14", + "version": "2.7.15", "description": "Server process backing the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", diff --git a/packages/monaco-graphql/CHANGELOG.md b/packages/monaco-graphql/CHANGELOG.md index 70721410202..3429d1016f0 100644 --- a/packages/monaco-graphql/CHANGELOG.md +++ b/packages/monaco-graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.11 + +### Patch Changes + +- [#2222](https://github.com/graphql/graphiql/pull/2222) [`33f4bf97`](https://github.com/graphql/graphiql/commit/33f4bf977d2c9e831bf9c3acb9c16365b9de2750) Thanks [@acao](https://github.com/acao)! - fixed lost this handle while parsing schema, thanks @waterfoul + ## 1.0.10 ### Patch Changes diff --git a/packages/monaco-graphql/package.json b/packages/monaco-graphql/package.json index 96b0fe60f79..7aab60df601 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": "1.0.10", + "version": "1.0.11", "license": "MIT", "main": "dist/monaco.contribution.js", "module": "esm/monaco.contribution.js",