Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3544

Merged
merged 1 commit into from Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/famous-ads-jam.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/vscode-graphql-syntax/CHANGELOG.md
@@ -1,5 +1,11 @@
# vscode-graphql-syntax

## 1.3.4

### Patch Changes

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

## 1.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql-syntax/package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql-syntax",
"version": "1.3.3",
"version": "1.3.4",
"displayName": "GraphQL: Syntax Highlighting",
"description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript",
"publisher": "GraphQL",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-graphql/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 0.9.2

### Patch Changes

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

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"license": "MIT",
"displayName": "GraphQL: Language Feature Support",
Expand Down