diff --git a/.changeset/silly-baths-design.md b/.changeset/silly-baths-design.md deleted file mode 100644 index 066c227eae..0000000000 --- a/.changeset/silly-baths-design.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@dataplan/pg": patch -"grafast": patch -"postgraphile": patch ---- - -Fix a bug where `trap()` would prevent connection-capable list steps from -resolving correctly (often replacing them with `null`). diff --git a/.changeset/some-beers-drop.md b/.changeset/some-beers-drop.md deleted file mode 100644 index 34406e2eef..0000000000 --- a/.changeset/some-beers-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dataplan/pg": patch ---- - -Fixes an issue where `loadOneWithPgClient`/`loadManyWithPgClient` might result -in `Step>` types. Steps will never represent promises. diff --git a/grafast/dataplan-pg/CHANGELOG.md b/grafast/dataplan-pg/CHANGELOG.md index de03c08e44..26ba7c6f3f 100644 --- a/grafast/dataplan-pg/CHANGELOG.md +++ b/grafast/dataplan-pg/CHANGELOG.md @@ -1,5 +1,24 @@ # @dataplan/pg +## 1.1.2 + +### Patch Changes + +- [#3128](https://github.com/graphile/crystal/pull/3128) + [`56e8708`](https://github.com/graphile/crystal/commit/56e8708a7467f3902ca68b1b745b688f06bbd800) + Thanks [@benjie](https://github.com/benjie)! - Fix a bug where `trap()` would + prevent connection-capable list steps from resolving correctly (often + replacing them with `null`). + +- [#3129](https://github.com/graphile/crystal/pull/3129) + [`ddf58fa`](https://github.com/graphile/crystal/commit/ddf58faafdbb194da11f0bca429285c25747c964) + Thanks [@benjie](https://github.com/benjie)! - Fixes an issue where + `loadOneWithPgClient`/`loadManyWithPgClient` might result in + `Step>` types. Steps will never represent promises. +- Updated dependencies + [[`56e8708`](https://github.com/graphile/crystal/commit/56e8708a7467f3902ca68b1b745b688f06bbd800)]: + - grafast@1.1.3 + ## 1.1.1 ### Patch Changes diff --git a/grafast/dataplan-pg/package.json b/grafast/dataplan-pg/package.json index f9d2a232c6..e820839114 100644 --- a/grafast/dataplan-pg/package.json +++ b/grafast/dataplan-pg/package.json @@ -1,6 +1,6 @@ { "name": "@dataplan/pg", - "version": "1.1.1", + "version": "1.1.2", "description": "PostgreSQL step classes for Grafast", "type": "commonjs", "main": "dist/index.js", diff --git a/grafast/dataplan-pg/src/version.ts b/grafast/dataplan-pg/src/version.ts index d5deb0ef05..8e742bffe9 100644 --- a/grafast/dataplan-pg/src/version.ts +++ b/grafast/dataplan-pg/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "1.1.1"; +export const version = "1.1.2"; diff --git a/grafast/grafast/CHANGELOG.md b/grafast/grafast/CHANGELOG.md index 731f332f0b..e4ec0e4b56 100644 --- a/grafast/grafast/CHANGELOG.md +++ b/grafast/grafast/CHANGELOG.md @@ -1,5 +1,15 @@ # grafast +## 1.1.3 + +### Patch Changes + +- [#3128](https://github.com/graphile/crystal/pull/3128) + [`56e8708`](https://github.com/graphile/crystal/commit/56e8708a7467f3902ca68b1b745b688f06bbd800) + Thanks [@benjie](https://github.com/benjie)! - Fix a bug where `trap()` would + prevent connection-capable list steps from resolving correctly (often + replacing them with `null`). + ## 1.1.2 ### Patch Changes diff --git a/grafast/grafast/package.json b/grafast/grafast/package.json index f61ab87a66..9927fb748d 100644 --- a/grafast/grafast/package.json +++ b/grafast/grafast/package.json @@ -1,6 +1,6 @@ { "name": "grafast", - "version": "1.1.2", + "version": "1.1.3", "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 8e742bffe9..35a44132eb 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.2"; +export const version = "1.1.3"; diff --git a/postgraphile/postgraphile/CHANGELOG.md b/postgraphile/postgraphile/CHANGELOG.md index c5d0c68f99..101f7f65ef 100644 --- a/postgraphile/postgraphile/CHANGELOG.md +++ b/postgraphile/postgraphile/CHANGELOG.md @@ -1,5 +1,20 @@ # postgraphile +## 5.1.5 + +### Patch Changes + +- [#3128](https://github.com/graphile/crystal/pull/3128) + [`56e8708`](https://github.com/graphile/crystal/commit/56e8708a7467f3902ca68b1b745b688f06bbd800) + Thanks [@benjie](https://github.com/benjie)! - Fix a bug where `trap()` would + prevent connection-capable list steps from resolving correctly (often + replacing them with `null`). +- Updated dependencies + [[`56e8708`](https://github.com/graphile/crystal/commit/56e8708a7467f3902ca68b1b745b688f06bbd800), + [`ddf58fa`](https://github.com/graphile/crystal/commit/ddf58faafdbb194da11f0bca429285c25747c964)]: + - @dataplan/pg@1.1.2 + - grafast@1.1.3 + ## 5.1.4 ### Patch Changes diff --git a/postgraphile/postgraphile/package.json b/postgraphile/postgraphile/package.json index 5054512939..c1ec9c6973 100644 --- a/postgraphile/postgraphile/package.json +++ b/postgraphile/postgraphile/package.json @@ -1,6 +1,6 @@ { "name": "postgraphile", - "version": "5.1.4", + "version": "5.1.5", "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 b27e7ab528..d11b52ac25 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.4"; +export const version = "5.1.5";