Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #111

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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