Skip to content

Commit

Permalink
Version Packages (#3520)
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 Jan 28, 2024
1 parent 8188e3e commit 25c3bfd
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/twelve-planes-breathe.md

This file was deleted.

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

## 0.2.6

### Patch Changes

- [#3519](https://github.com/graphql/graphiql/pull/3519) [`8188e3e6`](https://github.com/graphql/graphiql/commit/8188e3e6fd979bcf2fbdf9568deb0c88d0df99e2) Thanks [@acao](https://github.com/acao)! - bump ovsx

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql-execution/package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql-execution",
"version": "0.2.5",
"version": "0.2.6",
"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-syntax/CHANGELOG.md
@@ -1,5 +1,11 @@
# vscode-graphql-syntax

## 1.3.1

### Patch Changes

- [#3519](https://github.com/graphql/graphiql/pull/3519) [`8188e3e6`](https://github.com/graphql/graphiql/commit/8188e3e6fd979bcf2fbdf9568deb0c88d0df99e2) Thanks [@acao](https://github.com/acao)! - bump ovsx

## 1.3.0

### Minor 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.0",
"version": "1.3.1",
"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.1

### Patch Changes

- [#3519](https://github.com/graphql/graphiql/pull/3519) [`8188e3e6`](https://github.com/graphql/graphiql/commit/8188e3e6fd979bcf2fbdf9568deb0c88d0df99e2) Thanks [@acao](https://github.com/acao)! - bump ovsx

## 0.9.0

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

0 comments on commit 25c3bfd

Please sign in to comment.