Skip to content

Commit

Permalink
Version Packages (#283)
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] authored Apr 5, 2024
1 parent 2c5bc43 commit 6a53946
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-monkeys-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-rice-design.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/graphqlsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @0no-co/graphqlsp

## 1.9.0

### Minor Changes

- Add support for `graphql.persisted` https://github.com/0no-co/GraphQLSP/pull/240
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [`9210406`](https://github.com/0no-co/GraphQLSP/commit/9210406744ff94ffcc4958c42478ef98c0b64be6))

### Patch Changes

- Expose persisted helper to translate typeQuery to the corresponding document
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#284](https://github.com/0no-co/GraphQLSP/pull/284))

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphqlsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0no-co/graphqlsp",
"version": "1.8.0",
"version": "1.9.0",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",
Expand Down

0 comments on commit 6a53946

Please sign in to comment.