From 331afc5b3ae1a56941d2186ebd618af7435061d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:00:52 +0100 Subject: [PATCH] Version Packages (#397) Co-authored-by: github-actions[bot] --- .changeset/honest-donkeys-pay.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- website/CHANGELOG.md | 7 +++++++ website/package.json | 2 +- 5 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 .changeset/honest-donkeys-pay.md diff --git a/.changeset/honest-donkeys-pay.md b/.changeset/honest-donkeys-pay.md deleted file mode 100644 index 9310ea4d..00000000 --- a/.changeset/honest-donkeys-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'gql.tada': patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index f23620f8..1be60a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 826df02b..d45d4c97 100644 --- a/package.json +++ b/package.json @@ -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 ", "source": "./src/index.ts", "main": "./dist/gql-tada", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 35c0b804..e8e052f1 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -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)) + - gql.tada@1.8.8 + ## 0.0.36 ### Patch Changes diff --git a/website/package.json b/website/package.json index 23ab97e0..67e474b8 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/website-vitepress", - "version": "0.0.36", + "version": "0.0.37", "private": true, "scripts": { "dev": "vitepress dev",