Skip to content

Commit 88ae243

Browse files
Version Packages (#3504)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6c7adf8 commit 88ae243

File tree

7 files changed

+27
-11
lines changed

7 files changed

+27
-11
lines changed

.changeset/beige-parrots-sleep.md

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

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

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

3+
## 3.3.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c7adf85`](https://github.com/graphql/graphiql/commit/6c7adf85c10d92cd3708a6dab44cb5b0f965fb84)]:
8+
9+
310
## 3.3.31
411

512
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-cli",
3-
"version": "3.3.31",
3+
"version": "3.3.32",
44
"description": "An interface for building GraphQL language services for IDEs",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -38,7 +38,7 @@
3838
"@babel/polyfill": "^7.12.1",
3939
"@types/yargs": "16.0.5",
4040
"graphql-language-service": "^5.2.0",
41-
"graphql-language-service-server": "^2.11.9",
41+
"graphql-language-service-server": "^2.11.10",
4242
"yargs": "^16.2.0"
4343
},
4444
"devDependencies": {

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.11.10
4+
5+
### Patch Changes
6+
7+
- [#3503](https://github.com/graphql/graphiql/pull/3503) [`6c7adf85`](https://github.com/graphql/graphiql/commit/6c7adf85c10d92cd3708a6dab44cb5b0f965fb84) Thanks [@acao](https://github.com/acao)! - Temporarily revert svelte parsing until we can fix bundling issues with svelte2tsx. For now we return to using the vue parser to parse svelte files which will invariably cause some issues, such as being off by several characters
8+
39
## 2.11.9
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.11.9",
3+
"version": "2.11.10",
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.8.25
4+
5+
### Patch Changes
6+
7+
- [#3503](https://github.com/graphql/graphiql/pull/3503) [`6c7adf85`](https://github.com/graphql/graphiql/commit/6c7adf85c10d92cd3708a6dab44cb5b0f965fb84) Thanks [@acao](https://github.com/acao)! - Temporarily revert svelte parsing until we can fix bundling issues with svelte2tsx. For now we return to using the vue parser to parse svelte files which will invariably cause some issues, such as being off by several characters
8+
9+
- Updated dependencies [[`6c7adf85`](https://github.com/graphql/graphiql/commit/6c7adf85c10d92cd3708a6dab44cb5b0f965fb84)]:
10+
11+
312
## 0.8.24
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.8.24",
3+
"version": "0.8.25",
44
"private": true,
55
"license": "MIT",
66
"displayName": "GraphQL: Language Feature Support",
@@ -173,7 +173,7 @@
173173
},
174174
"dependencies": {
175175
"graphql": "^16.8.1",
176-
"graphql-language-service-server": "^2.11.9",
176+
"graphql-language-service-server": "^2.11.10",
177177
"vscode-languageclient": "8.0.2"
178178
}
179179
}

0 commit comments

Comments
 (0)