Skip to content

Commit

Permalink
Version Packages (#101)
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 Sep 17, 2023
1 parent 479fe2b commit 71fcdc9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-tigers-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-bikes-clap.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.10.0

### Minor Changes

- Change default config to not check for co-located fragments by default
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#99](https://github.com/0no-co/GraphQLSP/pull/99))

### Patch Changes

- Prevent duplicate async file-generation processes from happening
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#100](https://github.com/0no-co/GraphQLSP/pull/100))

## 0.9.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.9.2",
"version": "0.10.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 71fcdc9

Please sign in to comment.