Skip to content

Commit

Permalink
Version Packages (#111)
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
github-actions[bot] and github-actions[bot] committed Oct 16, 2023
1 parent bf80011 commit ea670db
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-spoons-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-spiders-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-garlics-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-frogs-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-hats-peel.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# CHANGELOG

## 1.20.0

### Minor Changes

- [#105](https://github.com/apollographql/vscode-graphql/pull/105) [`43879da4`](https://github.com/apollographql/vscode-graphql/commit/43879da40f3a3b7c6327cf165fca9980e04b4bc7) Thanks [@zovits](https://github.com/zovits)! - Add inline syntax highlighting support for Lua

### Patch Changes

- [#99](https://github.com/apollographql/vscode-graphql/pull/99) [`2a3fc1bb`](https://github.com/apollographql/vscode-graphql/commit/2a3fc1bb3c38245f09a5e5e0a19900ea0cfc58b3) Thanks [@pvinis](https://github.com/pvinis)! - Support tagging inside of parentheses

- [#73](https://github.com/apollographql/vscode-graphql/pull/73) [`d07b303d`](https://github.com/apollographql/vscode-graphql/commit/d07b303d31fdf0810f8be163bb3973c564cf0754) Thanks [@rachsmithcodes](https://github.com/rachsmithcodes)! - Return early instead of erroring on missing fields

- [#97](https://github.com/apollographql/vscode-graphql/pull/97) [`2b57a1af`](https://github.com/apollographql/vscode-graphql/commit/2b57a1afd9882a139a47af9b55496b7aa62fde2b) Thanks [@clf17222592](https://github.com/clf17222592)! - Support configuration files with .cjs file extension

- [#78](https://github.com/apollographql/vscode-graphql/pull/78) [`8b02374a`](https://github.com/apollographql/vscode-graphql/commit/8b02374a355ef9304e1fe9b0d89bcf559e618428) Thanks [@jtgrenz](https://github.com/jtgrenz)! - Fix regex for ruby heredoc

### 1.19.11

- Fix directive highlighting on enums and arguments [#6716](https://github.com/apollographql/vscode-graphql/pull/71)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-apollo",
"displayName": "Apollo GraphQL",
"description": "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform",
"version": "1.19.11",
"version": "1.20.0",
"referenceID": "87197759-7617-40d0-b32e-46d378e907c7",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
Expand Down

0 comments on commit ea670db

Please sign in to comment.