Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 083c1a2

Browse files
Version Packages (#447)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f894dad commit 083c1a2

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/loud-balloons-add.md

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

.changeset/silly-days-march.md

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

.changeset/silver-radios-invent.md

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

.changeset/two-numbers-occur.md

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.3.50
4+
5+
### Patch Changes
6+
7+
- [#448](https://github.com/graphql/vscode-graphql/pull/448) [`f894dad`](https://github.com/graphql/vscode-graphql/commit/f894daddfe7382f7eb8e9c921c54904255a3557c) Thanks [@acao](https://github.com/acao)! - ugprade graphql-language-service-server to the latest patch version for windows path fix
8+
9+
* [#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
10+
11+
- [#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
12+
13+
* [#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
14+
315
## 0.3.48
416

517
### Patch Changes

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.3.49",
3+
"version": "0.3.50",
44
"preview": true,
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)