Skip to content

Commit

Permalink
Version Packages (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 3, 2024
1 parent e3326fb commit af466b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-chefs-tan.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/graphqlsp/CHANGELOG.md
@@ -1,5 +1,12 @@
# @0no-co/graphqlsp

## 1.12.2

### Patch Changes

- Update `graphql` to variably support `^15.5.0` and include future support for v17. The `graphql` package is now marked as a peer dependency in addition to a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#314](https://github.com/0no-co/GraphQLSP/pull/314))

## 1.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphqlsp/package.json
@@ -1,6 +1,6 @@
{
"name": "@0no-co/graphqlsp",
"version": "1.12.1",
"version": "1.12.2",
"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 af466b7

Please sign in to comment.