Skip to content

Commit acede9b

Browse files
Version Packages (#352)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c149f35 commit acede9b

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.changeset/fluffy-rabbits-shake.md

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

.changeset/fuzzy-scissors-appear.md

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

packages/graphqlsp/CHANGELOG.md

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

3+
## 1.12.14
4+
5+
### Patch Changes
6+
7+
- Strip our internal `@_unmask` directive from fragment-definitions when creating hashes for persisted-operations
8+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#354](https://github.com/0no-co/GraphQLSP/pull/354))
9+
- Prevent resolution loop when resolving GraphQL fragments
10+
Submitted by [@kitten](https://github.com/kitten) (See [#350](https://github.com/0no-co/GraphQLSP/pull/350))
11+
312
## 1.12.13
413

514
### 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.12.13",
3+
"version": "1.12.14",
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)