Skip to content

Commit

Permalink
Version Packages (#2313)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 14, 2022
1 parent 45cbc75 commit d092bea
Show file tree
Hide file tree
Showing 19 changed files with 75 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-pillows-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-rocks-smell.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/monaco-graphql-react-vite/package.json
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"dependencies": {
"@graphiql/toolkit": "^0.4.3",
"graphql-language-service": "^5.0.2",
"monaco-graphql": "^1.0.15",
"graphql-language-service": "^5.0.3",
"monaco-graphql": "^1.0.16",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"graphql": "^16.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/monaco-graphql-webpack/package.json
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
"monaco-graphql": "^1.0.15",
"monaco-graphql": "^1.0.16",
"prettier": "^2.0.4",
"graphql-language-service": "^5.0.2",
"graphql-language-service": "^5.0.3",
"json-schema": "^0.3.0",
"jsonc-parser": "3.0.0",
"monaco-editor": "^0.31.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 1.2.17

### Patch Changes

- Updated dependencies [[`45cbc759`](https://github.com/graphql/graphiql/commit/45cbc759c732999e8b1eb4714d6047ab77c17902)]:
- graphql-language-service@5.0.3

## 1.2.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codemirror-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "1.2.16",
"version": "1.2.17",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@codemirror/stream-parser": "^0.19.2",
"graphql-language-service": "^5.0.2"
"graphql-language-service": "^5.0.3"
},
"devDependencies": {
"codemirror": "^5.58.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-2-rfc-context/package.json
Expand Up @@ -48,12 +48,12 @@
"@theme-ui/core": "^0.4.0-alpha.1",
"copy-to-clipboard": "^3.2.0",
"entities": "^2.0.0",
"graphql-language-service": "^5.0.2",
"graphql-language-service": "^5.0.3",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"markdown-it": "^10.0.0",
"monaco-editor": "^0.27.0",
"monaco-graphql": "^1.0.15",
"monaco-graphql": "^1.0.16",
"react-i18next": "^11.4.0",
"theme-ui": "^0.3.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/graphiql/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 1.8.6

### Patch Changes

- [#2312](https://github.com/graphql/graphiql/pull/2312) [`3c97cf63`](https://github.com/graphql/graphiql/commit/3c97cf63f0d6a8c27265905af1a2da243925ff01) Thanks [@AlirezaHaghshenas](https://github.com/AlirezaHaghshenas)! - Fix: After changing to a tab with a subscription, graphiql sends a query request

- Updated dependencies [[`45cbc759`](https://github.com/graphql/graphiql/commit/45cbc759c732999e8b1eb4714d6047ab77c17902)]:
- graphql-language-service@5.0.3
- codemirror-graphql@1.2.17

## 1.8.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "1.8.5",
"version": "1.8.6",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -48,12 +48,12 @@
"dependencies": {
"@graphiql/toolkit": "^0.4.3",
"codemirror": "^5.58.2",
"codemirror-graphql": "^1.2.16",
"codemirror-graphql": "^1.2.17",
"copy-to-clipboard": "^3.2.0",
"set-value": "^4.1.0",
"entities": "^2.0.0",
"escape-html": "^1.0.3",
"graphql-language-service": "^5.0.2",
"graphql-language-service": "^5.0.3",
"markdown-it": "^12.2.0"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
@@ -1,5 +1,15 @@
# graphql-language-service-cli

## 3.2.21

### Patch Changes

- [#2291](https://github.com/graphql/graphiql/pull/2291) [`45cbc759`](https://github.com/graphql/graphiql/commit/45cbc759c732999e8b1eb4714d6047ab77c17902) Thanks [@retrodaredevil](https://github.com/retrodaredevil)! - Target es6 for the languages services

- Updated dependencies [[`45cbc759`](https://github.com/graphql/graphiql/commit/45cbc759c732999e8b1eb4714d6047ab77c17902)]:
- graphql-language-service@5.0.3
- graphql-language-service-server@2.7.20

## 3.2.20

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-language-service-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-cli",
"version": "3.2.20",
"version": "3.2.21",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^5.0.2",
"graphql-language-service-server": "^2.7.19",
"graphql-language-service": "^5.0.3",
"graphql-language-service-server": "^2.7.20",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
@@ -1,5 +1,12 @@
# graphql-language-service-server

## 2.7.20

### Patch Changes

- Updated dependencies [[`45cbc759`](https://github.com/graphql/graphiql/commit/45cbc759c732999e8b1eb4714d6047ab77c17902)]:
- graphql-language-service@5.0.3

## 2.7.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-server/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-server",
"version": "2.7.19",
"version": "2.7.20",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@babel/parser": "^7.17.3",
"dotenv": "8.2.0",
"graphql-config": "^4.3.0",
"graphql-language-service": "^5.0.2",
"graphql-language-service": "^5.0.3",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
"nullthrows": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
@@ -1,5 +1,11 @@
# graphql-language-service

## 5.0.3

### Patch Changes

- [#2291](https://github.com/graphql/graphiql/pull/2291) [`45cbc759`](https://github.com/graphql/graphiql/commit/45cbc759c732999e8b1eb4714d6047ab77c17902) Thanks [@retrodaredevil](https://github.com/retrodaredevil)! - Target es6 for the languages services

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service",
"version": "5.0.2",
"version": "5.0.3",
"description": "The official, runtime independent Language Service for GraphQL",
"contributors": [
"GraphQL Contributors"
Expand Down
7 changes: 7 additions & 0 deletions packages/monaco-graphql/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 1.0.16

### Patch Changes

- Updated dependencies [[`45cbc759`](https://github.com/graphql/graphiql/commit/45cbc759c732999e8b1eb4714d6047ab77c17902)]:
- graphql-language-service@5.0.3

## 1.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco-graphql/package.json
@@ -1,7 +1,7 @@
{
"name": "monaco-graphql",
"description": "full service, official monaco mode for GraphQL",
"version": "1.0.15",
"version": "1.0.16",
"license": "MIT",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
Expand All @@ -26,7 +26,7 @@
"src"
],
"dependencies": {
"graphql-language-service": "^5.0.2",
"graphql-language-service": "^5.0.3",
"picomatch-browser": "^2.2.6"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vscode-graphql/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 0.4.3

### Patch Changes

- Updated dependencies []:
- graphql-language-service-server@2.7.20

## 0.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql",
"version": "0.4.2",
"version": "0.4.3",
"preview": true,
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -231,7 +231,7 @@
},
"dependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-language-service-server": "^2.7.19",
"graphql-language-service-server": "^2.7.20",
"vscode-languageclient": "5.2.1"
}
}

0 comments on commit d092bea

Please sign in to comment.