Skip to content

Commit e29ce84

Browse files
Version Packages (#3544)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent defc126 commit e29ce84

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/famous-ads-jam.md

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

packages/vscode-graphql-syntax/CHANGELOG.md

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

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- [#3543](https://github.com/graphql/graphiql/pull/3543) [`defc126b`](https://github.com/graphql/graphiql/commit/defc126b107961d7a4ba093b35b1d77bb7018a79) Thanks [@acao](https://github.com/acao)! - Temporarily revert a syntax highlighting bugfix that caused more bugs
8+
39
## 1.3.3
410

511
### 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.3.3",
3+
"version": "1.3.4",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- [#3543](https://github.com/graphql/graphiql/pull/3543) [`defc126b`](https://github.com/graphql/graphiql/commit/defc126b107961d7a4ba093b35b1d77bb7018a79) Thanks [@acao](https://github.com/acao)! - Temporarily revert a syntax highlighting bugfix that caused more bugs
8+
39
## 0.9.1
410

511
### Patch Changes

packages/vscode-graphql/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",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"private": true,
55
"license": "MIT",
66
"displayName": "GraphQL: Language Feature Support",

0 commit comments

Comments
 (0)