Skip to content

Commit b8268e4

Browse files
Version Packages (#3487)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 334224b commit b8268e4

File tree

11 files changed

+54
-30
lines changed

11 files changed

+54
-30
lines changed

.changeset/clean-spies-sip.md

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

.changeset/plenty-bees-fry.md

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

.changeset/slimy-fireants-dream.md

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

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

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

3+
## 3.3.29
4+
5+
### Patch Changes
6+
7+
- [#3488](https://github.com/graphql/graphiql/pull/3488) [`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e) Thanks [@acao](https://github.com/acao)! - Bump graphql & graphql-tools version to fix potential runtime security bugs
8+
9+
- [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18) Thanks [@acao](https://github.com/acao)! - Fixes to svelte parsing, tag parsing refactor
10+
11+
- Updated dependencies [[`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e), [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18)]:
12+
13+
314
## 3.3.28
415

516
### 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.28",
3+
"version": "3.3.29",
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.6",
41+
"graphql-language-service-server": "^2.11.7",
4242
"yargs": "^16.2.0"
4343
},
4444
"devDependencies": {

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

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

3+
## 2.11.7
4+
5+
### Patch Changes
6+
7+
- [#3488](https://github.com/graphql/graphiql/pull/3488) [`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e) Thanks [@acao](https://github.com/acao)! - Bump graphql & graphql-tools version to fix potential runtime security bugs
8+
9+
- [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18) Thanks [@acao](https://github.com/acao)! - Fixes to svelte parsing, tag parsing refactor
10+
311
## 2.11.6
412

513
### 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.6",
3+
"version": "2.11.7",
44
"description": "Server process backing the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",

packages/vscode-graphql-syntax/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# vscode-graphql-syntax
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- [#3490](https://github.com/graphql/graphiql/pull/3490) [`334224b4`](https://github.com/graphql/graphiql/commit/334224b4502fda9fd77684da63cac00b8a7c1ee7) Thanks [@acao](https://github.com/acao)! - - add ruby syntax support
8+
9+
- add graphql syntax support in markdown codeblocks for js, ts, jsx, tsx, svelte, vue, ruby, rescript, reason, ocaml, php and python
10+
- make textmate injectors more performant and specific, eliminate redundant config
11+
12+
Big thanks to [@RedCMD](https://github.com/RedCMD) and [@aeschli](https://github.com/aeschli) for your help!
13+
314
## 1.2.2
415

516
### Patch Changes

packages/vscode-graphql-syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql-syntax",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"displayName": "GraphQL: Syntax Highlighting",
55
"description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript",
66
"publisher": "GraphQL",

packages/vscode-graphql/CHANGELOG.md

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

3+
## 0.8.22
4+
5+
### Patch Changes
6+
7+
- [#3490](https://github.com/graphql/graphiql/pull/3490) [`334224b4`](https://github.com/graphql/graphiql/commit/334224b4502fda9fd77684da63cac00b8a7c1ee7) Thanks [@acao](https://github.com/acao)! - - add ruby syntax support
8+
9+
- add graphql syntax support in markdown codeblocks for js, ts, jsx, tsx, svelte, vue, ruby, rescript, reason, ocaml, php and python
10+
- make textmate injectors more performant and specific, eliminate redundant config
11+
12+
Big thanks to [@RedCMD](https://github.com/RedCMD) and [@aeschli](https://github.com/aeschli) for your help!
13+
14+
- [#3488](https://github.com/graphql/graphiql/pull/3488) [`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e) Thanks [@acao](https://github.com/acao)! - Bump graphql & graphql-tools version to fix potential runtime security bugs
15+
16+
- [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18) Thanks [@acao](https://github.com/acao)! - Fixes to svelte parsing, tag parsing refactor
17+
18+
- Updated dependencies [[`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e), [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18)]:
19+
20+
321
## 0.8.21
422

523
### Patch Changes

0 commit comments

Comments
 (0)