Skip to content

Commit

Permalink
Version Packages (#3504)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
acao and github-actions[bot] committed Jan 13, 2024
1 parent 6c7adf8 commit 88ae243
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-parrots-sleep.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.32

### Patch Changes

- Updated dependencies [[`6c7adf85`](https://github.com/graphql/graphiql/commit/6c7adf85c10d92cd3708a6dab44cb5b0f965fb84)]:
- graphql-language-service-server@2.11.10

## 3.3.31

### 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.31",
"version": "3.3.32",
"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.9",
"graphql-language-service-server": "^2.11.10",
"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.10

### Patch Changes

- [#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

## 2.11.9

### 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.9",
"version": "2.11.10",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down
9 changes: 9 additions & 0 deletions packages/vscode-graphql/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 0.8.25

### Patch Changes

- [#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

- Updated dependencies [[`6c7adf85`](https://github.com/graphql/graphiql/commit/6c7adf85c10d92cd3708a6dab44cb5b0f965fb84)]:
- graphql-language-service-server@2.11.10

## 0.8.24

### 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.24",
"version": "0.8.25",
"private": true,
"license": "MIT",
"displayName": "GraphQL: Language Feature Support",
Expand Down Expand Up @@ -173,7 +173,7 @@
},
"dependencies": {
"graphql": "^16.8.1",
"graphql-language-service-server": "^2.11.9",
"graphql-language-service-server": "^2.11.10",
"vscode-languageclient": "8.0.2"
}
}

0 comments on commit 88ae243

Please sign in to comment.