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 Nov 20, 2023
1 parent 75ccd72 commit 7daa163
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-steaks-knock.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
@@ -1,5 +1,12 @@
# graphql-language-service-cli

## 3.3.28

### Patch Changes

- Updated dependencies [[`75ccd72c`](https://github.com/graphql/graphiql/commit/75ccd72c660c3b20cafa38da01d18a91ea24c7db)]:
- graphql-language-service-server@2.11.6

## 3.3.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-cli",
"version": "3.3.27",
"version": "3.3.28",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/polyfill": "^7.12.1",
"@types/yargs": "16.0.5",
"graphql-language-service": "^5.2.0",
"graphql-language-service-server": "^2.11.5",
"graphql-language-service-server": "^2.11.6",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
@@ -1,5 +1,11 @@
# graphql-language-service-server

## 2.11.6

### Patch Changes

- [#3467](https://github.com/graphql/graphiql/pull/3467) [`75ccd72c`](https://github.com/graphql/graphiql/commit/75ccd72c660c3b20cafa38da01d18a91ea24c7db) Thanks [@A-N-uraag](https://github.com/A-N-uraag)! - Fixed crashing of LSP server on saving a schema with errors

## 2.11.5

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

## 0.8.20

### Patch Changes

- Updated dependencies [[`75ccd72c`](https://github.com/graphql/graphiql/commit/75ccd72c660c3b20cafa38da01d18a91ea24c7db)]:
- graphql-language-service-server@2.11.6

## 0.8.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql",
"version": "0.8.19",
"version": "0.8.20",
"private": true,
"license": "MIT",
"displayName": "GraphQL: Language Feature Support",
Expand Down Expand Up @@ -166,7 +166,7 @@
},
"dependencies": {
"graphql": "^16.4.0",
"graphql-language-service-server": "^2.11.5",
"graphql-language-service-server": "^2.11.6",
"vscode-languageclient": "8.0.2"
}
}

0 comments on commit 7daa163

Please sign in to comment.