Skip to content

Commit 96beec3

Browse files
Version Packages (#4263)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## vscode-graphql@0.13.4 ### Patch Changes - [#4255](#4255) [`42d6049`](42d6049) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Burning patch version due to previous release failure. ## vscode-graphql-execution@0.3.4 ### Patch Changes - [#4255](#4255) [`42d6049`](42d6049) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Burning patch version due to previous release failure. ## vscode-graphql-syntax@1.3.10 ### Patch Changes - [#4255](#4255) [`42d6049`](42d6049) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Burning patch version due to previous release failure. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dae4048 commit 96beec3

7 files changed

Lines changed: 21 additions & 10 deletions

File tree

.changeset/vscode-publish-retry.md

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

packages/vscode-graphql-execution/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#4255](https://github.com/graphql/graphiql/pull/4255) [`42d6049`](https://github.com/graphql/graphiql/commit/42d60499f012bab5087f6c9637b40949a8448b68) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Burning patch version due to previous release failure.
8+
39
## 0.3.3
410

511
### Patch Changes

packages/vscode-graphql-execution/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-execution",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"displayName": "GraphQL: Inline Operation Execution",
55
"description": "Execute graphql operations from your code (revived!)",
66
"publisher": "GraphQL",

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.10
4+
5+
### Patch Changes
6+
7+
- [#4255](https://github.com/graphql/graphiql/pull/4255) [`42d6049`](https://github.com/graphql/graphiql/commit/42d60499f012bab5087f6c9637b40949a8448b68) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Burning patch version due to previous release failure.
8+
39
## 1.3.9
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.9",
3+
"version": "1.3.10",
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.13.4
4+
5+
### Patch Changes
6+
7+
- [#4255](https://github.com/graphql/graphiql/pull/4255) [`42d6049`](https://github.com/graphql/graphiql/commit/42d60499f012bab5087f6c9637b40949a8448b68) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Burning patch version due to previous release failure.
8+
39
## 0.13.3
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.13.3",
3+
"version": "0.13.4",
44
"private": true,
55
"license": "MIT",
66
"displayName": "GraphQL: Language Feature Support",

0 commit comments

Comments
 (0)