Skip to content

Commit

Permalink
Version Packages (#3499)
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 3bfb287 commit 05007e9
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.30

### Patch Changes

- Updated dependencies [[`3bfb2877`](https://github.com/graphql/graphiql/commit/3bfb28777457f783852dfe5c9af739470194d33b)]:
- graphql-language-service-server@2.11.8

## 3.3.29

### 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.29",
"version": "3.3.30",
"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.7",
"graphql-language-service-server": "^2.11.8",
"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.8

### Patch Changes

- [#3498](https://github.com/graphql/graphiql/pull/3498) [`3bfb2877`](https://github.com/graphql/graphiql/commit/3bfb28777457f783852dfe5c9af739470194d33b) Thanks [@acao](https://github.com/acao)! - Add typescript as a dependency for `svelte2tsx`

## 2.11.7

### 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.7",
"version": "2.11.8",
"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.23

### Patch Changes

- [#3498](https://github.com/graphql/graphiql/pull/3498) [`3bfb2877`](https://github.com/graphql/graphiql/commit/3bfb28777457f783852dfe5c9af739470194d33b) Thanks [@acao](https://github.com/acao)! - Add typescript as a dependency for `svelte2tsx`

- Updated dependencies [[`3bfb2877`](https://github.com/graphql/graphiql/commit/3bfb28777457f783852dfe5c9af739470194d33b)]:
- graphql-language-service-server@2.11.8

## 0.8.22

### 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.22",
"version": "0.8.23",
"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.7",
"graphql-language-service-server": "^2.11.8",
"vscode-languageclient": "8.0.2"
}
}

0 comments on commit 05007e9

Please sign in to comment.