From 6bbba37a10d133e137e4c750579c4799e6865927 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:54:17 +0100 Subject: [PATCH] Version Packages (#47) --- .changeset/soft-penguins-switch.md | 5 ----- CHANGELOG.md | 7 +++++++ jsr.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changeset/soft-penguins-switch.md diff --git a/.changeset/soft-penguins-switch.md b/.changeset/soft-penguins-switch.md deleted file mode 100644 index 4566e9f..0000000 --- a/.changeset/soft-penguins-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphql.web': patch ---- - -Fix printing when a manually created AST node with an empty selection set array is passed to the printer diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3bea8..970ce84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphql.web +## 1.0.12 + +### Patch Changes + +- ⚠️ Fix printing when a manually created AST node with an empty selection set array is passed to the printer + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#46](https://github.com/0no-co/graphql.web/pull/46)) + ## 1.0.11 ### Patch Changes diff --git a/jsr.json b/jsr.json index d07e68a..bafc17a 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@0no-co/graphql-web", - "version": "1.0.11", + "version": "1.0.12", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index d3441cc..2e82cbd 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.0.11", + "version": "1.0.12", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/graphql.web",