Skip to content

Commit b495159

Browse files
Version Packages (#3884)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f8ac8cf commit b495159

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/wet-kiwis-shake.md

-6
This file was deleted.

packages/graphql-language-service-server/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# graphql-language-service-server
22

3+
## 2.14.2
4+
5+
### Patch Changes
6+
7+
- [#3883](https://github.com/graphql/graphiql/pull/3883) [`f8ac8cf`](https://github.com/graphql/graphiql/commit/f8ac8cf5f083d40258ae461144cca2c7b196d397) Thanks [@acao](https://github.com/acao)! - Bump vscode-graphql and LSP server for patch fixes
8+
39
## 2.14.1
410

511
### Patch Changes

packages/graphql-language-service-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-server",
3-
"version": "2.14.1",
3+
"version": "2.14.2",
44
"description": "Server process backing the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",

packages/vscode-graphql/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- [#3883](https://github.com/graphql/graphiql/pull/3883) [`f8ac8cf`](https://github.com/graphql/graphiql/commit/f8ac8cf5f083d40258ae461144cca2c7b196d397) Thanks [@acao](https://github.com/acao)! - Bump vscode-graphql and LSP server for patch fixes
8+
9+
- Updated dependencies [[`f8ac8cf`](https://github.com/graphql/graphiql/commit/f8ac8cf5f083d40258ae461144cca2c7b196d397)]:
10+
11+
312
## 0.13.0
413

514
### Minor Changes

packages/vscode-graphql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"private": true,
55
"license": "MIT",
66
"displayName": "GraphQL: Language Feature Support",
@@ -189,7 +189,7 @@
189189
},
190190
"dependencies": {
191191
"graphql": "^16.8.1 || ^17.0.0-alpha.2",
192-
"graphql-language-service-server": "^2.14.0",
192+
"graphql-language-service-server": "^2.14.2",
193193
"vscode-languageclient": "8.0.2",
194194
"typescript": "^5.3.3"
195195
}

0 commit comments

Comments
 (0)