Skip to content

Commit

Permalink
Version Packages (#320)
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] committed May 13, 2024
1 parent d144d5f commit b6fab06
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-feet-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-crabs-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-fans-behave.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/graphqlsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @0no-co/graphqlsp

## 1.12.3

### Patch Changes

- Remove unused `node-fetch` dependency
Submitted by [@kitten](https://github.com/kitten) (See [#318](https://github.com/0no-co/GraphQLSP/pull/318))
- Support finding `graphql()` invocations within call-expressions
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#319](https://github.com/0no-co/GraphQLSP/pull/319))
- Upgrade `@gql.tada/internal` to `^1.0.0`
Submitted by [@kitten](https://github.com/kitten) (See [#317](https://github.com/0no-co/GraphQLSP/pull/317))

## 1.12.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": "1.12.2",
"version": "1.12.3",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",
Expand Down

0 comments on commit b6fab06

Please sign in to comment.