Skip to content

Commit

Permalink
Version Packages (#3501)
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 34d0a97 commit f5ade68
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/wet-bikes-complain.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.31

### Patch Changes

- Updated dependencies [[`34d0a976`](https://github.com/graphql/graphiql/commit/34d0a97688d7b83949f34bb4b2effebe4bafae79)]:
- graphql-language-service-server@2.11.9

## 3.3.30

### 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.30",
"version": "3.3.31",
"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.8",
"graphql-language-service-server": "^2.11.9",
"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.9

### Patch Changes

- [#3500](https://github.com/graphql/graphiql/pull/3500) [`34d0a976`](https://github.com/graphql/graphiql/commit/34d0a97688d7b83949f34bb4b2effebe4bafae79) Thanks [@acao](https://github.com/acao)! - Add typescript as a dependency for `svelte2tsx`

## 2.11.8

### 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.8",
"version": "2.11.9",
"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.24

### Patch Changes

- [#3500](https://github.com/graphql/graphiql/pull/3500) [`34d0a976`](https://github.com/graphql/graphiql/commit/34d0a97688d7b83949f34bb4b2effebe4bafae79) Thanks [@acao](https://github.com/acao)! - Add typescript as a dependency for `svelte2tsx`

- Updated dependencies [[`34d0a976`](https://github.com/graphql/graphiql/commit/34d0a97688d7b83949f34bb4b2effebe4bafae79)]:
- graphql-language-service-server@2.11.9

## 0.8.23

### 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.23",
"version": "0.8.24",
"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.8",
"graphql-language-service-server": "^2.11.9",
"vscode-languageclient": "8.0.2"
}
}

0 comments on commit f5ade68

Please sign in to comment.