Skip to content

Commit

Permalink
Version Packages (#3540)
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 Mar 1, 2024
1 parent f4c98c1 commit 04b44fa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-games-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-houses-raise.md

This file was deleted.

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

## 0.0.14

### Patch Changes

- [#3534](https://github.com/graphql/graphiql/pull/3534) [`f4c98c1f`](https://github.com/graphql/graphiql/commit/f4c98c1f7c6df5a918479e641631e8fbc5b5a92e) Thanks [@johndcollett](https://github.com/johndcollett)! - fix: multiple argument syntax highlighting

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cm6-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "cm6-graphql",
"version": "0.0.13",
"version": "0.0.14",
"description": "GraphQL language support for CodeMirror 6",
"scripts": {
"build": "cm-buildhelper src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-graphql-syntax/CHANGELOG.md
@@ -1,5 +1,11 @@
# vscode-graphql-syntax

## 1.3.3

### Patch Changes

- [#3518](https://github.com/graphql/graphiql/pull/3518) [`e502c41e`](https://github.com/graphql/graphiql/commit/e502c41e68440e7331cfc74d8c78fd092f3354a8) Thanks [@kitten](https://github.com/kitten)! - Fix TextMate grammar to support string literals that don’t immediately follow a function call's left-parenthesis (`(`).

## 1.3.2

### 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.2",
"version": "1.3.3",
"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

0 comments on commit 04b44fa

Please sign in to comment.