Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/silly-baths-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/some-beers-drop.md

This file was deleted.

19 changes: 19 additions & 0 deletions grafast/dataplan-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<Promise<...>>` 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
Expand Down
2 changes: 1 addition & 1 deletion grafast/dataplan-pg/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion grafast/dataplan-pg/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "1.1.1";
export const version = "1.1.2";
10 changes: 10 additions & 0 deletions grafast/grafast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion grafast/grafast/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion grafast/grafast/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "1.1.2";
export const version = "1.1.3";
15 changes: 15 additions & 0 deletions postgraphile/postgraphile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/postgraphile/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/postgraphile/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "5.1.4";
export const version = "5.1.5";