Skip to content

Commit 21fd7c2

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.6.4 - graphile-cache@3.3.3 - graphile-connection-filter@1.1.1 - graphile-misc-plugins@1.4.3 - graphile-postgis@2.6.1 - graphile-query@4.6.1 - graphile-schema@1.6.1 - graphile-search@1.1.1 - graphile-settings@4.9.1 - graphile-sql-expression-validator@2.4.3 - graphile-test@4.5.3 - graphile-upload-plugin@2.4.3 - @constructive-io/graphql-codegen@4.14.4 - @constructive-io/graphql-env@3.4.3 - @constructive-io/graphql-explorer@4.6.1 - gql-ast@3.3.3 - @constructive-io/playwright-test@2.6.2 - @constructive-io/graphql-query@3.6.1 - @constructive-io/graphql-react@4.6.1 - @constructive-io/graphql-server@4.11.0 - graphql-server-test@2.6.2 - @constructive-io/graphql-test@4.6.1 - @constructive-io/test-codegen-app@1.6.4 - @constructive-io/graphql-types@3.3.3 - @constructive-io/job-pg@2.4.3 - @constructive-io/job-scheduler@2.4.3 - @constructive-io/job-utils@2.4.3 - @constructive-io/job-worker@2.4.3 - @constructive-io/knative-job-server@2.4.3 - @constructive-io/knative-job-service@2.6.2 - @constructive-io/knative-job-worker@2.5.3 - @constructive-io/cli@7.7.5 - @constructive-io/client@2.11.3 - csv-to-pg@3.10.3 - @constructive-io/orm@2.11.3 - @pgpmjs/server-utils@3.4.3 - pgpm@4.7.2 - @pgpmjs/core@6.6.3 - drizzle-orm-test@2.5.3 - introspectron@4.6.1 - pg-ast@2.11.3 - pg-cache@3.3.3 - pg-codegen@4.5.3 - pg-query-context@2.8.3 - pg-seed@0.7.3 - pgsql-client@3.5.3 - pgsql-seed@2.5.3 - pgsql-test@4.5.3 - supabase-test@2.5.3 - @constructive-sdk/cli@0.8.4 - @constructive-io/node@0.4.4 - @constructive-io/react@0.6.4 - @constructive-io/sdk@0.7.4 - @constructive-io/content-type-stream@2.10.3 - etag-stream@2.10.3 - mime-bytes@0.10.3 - @constructive-io/s3-streamer@2.16.3 - @constructive-io/s3-utils@2.9.3 - stream-to-etag@2.10.3 - @constructive-io/upload-names@2.9.3
1 parent 2c0f385 commit 21fd7c2

121 files changed

Lines changed: 7737 additions & 2628 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/codegen-integration/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.4](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.6.3...@constructive-io/examples-codegen-integration@1.6.4) (2026-03-15)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.6.3](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.6.2...@constructive-io/examples-codegen-integration@1.6.3) (2026-03-15)
711

812
**Note:** Version bump only for package @constructive-io/examples-codegen-integration

examples/codegen-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/examples-codegen-integration",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphile/graphile-cache/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.3](https://github.com/constructive-io/constructive/compare/graphile-cache@3.3.2...graphile-cache@3.3.3) (2026-03-15)
7+
8+
### Bug Fixes
9+
10+
- align all graphile ecosystem deps to latest compatible pinned RC versions ([d3f7761](https://github.com/constructive-io/constructive/commit/d3f7761182e0470cf992028155d1a5fa00cf9211))
11+
612
## [3.3.2](https://github.com/constructive-io/constructive/compare/graphile-cache@3.3.1...graphile-cache@3.3.2) (2026-03-12)
713

814
**Note:** Version bump only for package graphile-cache

graphile/graphile-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-cache",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostGraphile v5 LRU cache with automatic pool cleanup integration",
66
"main": "index.js",

graphile/graphile-connection-filter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/constructive-io/constructive/compare/graphile-connection-filter@1.1.0...graphile-connection-filter@1.1.1) (2026-03-15)
7+
8+
### Bug Fixes
9+
10+
- align all graphile ecosystem deps to latest compatible pinned RC versions ([d3f7761](https://github.com/constructive-io/constructive/commit/d3f7761182e0470cf992028155d1a5fa00cf9211))
11+
612
# 1.1.0 (2026-03-14)
713

814
### Bug Fixes

graphile/graphile-connection-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-connection-filter",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "PostGraphile v5 native connection filter plugin - adds advanced filtering to connections",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-misc-plugins/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.3](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.4.2...graphile-misc-plugins@1.4.3) (2026-03-15)
7+
8+
### Bug Fixes
9+
10+
- add null guards for relation lookups in custom-inflector ([47450f5](https://github.com/constructive-io/constructive/commit/47450f5058192558d842a8024f83cf07ce6509b4))
11+
- align all graphile ecosystem deps to latest compatible pinned RC versions ([d3f7761](https://github.com/constructive-io/constructive/commit/d3f7761182e0470cf992028155d1a5fa00cf9211))
12+
613
## [1.4.2](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.4.1...graphile-misc-plugins@1.4.2) (2026-03-12)
714

815
**Note:** Version bump only for package graphile-misc-plugins

graphile/graphile-misc-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-misc-plugins",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Miscellaneous PostGraphile v5 plugins: inflection, conflict detection, meta-schema, type mappings, and more",
66
"main": "index.js",

graphile/graphile-postgis/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.6.1](https://github.com/constructive-io/constructive/compare/graphile-postgis@2.6.0...graphile-postgis@2.6.1) (2026-03-15)
7+
8+
### Bug Fixes
9+
10+
- align all graphile ecosystem deps to latest compatible pinned RC versions ([d3f7761](https://github.com/constructive-io/constructive/commit/d3f7761182e0470cf992028155d1a5fa00cf9211))
11+
612
# [2.6.0](https://github.com/constructive-io/constructive/compare/graphile-postgis@2.5.2...graphile-postgis@2.6.0) (2026-03-14)
713

814
### Features

graphile/graphile-postgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-postgis",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "PostGIS support for PostGraphile v5",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)