From ec5d113a06404c62dd0ac52645fbd05fbb3eb0b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Mar 2022 12:33:17 +0000 Subject: [PATCH] Version Packages --- .changeset/silly-days-march.md | 5 ----- .changeset/silver-radios-invent.md | 5 ----- .changeset/two-numbers-occur.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/silly-days-march.md delete mode 100644 .changeset/silver-radios-invent.md delete mode 100644 .changeset/two-numbers-occur.md diff --git a/.changeset/silly-days-march.md b/.changeset/silly-days-march.md deleted file mode 100644 index 1953ea38..00000000 --- a/.changeset/silly-days-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-graphql": patch ---- - -Adds support for making clicking on the graphql status item show the output channel diff --git a/.changeset/silver-radios-invent.md b/.changeset/silver-radios-invent.md deleted file mode 100644 index 9c181a96..00000000 --- a/.changeset/silver-radios-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-graphql": patch ---- - -provide 'Execute Query' for `/* GraphQL */` templates diff --git a/.changeset/two-numbers-occur.md b/.changeset/two-numbers-occur.md deleted file mode 100644 index 3bae5e4c..00000000 --- a/.changeset/two-numbers-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-graphql": patch ---- - -Use the vscode theme API to set the right colours for the status bar item diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa87494..8c1fd2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.3.50 + +### Patch Changes + +- [#436](https://github.com/graphql/vscode-graphql/pull/436) [`2370607`](https://github.com/graphql/vscode-graphql/commit/23706071c6338c05e951783a3e7dfd5000da6d02) Thanks [@orta](https://github.com/orta)! - Adds support for making clicking on the graphql status item show the output channel + +* [#277](https://github.com/graphql/vscode-graphql/pull/277) [`6017872`](https://github.com/graphql/vscode-graphql/commit/6017872b7f19ef5c3fcad404fca9ffd5b8ba5d87) Thanks [@AumyF](https://github.com/AumyF)! - provide 'Execute Query' for `/* GraphQL */` templates + +- [#422](https://github.com/graphql/vscode-graphql/pull/422) [`0e2235d`](https://github.com/graphql/vscode-graphql/commit/0e2235d7fa229b78fb330c337d14fabf679884c2) Thanks [@orta](https://github.com/orta)! - Use the vscode theme API to set the right colours for the status bar item + ## 0.3.48 ### Patch Changes diff --git a/package.json b/package.json index 5ea27b97..7b895500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql", - "version": "0.3.49", + "version": "0.3.50", "preview": true, "private": true, "license": "MIT",