Skip to content
Merged
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
7 changes: 0 additions & 7 deletions .changeset/brave-dingos-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-buttons-end.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rich-lines-deny.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-dryers-shake.md

This file was deleted.

22 changes: 22 additions & 0 deletions grafast/grafast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<Promise<TData>>`
rather than `Step<TData>`. 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
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.0",
"version": "1.1.1",
"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.0";
export const version = "1.1.1";
9 changes: 9 additions & 0 deletions graphile-build/graphile-build-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build-pg/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build-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 = "5.1.2";
export const version = "5.1.3";
34 changes: 34 additions & 0 deletions postgraphile/postgraphile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<Promise<TData>>`
rather than `Step<TData>`. 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
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.2",
"version": "5.1.3",
"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.2";
export const version = "5.1.3";
Loading