Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and acao committed Jul 8, 2022
1 parent edc1c96 commit eb1db96
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/dual-poems-call.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-language-service-cli

## 3.2.30

### Patch Changes

- [#2553](https://github.com/graphql/graphiql/pull/2553) [`edc1c964`](https://github.com/graphql/graphiql/commit/edc1c96477cc2fbc2b6ac5d6195b8f9766a8c5d4) Thanks [@acao](https://github.com/acao)! - Fix error with LSP crash for CLI users #2230. `vscode-graphql` not impacted - rather, `nvim.coc`, maybe other clients who use CLI directly). recreation of #2546 by [@xuanduc987](https://github.com/xuanduc987, thank you!)

- Updated dependencies [[`edc1c964`](https://github.com/graphql/graphiql/commit/edc1c96477cc2fbc2b6ac5d6195b8f9766a8c5d4)]:
- [email protected]

## 3.2.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-cli",
"version": "3.2.29",
"version": "3.2.30",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^5.0.6",
"graphql-language-service-server": "^2.7.28",
"graphql-language-service-server": "^2.7.29",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-language-service-server

## 2.7.29

### Patch Changes

- [#2553](https://github.com/graphql/graphiql/pull/2553) [`edc1c964`](https://github.com/graphql/graphiql/commit/edc1c96477cc2fbc2b6ac5d6195b8f9766a8c5d4) Thanks [@acao](https://github.com/acao)! - Fix error with LSP crash for CLI users #2230. `vscode-graphql` not impacted - rather, `nvim.coc`, maybe other clients who use CLI directly). recreation of #2546 by [@xuanduc987](https://github.com/xuanduc987, thank you!)

## 2.7.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-server",
"version": "2.7.28",
"version": "2.7.29",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down
7 changes: 7 additions & 0 deletions packages/vscode-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.4.15

### Patch Changes

- Updated dependencies [[`edc1c964`](https://github.com/graphql/graphiql/commit/edc1c96477cc2fbc2b6ac5d6195b8f9766a8c5d4)]:
- [email protected]

## 0.4.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql",
"version": "0.4.14",
"version": "0.4.15",
"preview": true,
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -230,7 +230,7 @@
},
"dependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-language-service-server": "^2.7.28",
"graphql-language-service-server": "^2.7.29",
"vscode-languageclient": "5.2.1"
}
}

0 comments on commit eb1db96

Please sign in to comment.