From 4de393015f7d5f4787e6ab1dedb8211ca1f72109 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 14:40:24 +0000 Subject: [PATCH] Version Packages --- .changeset/true-walls-design.md | 5 ----- CHANGELOG.md | 7 +++++++ jsr.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changeset/true-walls-design.md diff --git a/.changeset/true-walls-design.md b/.changeset/true-walls-design.md deleted file mode 100644 index dc983a2..0000000 --- a/.changeset/true-walls-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphql.web': patch ---- - -Fix regression on using `Kind` without `graphql` types resolving diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc40e6..37d8b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphql.web +## 1.3.2 + +### Patch Changes + +- ⚠️ Fix regression on using `Kind` without `graphql` types resolving + Submitted by [@kitten](https://github.com/kitten) (See [#73](https://github.com/0no-co/graphql.web/pull/73)) + ## 1.3.1 ### Patch Changes diff --git a/jsr.json b/jsr.json index a97d1ae..a5f21f9 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@0no-co/graphql-web", - "version": "1.3.1", + "version": "1.3.2", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index a05792d..ec44070 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@0no-co/graphql.web", "description": "A spec-compliant client-side GraphQL implementation", - "version": "1.3.1", + "version": "1.3.2", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/graphql.web",