From 4038cf235b71eaf9a576c86800707f204ded8865 Mon Sep 17 00:00:00 2001 From: Rikki Date: Sun, 3 Jan 2021 10:55:56 -0500 Subject: [PATCH] chore(release): publish - example-graphiql-create-react-app@0.1.11-alpha.5 - graphiql-parcel-example@1.1.10-alpha.5 - example-graphiql-webpack@1.1.1-alpha.5 - example-monaco-graphql-webpack@1.1.1-alpha.4 - codemirror-graphql@0.14.0 - graphiql-2-rfc-context@2.0.4 - graphiql@1.2.2 - graphql-language-service-cli@3.1.9 - graphql-language-service-interface@2.7.0 - graphql-language-service-parser@1.8.0 - graphql-language-service-server@2.5.9 - graphql-language-service-types@1.7.0 - graphql-language-service-utils@2.4.4 - graphql-language-service@3.0.6 - monaco-graphql@0.3.5 --- examples/graphiql-create-react-app/CHANGELOG.md | 4 ++++ examples/graphiql-create-react-app/package.json | 2 +- examples/graphiql-parcel/CHANGELOG.md | 4 ++++ examples/graphiql-parcel/package.json | 2 +- examples/graphiql-webpack/CHANGELOG.md | 4 ++++ examples/graphiql-webpack/package.json | 2 +- examples/monaco-graphql-webpack/CHANGELOG.md | 4 ++++ examples/monaco-graphql-webpack/package.json | 2 +- packages/codemirror-graphql/CHANGELOG.md | 6 ++++++ packages/codemirror-graphql/package.json | 6 +++--- packages/graphiql-2-rfc-context/CHANGELOG.md | 4 ++++ packages/graphiql-2-rfc-context/package.json | 6 +++--- packages/graphiql/CHANGELOG.md | 4 ++++ packages/graphiql/package.json | 4 ++-- packages/graphql-language-service-cli/CHANGELOG.md | 4 ++++ packages/graphql-language-service-cli/package.json | 8 ++++---- packages/graphql-language-service-interface/CHANGELOG.md | 6 ++++++ packages/graphql-language-service-interface/package.json | 8 ++++---- packages/graphql-language-service-parser/CHANGELOG.md | 6 ++++++ packages/graphql-language-service-parser/package.json | 4 ++-- packages/graphql-language-service-server/CHANGELOG.md | 4 ++++ packages/graphql-language-service-server/package.json | 6 +++--- packages/graphql-language-service-types/CHANGELOG.md | 6 ++++++ packages/graphql-language-service-types/package.json | 2 +- packages/graphql-language-service-utils/CHANGELOG.md | 4 ++++ packages/graphql-language-service-utils/package.json | 4 ++-- packages/graphql-language-service/CHANGELOG.md | 4 ++++ packages/graphql-language-service/package.json | 6 +++--- packages/monaco-graphql/CHANGELOG.md | 4 ++++ packages/monaco-graphql/package.json | 6 +++--- 30 files changed, 102 insertions(+), 34 deletions(-) diff --git a/examples/graphiql-create-react-app/CHANGELOG.md b/examples/graphiql-create-react-app/CHANGELOG.md index 0328bc8e2c7..b8779c8023e 100644 --- a/examples/graphiql-create-react-app/CHANGELOG.md +++ b/examples/graphiql-create-react-app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.11-alpha.5](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@0.1.11-alpha.4...example-graphiql-create-react-app@0.1.11-alpha.5) (2021-01-03) + +**Note:** Version bump only for package example-graphiql-create-react-app + ## [0.1.11-alpha.4](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@0.1.11-alpha.3...example-graphiql-create-react-app@0.1.11-alpha.4) (2020-12-28) **Note:** Version bump only for package example-graphiql-create-react-app diff --git a/examples/graphiql-create-react-app/package.json b/examples/graphiql-create-react-app/package.json index 9fbbe536ec0..bf3b8ef7c0f 100644 --- a/examples/graphiql-create-react-app/package.json +++ b/examples/graphiql-create-react-app/package.json @@ -1,6 +1,6 @@ { "name": "example-graphiql-create-react-app", - "version": "0.1.11-alpha.4", + "version": "0.1.11-alpha.5", "private": true, "dependencies": { "@types/react": "^16.9.34", diff --git a/examples/graphiql-parcel/CHANGELOG.md b/examples/graphiql-parcel/CHANGELOG.md index 625f8024838..c5a9667fe7a 100644 --- a/examples/graphiql-parcel/CHANGELOG.md +++ b/examples/graphiql-parcel/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.10-alpha.5](https://github.com/graphql/graphiql/compare/graphiql-parcel-example@1.1.10-alpha.4...graphiql-parcel-example@1.1.10-alpha.5) (2021-01-03) + +**Note:** Version bump only for package graphiql-parcel-example + ## [1.1.10-alpha.4](https://github.com/graphql/graphiql/compare/graphiql-parcel-example@1.1.10-alpha.3...graphiql-parcel-example@1.1.10-alpha.4) (2020-12-28) **Note:** Version bump only for package graphiql-parcel-example diff --git a/examples/graphiql-parcel/package.json b/examples/graphiql-parcel/package.json index 8606036ffdf..0b44bf14274 100644 --- a/examples/graphiql-parcel/package.json +++ b/examples/graphiql-parcel/package.json @@ -1,6 +1,6 @@ { "name": "graphiql-parcel-example", - "version": "1.1.10-alpha.4", + "version": "1.1.10-alpha.5", "license": "MIT", "description": "GraphiQL Parcel Example", "main": "index.js", diff --git a/examples/graphiql-webpack/CHANGELOG.md b/examples/graphiql-webpack/CHANGELOG.md index 9f26468a3d8..1fa319d7cb7 100644 --- a/examples/graphiql-webpack/CHANGELOG.md +++ b/examples/graphiql-webpack/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1-alpha.5](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.1.1-alpha.4...example-graphiql-webpack@1.1.1-alpha.5) (2021-01-03) + +**Note:** Version bump only for package example-graphiql-webpack + ## [1.1.1-alpha.4](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.1.1-alpha.3...example-graphiql-webpack@1.1.1-alpha.4) (2020-12-28) **Note:** Version bump only for package example-graphiql-webpack diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 41e32519252..bc00ca5fdfa 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -1,6 +1,6 @@ { "name": "example-graphiql-webpack", - "version": "1.1.1-alpha.4", + "version": "1.1.1-alpha.5", "private": true, "license": "MIT", "description": "A GraphiQL example with webpack and typescript", diff --git a/examples/monaco-graphql-webpack/CHANGELOG.md b/examples/monaco-graphql-webpack/CHANGELOG.md index 212d358dbcf..edfc1d3ea03 100644 --- a/examples/monaco-graphql-webpack/CHANGELOG.md +++ b/examples/monaco-graphql-webpack/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1-alpha.4](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@1.1.1-alpha.3...example-monaco-graphql-webpack@1.1.1-alpha.4) (2021-01-03) + +**Note:** Version bump only for package example-monaco-graphql-webpack + ## [1.1.1-alpha.3](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@1.1.1-alpha.2...example-monaco-graphql-webpack@1.1.1-alpha.3) (2020-12-28) **Note:** Version bump only for package example-monaco-graphql-webpack diff --git a/examples/monaco-graphql-webpack/package.json b/examples/monaco-graphql-webpack/package.json index 1213a642246..4f2d4c0129b 100644 --- a/examples/monaco-graphql-webpack/package.json +++ b/examples/monaco-graphql-webpack/package.json @@ -1,6 +1,6 @@ { "name": "example-monaco-graphql-webpack", - "version": "1.1.1-alpha.3", + "version": "1.1.1-alpha.4", "private": true, "license": "MIT", "description": "A simple monaco example with webpack and typescript", diff --git a/packages/codemirror-graphql/CHANGELOG.md b/packages/codemirror-graphql/CHANGELOG.md index dcd99f780b1..44557ae50a5 100644 --- a/packages/codemirror-graphql/CHANGELOG.md +++ b/packages/codemirror-graphql/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.14.0](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.13.1...codemirror-graphql@0.14.0) (2021-01-03) + +### Features + +- merge completion logic (for implements &, variables) ([#1747](https://github.com/graphql/graphiql/issues/1747)) ([0ac0a85](https://github.com/graphql/graphiql/commit/0ac0a856cfc715d7885a9965a9a9114ef2ca4b1a)) + ## [0.13.1](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.13.0...codemirror-graphql@0.13.1) (2020-12-28) **Note:** Version bump only for package codemirror-graphql diff --git a/packages/codemirror-graphql/package.json b/packages/codemirror-graphql/package.json index 16783b9a2ae..b6d64265b5b 100644 --- a/packages/codemirror-graphql/package.json +++ b/packages/codemirror-graphql/package.json @@ -1,6 +1,6 @@ { "name": "codemirror-graphql", - "version": "0.13.1", + "version": "0.14.0", "description": "GraphQL mode and helpers for CodeMirror.", "contributors": [ "Hyohyeon Jeong ", @@ -47,8 +47,8 @@ "graphql": "^14.0.0 || ^15.0.0" }, "dependencies": { - "graphql-language-service-interface": "^2.6.0", - "graphql-language-service-parser": "^1.7.0" + "graphql-language-service-interface": "^2.7.0", + "graphql-language-service-parser": "^1.8.0" }, "devDependencies": { "chai": "4.2.0", diff --git a/packages/graphiql-2-rfc-context/CHANGELOG.md b/packages/graphiql-2-rfc-context/CHANGELOG.md index bb29771356a..ba9267b8d9c 100644 --- a/packages/graphiql-2-rfc-context/CHANGELOG.md +++ b/packages/graphiql-2-rfc-context/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.4](https://github.com/graphql/graphiql/compare/graphiql-2-rfc-context@2.0.3...graphiql-2-rfc-context@2.0.4) (2021-01-03) + +**Note:** Version bump only for package graphiql-2-rfc-context + ## [2.0.3](https://github.com/graphql/graphiql/compare/graphiql-2-rfc-context@2.0.2...graphiql-2-rfc-context@2.0.3) (2020-12-28) **Note:** Version bump only for package graphiql-2-rfc-context diff --git a/packages/graphiql-2-rfc-context/package.json b/packages/graphiql-2-rfc-context/package.json index 0e2f8e1da17..e09335daefb 100644 --- a/packages/graphiql-2-rfc-context/package.json +++ b/packages/graphiql-2-rfc-context/package.json @@ -1,6 +1,6 @@ { "name": "graphiql-2-rfc-context", - "version": "2.0.3", + "version": "2.0.4", "description": "An graphical interactive in-browser GraphQL IDE.", "private": true, "contributors": [ @@ -47,12 +47,12 @@ "@theme-ui/core": "^0.4.0-alpha.1", "copy-to-clipboard": "^3.2.0", "entities": "^2.0.0", - "graphql-language-service": "^3.0.5", + "graphql-language-service": "^3.0.6", "i18next": "^19.4.4", "i18next-browser-languagedetector": "^4.1.1", "markdown-it": "^10.0.0", "monaco-editor": "^0.20.0", - "monaco-graphql": "^0.3.4", + "monaco-graphql": "^0.3.5", "react-i18next": "^11.4.0", "theme-ui": "^0.3.1" }, diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 9d6e43472af..38a799fcce1 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2](https://github.com/graphql/graphiql/compare/graphiql@1.2.1...graphiql@1.2.2) (2021-01-03) + +**Note:** Version bump only for package graphiql + ## [1.2.1](https://github.com/graphql/graphiql/compare/graphiql@1.2.0...graphiql@1.2.1) (2020-12-28) ### Bug Fixes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 6e1b7959a7d..dd63a34bb11 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "1.2.1", + "version": "1.2.2", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -43,7 +43,7 @@ }, "dependencies": { "codemirror": "^5.54.0", - "codemirror-graphql": "^0.13.1", + "codemirror-graphql": "^0.14.0", "copy-to-clipboard": "^3.2.0", "entities": "^2.0.0", "markdown-it": "^10.0.0" diff --git a/packages/graphql-language-service-cli/CHANGELOG.md b/packages/graphql-language-service-cli/CHANGELOG.md index 2a915837791..5f3438f0c49 100644 --- a/packages/graphql-language-service-cli/CHANGELOG.md +++ b/packages/graphql-language-service-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.9](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@3.1.8...graphql-language-service-cli@3.1.9) (2021-01-03) + +**Note:** Version bump only for package graphql-language-service-cli + ## [3.1.8](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@3.1.7...graphql-language-service-cli@3.1.8) (2020-12-28) **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 fd7e57e6a2c..5eaa00bff43 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.8", + "version": "3.1.9", "description": "An interface for building GraphQL language services for IDEs", "contributors": [ "Hyohyeon Jeong ", @@ -31,9 +31,9 @@ }, "dependencies": { "@babel/polyfill": "7.8.7", - "graphql-language-service": "^3.0.5", - "graphql-language-service-server": "^2.5.8", - "graphql-language-service-utils": "^2.4.3", + "graphql-language-service": "^3.0.6", + "graphql-language-service-server": "^2.5.9", + "graphql-language-service-utils": "^2.4.4", "yargs": "^15.3.1" } } diff --git a/packages/graphql-language-service-interface/CHANGELOG.md b/packages/graphql-language-service-interface/CHANGELOG.md index 26ee8b9349d..7b016233ab4 100644 --- a/packages/graphql-language-service-interface/CHANGELOG.md +++ b/packages/graphql-language-service-interface/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.7.0](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.6.0...graphql-language-service-interface@2.7.0) (2021-01-03) + +### Features + +- merge completion logic (for implements &, variables) ([#1747](https://github.com/graphql/graphiql/issues/1747)) ([0ac0a85](https://github.com/graphql/graphiql/commit/0ac0a856cfc715d7885a9965a9a9114ef2ca4b1a)) + # [2.6.0](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.5.0...graphql-language-service-interface@2.6.0) (2020-12-28) ### Features diff --git a/packages/graphql-language-service-interface/package.json b/packages/graphql-language-service-interface/package.json index 6492c8cc83e..a62379aca2b 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.6.0", + "version": "2.7.0", "description": "Interface to the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", @@ -27,9 +27,9 @@ "graphql": "^14.0.0 || ^15.0.0" }, "dependencies": { - "graphql-language-service-parser": "^1.7.0", - "graphql-language-service-types": "^1.6.3", - "graphql-language-service-utils": "^2.4.3", + "graphql-language-service-parser": "^1.8.0", + "graphql-language-service-types": "^1.7.0", + "graphql-language-service-utils": "^2.4.4", "vscode-languageserver-types": "^3.15.1" }, "devDependencies": { diff --git a/packages/graphql-language-service-parser/CHANGELOG.md b/packages/graphql-language-service-parser/CHANGELOG.md index 63d6bd193dc..0f73cd8a33e 100644 --- a/packages/graphql-language-service-parser/CHANGELOG.md +++ b/packages/graphql-language-service-parser/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@1.7.0...graphql-language-service-parser@1.8.0) (2021-01-03) + +### Features + +- merge completion logic (for implements &, variables) ([#1747](https://github.com/graphql/graphiql/issues/1747)) ([0ac0a85](https://github.com/graphql/graphiql/commit/0ac0a856cfc715d7885a9965a9a9114ef2ca4b1a)) + # [1.7.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@1.6.5...graphql-language-service-parser@1.7.0) (2020-12-28) ### Features diff --git a/packages/graphql-language-service-parser/package.json b/packages/graphql-language-service-parser/package.json index 9b08784b9fb..3f3cc25a6b3 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.7.0", + "version": "1.8.0", "description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", @@ -36,7 +36,7 @@ "vscode-languageserver-types": "3.15.1" }, "dependencies": { - "graphql-language-service-types": "^1.6.3" + "graphql-language-service-types": "^1.7.0" }, "scripts": { "benchmark": "ts-node benchmark/index.ts" diff --git a/packages/graphql-language-service-server/CHANGELOG.md b/packages/graphql-language-service-server/CHANGELOG.md index 33203a83b05..2b4dfc760ee 100644 --- a/packages/graphql-language-service-server/CHANGELOG.md +++ b/packages/graphql-language-service-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.9](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.5.8...graphql-language-service-server@2.5.9) (2021-01-03) + +**Note:** Version bump only for package graphql-language-service-server + ## [2.5.8](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.5.7...graphql-language-service-server@2.5.8) (2020-12-28) **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 23fbcd44a9c..850ff42fc6b 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.5.8", + "version": "2.5.9", "description": "Server process backing the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", @@ -33,8 +33,8 @@ "dotenv": "8.2.0", "glob": "^7.1.2", "graphql-config": "^3.0.3", - "graphql-language-service": "^3.0.5", - "graphql-language-service-utils": "^2.4.3", + "graphql-language-service": "^3.0.6", + "graphql-language-service-utils": "^2.4.4", "mkdirp": "^1.0.4", "nullthrows": "^1.0.0", "vscode-jsonrpc": "^5.0.1", diff --git a/packages/graphql-language-service-types/CHANGELOG.md b/packages/graphql-language-service-types/CHANGELOG.md index 4ec2a58fa4f..08303578394 100644 --- a/packages/graphql-language-service-types/CHANGELOG.md +++ b/packages/graphql-language-service-types/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.7.0](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.6.3...graphql-language-service-types@1.7.0) (2021-01-03) + +### Features + +- merge completion logic (for implements &, variables) ([#1747](https://github.com/graphql/graphiql/issues/1747)) ([0ac0a85](https://github.com/graphql/graphiql/commit/0ac0a856cfc715d7885a9965a9a9114ef2ca4b1a)) + ## [1.6.3](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.6.2...graphql-language-service-types@1.6.3) (2020-09-18) **Note:** Version bump only for package graphql-language-service-types diff --git a/packages/graphql-language-service-types/package.json b/packages/graphql-language-service-types/package.json index f51069267c1..89092264c87 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.6.3", + "version": "1.7.0", "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 5db3d016026..eb4646fbbcc 100644 --- a/packages/graphql-language-service-utils/CHANGELOG.md +++ b/packages/graphql-language-service-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.4](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.4.3...graphql-language-service-utils@2.4.4) (2021-01-03) + +**Note:** Version bump only for package graphql-language-service-utils + ## [2.4.3](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.4.2...graphql-language-service-utils@2.4.3) (2020-09-18) **Note:** Version bump only for package graphql-language-service-utils diff --git a/packages/graphql-language-service-utils/package.json b/packages/graphql-language-service-utils/package.json index dfc3d79cb2d..8c95ca0e7eb 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.4.3", + "version": "2.4.4", "description": "Utilities to support the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", @@ -27,7 +27,7 @@ "graphql": "^14.0.0 || ^15.0.0" }, "dependencies": { - "graphql-language-service-types": "^1.6.3" + "graphql-language-service-types": "^1.7.0" }, "devDependencies": { "@types/jest": "^25.2.1" diff --git a/packages/graphql-language-service/CHANGELOG.md b/packages/graphql-language-service/CHANGELOG.md index 22d2fd11a92..e9d01afaa1a 100644 --- a/packages/graphql-language-service/CHANGELOG.md +++ b/packages/graphql-language-service/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.6](https://github.com/graphql/graphiql/compare/graphql-language-service@3.0.5...graphql-language-service@3.0.6) (2021-01-03) + +**Note:** Version bump only for package graphql-language-service + ## [3.0.5](https://github.com/graphql/graphiql/compare/graphql-language-service@3.0.4...graphql-language-service@3.0.5) (2020-12-28) **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 ebe9e322365..a6776401e39 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.0.5", + "version": "3.0.6", "description": "The official, runtime independent Language Service for GraphQL", "contributors": [ "GraphQL Contributors" @@ -30,7 +30,7 @@ "graphql": "^14.0.0 || ^15.0.0" }, "dependencies": { - "graphql-language-service-interface": "^2.6.0", - "graphql-language-service-types": "^1.6.3" + "graphql-language-service-interface": "^2.7.0", + "graphql-language-service-types": "^1.7.0" } } diff --git a/packages/monaco-graphql/CHANGELOG.md b/packages/monaco-graphql/CHANGELOG.md index 5843768942c..93132a04dfd 100644 --- a/packages/monaco-graphql/CHANGELOG.md +++ b/packages/monaco-graphql/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.5](https://github.com/graphql/graphiql/compare/monaco-graphql@0.3.4...monaco-graphql@0.3.5) (2021-01-03) + +**Note:** Version bump only for package monaco-graphql + ## [0.3.4](https://github.com/graphql/graphiql/compare/monaco-graphql@0.3.3...monaco-graphql@0.3.4) (2020-12-28) **Note:** Version bump only for package monaco-graphql diff --git a/packages/monaco-graphql/package.json b/packages/monaco-graphql/package.json index befcabf3a94..c7df0d74183 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.3.4", + "version": "0.3.5", "license": "MIT", "main": "dist/monaco.contribution.js", "module": "esm/monaco.contribution.js", @@ -22,8 +22,8 @@ "src" ], "dependencies": { - "graphql-language-service": "^3.0.5", - "graphql-language-service-utils": "^2.4.3", + "graphql-language-service": "^3.0.6", + "graphql-language-service-utils": "^2.4.4", "monaco-editor": "^0.20.0" }, "devDependencies": {