Skip to content

Commit

Permalink
Merge branch 'main' into utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jemgillam authored Dec 11, 2024
2 parents 65527d0 + d0eb495 commit d4ef366
Show file tree
Hide file tree
Showing 42 changed files with 219 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"calm-zebras-own",
"chatty-dodos-melt",
"chatty-ducks-care",
"chatty-nails-poke",
"chatty-pianos-move",
"chatty-roses-deliver",
"chilled-eagles-sneeze",
Expand Down Expand Up @@ -482,6 +483,7 @@
"thick-bulldogs-impress",
"thick-donkeys-drum",
"thick-monkeys-buy",
"thick-mugs-trade",
"thick-taxis-sip",
"thin-chairs-raise",
"thin-insects-decide",
Expand Down
10 changes: 10 additions & 0 deletions grafast/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @localrepo/grafast-bench

## 0.0.1-beta.27

### Patch Changes

- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- [email protected]

## 0.0.1-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion grafast/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localrepo/grafast-bench",
"version": "0.0.1-beta.26",
"version": "0.0.1-beta.27",
"private": true,
"description": "Grafast benchmarks",
"type": "commonjs",
Expand Down
8 changes: 8 additions & 0 deletions grafast/dataplan-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dataplan/json

## 0.0.1-beta.27

### Patch Changes

- Updated dependencies
[[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]

## 0.0.1-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion grafast/dataplan-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dataplan/json",
"version": "0.0.1-beta.26",
"version": "0.0.1-beta.27",
"description": "JSON step classes for Grafast",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions grafast/dataplan-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @dataplan/pg

## 0.0.1-beta.29

### Patch Changes

- [#2279](https://github.com/graphile/crystal/pull/2279)
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)
Thanks [@benjie](https://github.com/benjie)! - Introduce step caching to
reduce deduplication workload safely, thereby reducing planning time for many
larger queries.
- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- [email protected]
- @dataplan/json@0.0.1-beta.27

## 0.0.1-beta.28

### 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": "0.0.1-beta.28",
"version": "0.0.1-beta.29",
"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 = "0.0.1-beta.28";
export const version = "0.0.1-beta.29";
13 changes: 13 additions & 0 deletions grafast/grafast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# grafast

## 0.1.1-beta.18

### Patch Changes

- [#2279](https://github.com/graphile/crystal/pull/2279)
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)
Thanks [@benjie](https://github.com/benjie)! - Introduce step caching to
reduce deduplication workload safely, thereby reducing planning time for many
larger queries.
- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349)]:
- [email protected]

## 0.1.1-beta.17

### 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": "0.1.1-beta.17",
"version": "0.1.1-beta.18",
"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 = "0.1.1-beta.17";
export const version = "0.1.1-beta.18";
11 changes: 11 additions & 0 deletions grafast/grafserv-persisted/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @grafserv/persisted

## 0.0.0-beta.30

### Patch Changes

- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- [email protected]
- [email protected]

## 0.0.0-beta.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion grafast/grafserv-persisted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafserv/persisted",
"version": "0.0.0-beta.29",
"version": "0.0.0-beta.30",
"description": "Persisted operations support for Grafserv",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion grafast/grafserv-persisted/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 = "0.0.0-beta.29";
export const version = "0.0.0-beta.30";
11 changes: 11 additions & 0 deletions grafast/grafserv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# grafserv

## 0.1.1-beta.20

### Patch Changes

- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- [email protected]
- [email protected]

## 0.1.1-beta.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion grafast/grafserv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafserv",
"version": "0.1.1-beta.19",
"version": "0.1.1-beta.20",
"description": "A highly optimized server for GraphQL, powered by Grafast",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion grafast/grafserv/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 = "0.1.1-beta.19";
export const version = "0.1.1-beta.20";
8 changes: 8 additions & 0 deletions grafast/ruru-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ruru-components

## 2.0.0-beta.26

### Patch Changes

- Updated dependencies
[[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]

## 2.0.0-beta.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion grafast/ruru-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruru-components",
"version": "2.0.0-beta.25",
"version": "2.0.0-beta.26",
"description": "Grafast-flavoured GraphiQL distribution; the underlying React components",
"main": "./dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions grafast/ruru/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ruru

## 2.0.0-beta.18

### Patch Changes

- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349)]:
- [email protected]

## 2.0.0-beta.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion grafast/ruru/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruru",
"version": "2.0.0-beta.17",
"version": "2.0.0-beta.18",
"description": "Grafast-flavoured GraphiQL distribution",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions grafast/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @localrepo/grafast-website

## 0.0.1-beta.19

### Patch Changes

- Updated dependencies
[[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]

## 0.0.1-beta.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion grafast/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localrepo/grafast-website",
"version": "0.0.1-beta.18",
"version": "0.0.1-beta.19",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
12 changes: 12 additions & 0 deletions graphile-build/graphile-build-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# graphile-build-pg

## 5.0.0-beta.35

### Patch Changes

- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- @dataplan/pg@0.0.1-beta.29
- [email protected]
- [email protected]

## 5.0.0-beta.34

### 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.0.0-beta.34",
"version": "5.0.0-beta.35",
"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.0.0-beta.34";
export const version = "5.0.0-beta.35";
10 changes: 10 additions & 0 deletions graphile-build/graphile-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphile-build

## 5.0.0-beta.30

### Patch Changes

- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- [email protected]

## 5.0.0-beta.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-build",
"version": "5.0.0-beta.29",
"version": "5.0.0-beta.30",
"description": "Build a GraphQL schema from plugins",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build/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.0.0-beta.29";
export const version = "5.0.0-beta.30";
13 changes: 13 additions & 0 deletions graphile-build/graphile-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# graphile-utils

## 5.0.0-beta.35

### Patch Changes

- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- @dataplan/pg@0.0.1-beta.29
- [email protected]
- [email protected]
- [email protected]

## 5.0.0-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-utils",
"version": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"description": "Utilities to help with building graphile-build plugins",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions postgraphile/pgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# pgl

## 5.0.0-beta.36

### Patch Changes

- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- [email protected]
- @dataplan/pg@0.0.1-beta.29
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- @dataplan/json@0.0.1-beta.27

## 5.0.0-beta.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/pgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgl",
"version": "5.0.0-beta.35",
"version": "5.0.0-beta.36",
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
"type": "commonjs",
"exports": {
Expand Down
21 changes: 21 additions & 0 deletions postgraphile/postgraphile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# postgraphile

## 5.0.0-beta.36

### Patch Changes

- [#2279](https://github.com/graphile/crystal/pull/2279)
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)
Thanks [@benjie](https://github.com/benjie)! - Introduce step caching to
reduce deduplication workload safely, thereby reducing planning time for many
larger queries.
- Updated dependencies
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
- [email protected]
- @dataplan/pg@0.0.1-beta.29
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- @dataplan/json@0.0.1-beta.27

## 5.0.0-beta.35

### Patch Changes
Expand Down
Loading

0 comments on commit d4ef366

Please sign in to comment.