Skip to content

Commit

Permalink
Version Packages (#108)
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 Oct 29, 2023
1 parent 4c96fbc commit 78889ec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-grapes-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-clocks-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-clocks-count.md

This file was deleted.

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

## 0.10.1

### Patch Changes

- Resolve parsed AST nodes being interpolated into an operation
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#105](https://github.com/0no-co/GraphQLSP/pull/105))
- add caching for gql-diagnostics
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#104](https://github.com/0no-co/GraphQLSP/pull/104))
- Correctly bail when file has typescript errors
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#107](https://github.com/0no-co/GraphQLSP/pull/107))

## 0.10.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": "0.10.0",
"version": "0.10.1",
"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 78889ec

Please sign in to comment.