Skip to content

Commit

Permalink
Version Packages (#397)
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 Sep 19, 2024
1 parent 971bdd0 commit 331afc5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-donkeys-pay.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gql.tada

## 1.8.8

### Patch Changes

- Add `loc` getter to parsed `DocumentNode` fragment outputs to ensure that using fragments created by `gql.tada`'s `graphql()` function with `graphql-tag` doesn't crash. `graphql-tag` does not treat the `DocumentNode.loc` property as optional on interpolations, which leads to intercompatibility issues
Submitted by [@kitten](https://github.com/kitten) (See [#396](https://github.com/0no-co/gql.tada/pull/396))

## 1.8.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.8.7",
"version": "1.8.8",
"author": "0no.co <[email protected]>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gql.tada/website-vitepress

## 0.0.37

### Patch Changes

- Updated dependencies (See [#396](https://github.com/0no-co/gql.tada/pull/396))
- [email protected]

## 0.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/website-vitepress",
"version": "0.0.36",
"version": "0.0.37",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand Down

0 comments on commit 331afc5

Please sign in to comment.