Skip to content

Commit

Permalink
Version Packages (#219)
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 Feb 11, 2024
1 parent ff04898 commit 99ec8cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-spiders-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-kids-walk.md

This file was deleted.

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

## 1.3.4

### Patch Changes

- ⚠️ Fix offset issue when using the graphql annotation
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#217](https://github.com/0no-co/GraphQLSP/pull/217))
- Add more built-in urql directives
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#218](https://github.com/0no-co/GraphQLSP/pull/218))

## 1.3.3

### Patch 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.3.3",
"version": "1.3.4",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp.js",
"module": "./dist/graphqlsp.module.js",
Expand Down

0 comments on commit 99ec8cb

Please sign in to comment.