Skip to content

Commit 0c08b9b

Browse files
Version Packages (#80)
1 parent 5c9169e commit 0c08b9b

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

.changeset/lovely-months-type.md

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

.changeset/new-pens-think.md

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

.changeset/stupid-cobras-boil.md

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

packages/graphqlsp/CHANGELOG.md

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

3+
## 0.7.4
4+
5+
### Patch Changes
6+
7+
- Correctly replace with identical replacement strings
8+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#82](https://github.com/0no-co/GraphQLSP/pull/82))
9+
- Account for offsets in auto-complete as well
10+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#81](https://github.com/0no-co/GraphQLSP/pull/81))
11+
- ⚠️ Fix quick-info getting offset by preceding fragments
12+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#78](https://github.com/0no-co/GraphQLSP/pull/78))
13+
314
## 0.7.3
415

516
### 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": "0.7.3",
3+
"version": "0.7.4",
44
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.module.js",

0 commit comments

Comments
 (0)