Skip to content

Commit 1c1d2b5

Browse files
Version Packages (#3704)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 590a987 commit 1c1d2b5

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/wise-spies-wait.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# graphql-language-service-server
22

3+
## 2.13.3
4+
5+
### Patch Changes
6+
7+
- [#3703](https://github.com/graphql/graphiql/pull/3703) [`590a987`](https://github.com/graphql/graphiql/commit/590a987811b5ddcc37f5b76900dd2b8dba802f91) Thanks [@acao](https://github.com/acao)! - use `filepath` instead of `filePath` for `graphql-config`
8+
39
## 2.13.2
410

511
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-server",
3-
"version": "2.13.2",
3+
"version": "2.13.3",
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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- [#3703](https://github.com/graphql/graphiql/pull/3703) [`590a987`](https://github.com/graphql/graphiql/commit/590a987811b5ddcc37f5b76900dd2b8dba802f91) Thanks [@acao](https://github.com/acao)! - use `filepath` instead of `filePath` for `graphql-config`
8+
9+
- Updated dependencies [[`590a987`](https://github.com/graphql/graphiql/commit/590a987811b5ddcc37f5b76900dd2b8dba802f91)]:
10+
11+
312
## 0.11.2
413

514
### Patch Changes

packages/vscode-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"private": true,
55
"license": "MIT",
66
"displayName": "GraphQL: Language Feature Support",
@@ -180,7 +180,7 @@
180180
},
181181
"dependencies": {
182182
"graphql": "^16.8.1",
183-
"graphql-language-service-server": "^2.13.2",
183+
"graphql-language-service-server": "^2.13.3",
184184
"vscode-languageclient": "8.0.2",
185185
"typescript": "^5.3.3"
186186
}

0 commit comments

Comments
 (0)