Skip to content

Commit

Permalink
Version Packages (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 10, 2023
1 parent cda0c9f commit 1ae3f92
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-worms-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-poems-remain.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

## 0.12.0

### Minor Changes

- Use our internal suggestions algo for better arugments and spread-suggestions
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#132](https://github.com/0no-co/GraphQLSP/pull/132))

### Patch Changes

- Add fragments to the cache-key when using call-expressions
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#134](https://github.com/0no-co/GraphQLSP/pull/134))

## 0.11.2

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

0 comments on commit 1ae3f92

Please sign in to comment.