Skip to content

Commit 7de8f3f

Browse files
Version Packages (#371)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 731b69e commit 7de8f3f

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.changeset/many-garlics-visit.md

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

.changeset/puny-ghosts-clap.md

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

packages/graphqlsp/CHANGELOG.md

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

3+
## 1.14.0
4+
5+
### Minor Changes
6+
7+
- Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently
8+
Submitted by [@kitten](https://github.com/kitten) (See [#351](https://github.com/0no-co/GraphQLSP/pull/351))
9+
10+
### Patch Changes
11+
12+
- ⚠️ Fix support for default exported graphql() invocations
13+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#372](https://github.com/0no-co/GraphQLSP/pull/372))
14+
315
## 1.13.0
416

517
### Minor 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.13.0",
3+
"version": "1.14.0",
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)