Skip to content

Commit 83c8a7f

Browse files
Version Packages (#380)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10b5aba commit 83c8a7f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/lucky-friends-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graphqlsp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @0no-co/graphqlsp
22

3+
## 1.15.2
4+
5+
### Patch Changes
6+
7+
- Detect fragment usage in `maskFragments` calls to prevent false positive unused fragment warnings
8+
Submitted by [@takumiyoshikawa](https://github.com/takumiyoshikawa) (See [#379](https://github.com/0no-co/GraphQLSP/pull/379))
9+
310
## 1.15.1
411

512
### Patch Changes

packages/graphqlsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0no-co/graphqlsp",
3-
"version": "1.15.1",
3+
"version": "1.15.2",
44
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55
"main": "./dist/graphqlsp",
66
"module": "./dist/graphqlsp.mjs",

0 commit comments

Comments
 (0)