Skip to content

Commit

Permalink
Version Packages (#3275)
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] authored Jun 24, 2023
1 parent 5e38ab6 commit 2ba5910
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-parrots-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-turkeys-draw.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/vscode-graphql-execution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vscode-graphql-execution

## 0.2.4

### Patch Changes

- [#3274](https://github.com/graphql/graphiql/pull/3274) [`5e38ab6b`](https://github.com/graphql/graphiql/commit/5e38ab6b2235cb0dec4e7df42772680a1e905a1a) Thanks [@acao](https://github.com/acao)! - fix vscode-graphql-execution release

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql-execution/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build({
'dustjs-linkedin',
'atpl',
'liquor',
'twig'
'twig',
],
format: 'cjs',
sourcemap: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql-execution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql-execution",
"version": "0.2.3",
"version": "0.2.4",
"displayName": "GraphQL: Inline Operation Execution",
"description": "Execute graphql operations from your code (revived!)",
"publisher": "GraphQL",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.8.16

### Patch Changes

- [#3274](https://github.com/graphql/graphiql/pull/3274) [`5e38ab6b`](https://github.com/graphql/graphiql/commit/5e38ab6b2235cb0dec4e7df42772680a1e905a1a) Thanks [@acao](https://github.com/acao)! - fix esbuild + vsce issue

## 0.8.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build({
'dustjs-linkedin',
'atpl',
'liquor',
'twig'
'twig',
],
})
.then(({ errors, warnings }) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql",
"version": "0.8.15",
"version": "0.8.16",
"private": true,
"license": "MIT",
"displayName": "GraphQL: Language Feature Support",
Expand Down

0 comments on commit 2ba5910

Please sign in to comment.