Skip to content

Commit ea590e1

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.18.5 - graphile-bulk-mutations@0.2.1 - graphile-connection-filter@1.9.2 - graphile-llm@0.6.2 - graphile-ltree@1.6.2 - graphile-pg-aggregates@1.2.2 - graphile-postgis@2.15.2 - graphile-query@4.17.3 - graphile-realtime-test@0.2.0 - graphile-schema@1.19.3 - graphile-search@1.11.2 - graphile-settings@4.33.2 - graphile-test@4.14.2 - @constructive-io/graphql-codegen@4.40.5 - @constructive-io/graphql-explorer@4.18.3 - graphql-orm-test@0.13.5 - @constructive-io/playwright-test@2.17.5 - @constructive-io/graphql-query@3.23.3 - @constructive-io/graphql-react@4.17.5 - @constructive-io/graphql-server@4.29.2 - graphql-server-test@2.21.5 - @constructive-io/graphql-test@4.18.5 - @constructive-io/test-codegen-app@1.18.5 - @constructive-io/knative-job-service@2.17.3 - @constructive-io/knative-job-worker@2.13.2 - @constructive-io/cli@7.20.5 - safegres@0.7.2 - pgpm@4.23.5 - @pgpmjs/export@0.13.1 - drizzle-orm-test@2.13.2 - introspectron@4.17.5 - pg-codegen@4.13.2 - pgsql-test@4.13.2 - supabase-test@2.13.2 - @constructive-sdk/cli@0.21.5 - @constructive-io/react@0.19.5 - @constructive-io/sdk@0.21.5 - @pgpmjs/migrate-client@0.12.4
1 parent 5970bf6 commit ea590e1

77 files changed

Lines changed: 7662 additions & 2626 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.18.5](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.18.4...@constructive-io/examples-codegen-integration@1.18.5) (2026-05-12)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.18.4](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.18.3...@constructive-io/examples-codegen-integration@1.18.4) (2026-05-12)
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.18.4",
3+
"version": "1.18.5",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphile/graphile-bulk-mutations/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+
## [0.2.1](https://github.com/constructive-io/constructive/compare/graphile-bulk-mutations@0.2.0...graphile-bulk-mutations@0.2.1) (2026-05-12)
7+
8+
**Note:** Version bump only for package graphile-bulk-mutations
9+
610
# 0.2.0 (2026-05-12)
711

812
### Bug Fixes

graphile/graphile-bulk-mutations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-bulk-mutations",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "PostGraphile v5 plugin for bulk insert, upsert, update, and delete mutations with ON CONFLICT handling",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-connection-filter/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.9.2](https://github.com/constructive-io/constructive/compare/graphile-connection-filter@1.9.1...graphile-connection-filter@1.9.2) (2026-05-12)
7+
8+
**Note:** Version bump only for package graphile-connection-filter
9+
610
## [1.9.1](https://github.com/constructive-io/constructive/compare/graphile-connection-filter@1.9.0...graphile-connection-filter@1.9.1) (2026-05-11)
711

812
**Note:** Version bump only for package graphile-connection-filter

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.9.1",
3+
"version": "1.9.2",
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-llm/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+
## [0.6.2](https://github.com/constructive-io/constructive/compare/graphile-llm@0.6.1...graphile-llm@0.6.2) (2026-05-12)
7+
8+
**Note:** Version bump only for package graphile-llm
9+
610
## [0.6.1](https://github.com/constructive-io/constructive/compare/graphile-llm@0.6.0...graphile-llm@0.6.1) (2026-05-11)
711

812
**Note:** Version bump only for package graphile-llm

graphile/graphile-llm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-llm",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "LLM integration plugin for PostGraphile v5 — server-side text-to-vector embedding and text companion fields for pgvector columns",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-ltree/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.2](https://github.com/constructive-io/constructive/compare/graphile-ltree@1.6.1...graphile-ltree@1.6.2) (2026-05-12)
7+
8+
**Note:** Version bump only for package graphile-ltree
9+
610
## [1.6.1](https://github.com/constructive-io/constructive/compare/graphile-ltree@1.6.0...graphile-ltree@1.6.1) (2026-05-11)
711

812
**Note:** Version bump only for package graphile-ltree

graphile/graphile-ltree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-ltree",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "PostGraphile v5 ltree plugin — auto-detects ltree columns, exposes slash-path folder fields, and provides containment/glob filter operators",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)