From fb9792dd4e64601530026d1ec4079652a4f33c1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:04:01 +0000 Subject: [PATCH 1/2] RELEASING: Releasing 3 package(s) Releases: grafast@1.1.1 graphile-build-pg@5.1.3 postgraphile@5.1.3 --- grafast/grafast/CHANGELOG.md | 22 ++++++++++++ grafast/grafast/package.json | 2 +- grafast/grafast/src/version.ts | 2 +- graphile-build/graphile-build-pg/CHANGELOG.md | 9 +++++ graphile-build/graphile-build-pg/package.json | 2 +- .../graphile-build-pg/src/version.ts | 2 +- postgraphile/postgraphile/CHANGELOG.md | 34 +++++++++++++++++++ postgraphile/postgraphile/package.json | 2 +- postgraphile/postgraphile/src/version.ts | 2 +- 9 files changed, 71 insertions(+), 6 deletions(-) diff --git a/grafast/grafast/CHANGELOG.md b/grafast/grafast/CHANGELOG.md index 8ecd61bfda..66a8931d4e 100644 --- a/grafast/grafast/CHANGELOG.md +++ b/grafast/grafast/CHANGELOG.md @@ -1,5 +1,27 @@ # grafast +## 1.1.1 + +### Patch Changes + +- [#3119](https://github.com/graphile/crystal/pull/3119) + [`53ffec5`](https://github.com/graphile/crystal/commit/53ffec58685ad8881664990a8f93d095a36a8413) + Thanks [@benjie](https://github.com/benjie)! - Grafast now exports + `variableValues()` helper to make moving from GraphQL.js resolvers to Grafast + plan resolvers easier. + +- [#3085](https://github.com/graphile/crystal/pull/3085) + [`711f932`](https://github.com/graphile/crystal/commit/711f93271f7d3c4eb74ef884e6f07f7591329d85) + Thanks [@benjie](https://github.com/benjie)! - Fix types in + `loadOne`/`loadMany` that were allowing steps to become `Step>` + rather than `Step`. Steps will never represent a promise. + +- [#3118](https://github.com/graphile/crystal/pull/3118) + [`1ad8bce`](https://github.com/graphile/crystal/commit/1ad8bced55e11f0144d458f62c67a840de858d71) + Thanks [@benjie](https://github.com/benjie)! - Adds `parentType` to + `FieldInfo` so it's easier to emulate GraphQLResolveInfo when migrating to + Grafast. + ## 1.1.0 ### Minor Changes diff --git a/grafast/grafast/package.json b/grafast/grafast/package.json index b62aaed399..0c2de19e81 100644 --- a/grafast/grafast/package.json +++ b/grafast/grafast/package.json @@ -1,6 +1,6 @@ { "name": "grafast", - "version": "1.1.0", + "version": "1.1.1", "description": "Cutting edge GraphQL planning and execution engine", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/grafast/grafast/src/version.ts b/grafast/grafast/src/version.ts index 0184d2e08f..d5deb0ef05 100644 --- a/grafast/grafast/src/version.ts +++ b/grafast/grafast/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "1.1.0"; +export const version = "1.1.1"; diff --git a/graphile-build/graphile-build-pg/CHANGELOG.md b/graphile-build/graphile-build-pg/CHANGELOG.md index f1820198c6..9352ef0f14 100644 --- a/graphile-build/graphile-build-pg/CHANGELOG.md +++ b/graphile-build/graphile-build-pg/CHANGELOG.md @@ -1,5 +1,14 @@ # graphile-build-pg +## 5.1.3 + +### Patch Changes + +- [#3121](https://github.com/graphile/crystal/pull/3121) + [`4b6f5bf`](https://github.com/graphile/crystal/commit/4b6f5bf91ce1ddcddc498319ebaf48b94b50d755) + Thanks [@benjie](https://github.com/benjie)! - Allow PostgreSQL enum table + with no values... catch at GraphQL layer. + ## 5.1.2 ### Patch Changes diff --git a/graphile-build/graphile-build-pg/package.json b/graphile-build/graphile-build-pg/package.json index 34601b2bd9..c2e3823ed1 100644 --- a/graphile-build/graphile-build-pg/package.json +++ b/graphile-build/graphile-build-pg/package.json @@ -1,6 +1,6 @@ { "name": "graphile-build-pg", - "version": "5.1.2", + "version": "5.1.3", "description": "PostgreSQL plugins for Graphile Build - build a supercharged GraphQL schema by reflection over a PostgreSQL database and executed by Grafast.", "type": "commonjs", "main": "./dist/index.js", diff --git a/graphile-build/graphile-build-pg/src/version.ts b/graphile-build/graphile-build-pg/src/version.ts index 7eebc783d2..55a7e3a619 100644 --- a/graphile-build/graphile-build-pg/src/version.ts +++ b/graphile-build/graphile-build-pg/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "5.1.2"; +export const version = "5.1.3"; diff --git a/postgraphile/postgraphile/CHANGELOG.md b/postgraphile/postgraphile/CHANGELOG.md index 3925e40336..234452e217 100644 --- a/postgraphile/postgraphile/CHANGELOG.md +++ b/postgraphile/postgraphile/CHANGELOG.md @@ -1,5 +1,39 @@ # postgraphile +## 5.1.3 + +### Patch Changes + +- [#3119](https://github.com/graphile/crystal/pull/3119) + [`53ffec5`](https://github.com/graphile/crystal/commit/53ffec58685ad8881664990a8f93d095a36a8413) + Thanks [@benjie](https://github.com/benjie)! - Grafast now exports + `variableValues()` helper to make moving from GraphQL.js resolvers to Grafast + plan resolvers easier. + +- [#3121](https://github.com/graphile/crystal/pull/3121) + [`4b6f5bf`](https://github.com/graphile/crystal/commit/4b6f5bf91ce1ddcddc498319ebaf48b94b50d755) + Thanks [@benjie](https://github.com/benjie)! - Allow PostgreSQL enum table + with no values... catch at GraphQL layer. + +- [#3085](https://github.com/graphile/crystal/pull/3085) + [`711f932`](https://github.com/graphile/crystal/commit/711f93271f7d3c4eb74ef884e6f07f7591329d85) + Thanks [@benjie](https://github.com/benjie)! - Fix types in + `loadOne`/`loadMany` that were allowing steps to become `Step>` + rather than `Step`. Steps will never represent a promise. + +- [#3118](https://github.com/graphile/crystal/pull/3118) + [`1ad8bce`](https://github.com/graphile/crystal/commit/1ad8bced55e11f0144d458f62c67a840de858d71) + Thanks [@benjie](https://github.com/benjie)! - Adds `parentType` to + `FieldInfo` so it's easier to emulate GraphQLResolveInfo when migrating to + Grafast. +- Updated dependencies + [[`53ffec5`](https://github.com/graphile/crystal/commit/53ffec58685ad8881664990a8f93d095a36a8413), + [`4b6f5bf`](https://github.com/graphile/crystal/commit/4b6f5bf91ce1ddcddc498319ebaf48b94b50d755), + [`711f932`](https://github.com/graphile/crystal/commit/711f93271f7d3c4eb74ef884e6f07f7591329d85), + [`1ad8bce`](https://github.com/graphile/crystal/commit/1ad8bced55e11f0144d458f62c67a840de858d71)]: + - grafast@1.1.1 + - graphile-build-pg@5.1.3 + ## 5.1.2 ### Patch Changes diff --git a/postgraphile/postgraphile/package.json b/postgraphile/postgraphile/package.json index 33dbbcd5cb..da110d3bb6 100644 --- a/postgraphile/postgraphile/package.json +++ b/postgraphile/postgraphile/package.json @@ -1,6 +1,6 @@ { "name": "postgraphile", - "version": "5.1.2", + "version": "5.1.3", "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL", "type": "commonjs", "main": "./dist/index.js", diff --git a/postgraphile/postgraphile/src/version.ts b/postgraphile/postgraphile/src/version.ts index 7eebc783d2..55a7e3a619 100644 --- a/postgraphile/postgraphile/src/version.ts +++ b/postgraphile/postgraphile/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "5.1.2"; +export const version = "5.1.3"; From 385a146dbbdeaed5eacb288c841db5fe1a90f948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:04:01 +0000 Subject: [PATCH 2/2] Version Packages --- .changeset/brave-dingos-cough.md | 7 ------- .changeset/large-buttons-end.md | 6 ------ .changeset/rich-lines-deny.md | 8 -------- .changeset/small-dryers-shake.md | 7 ------- 4 files changed, 28 deletions(-) delete mode 100644 .changeset/brave-dingos-cough.md delete mode 100644 .changeset/large-buttons-end.md delete mode 100644 .changeset/rich-lines-deny.md delete mode 100644 .changeset/small-dryers-shake.md diff --git a/.changeset/brave-dingos-cough.md b/.changeset/brave-dingos-cough.md deleted file mode 100644 index 35beb91953..0000000000 --- a/.changeset/brave-dingos-cough.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"grafast": patch -"postgraphile": patch ---- - -Grafast now exports `variableValues()` helper to make moving from GraphQL.js -resolvers to Grafast plan resolvers easier. diff --git a/.changeset/large-buttons-end.md b/.changeset/large-buttons-end.md deleted file mode 100644 index a88f177865..0000000000 --- a/.changeset/large-buttons-end.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"graphile-build-pg": patch -"postgraphile": patch ---- - -Allow PostgreSQL enum table with no values... catch at GraphQL layer. diff --git a/.changeset/rich-lines-deny.md b/.changeset/rich-lines-deny.md deleted file mode 100644 index 8d48989527..0000000000 --- a/.changeset/rich-lines-deny.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"grafast": patch -"postgraphile": patch ---- - -Fix types in `loadOne`/`loadMany` that were allowing steps to become -`Step>` rather than `Step`. Steps will never represent a -promise. diff --git a/.changeset/small-dryers-shake.md b/.changeset/small-dryers-shake.md deleted file mode 100644 index 902f6d1816..0000000000 --- a/.changeset/small-dryers-shake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"grafast": patch -"postgraphile": patch ---- - -Adds `parentType` to `FieldInfo` so it's easier to emulate GraphQLResolveInfo -when migrating to Grafast.