Skip to content

Commit baae875

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.10.7 - @constructive-io/send-email-link-fn@2.6.2 - @constructive-io/simple-email-fn@1.6.2 - graphile-cache@3.4.2 - graphile-connection-filter@1.3.3 - graphile-postgis@2.9.3 - graphile-query@4.9.5 - graphile-schema@1.11.2 - graphile-search@1.5.3 - graphile-settings@4.18.0 - graphile-sql-expression-validator@2.6.2 - graphile-test@4.7.3 - graphile-upload-plugin@2.5.2 - node-type-registry@0.6.0 - @constructive-io/graphql-codegen@4.26.0 - @constructive-io/graphql-env@3.5.2 - @constructive-io/graphql-explorer@4.10.5 - gql-ast@3.4.2 - graphql-orm-test@0.4.7 - @constructive-io/playwright-test@2.9.5 - @constructive-io/graphql-query@3.12.5 - @constructive-io/graphql-react@4.9.5 - @constructive-io/graphql-server@4.15.5 - graphql-server-test@2.9.7 - @constructive-io/graphql-test@4.9.5 - @constructive-io/test-codegen-app@1.10.7 - @constructive-io/graphql-types@3.4.2 - @constructive-io/job-pg@2.5.2 - @constructive-io/job-scheduler@2.5.2 - @constructive-io/job-utils@2.5.2 - @constructive-io/job-worker@2.5.2 - @constructive-io/knative-job-example@1.5.2 - @constructive-io/knative-job-fn@1.5.2 - @constructive-io/knative-job-server@2.5.2 - @constructive-io/knative-job-service@2.9.5 - @constructive-io/knative-job-worker@2.7.3 - 12factor-env@1.6.2 - @constructive-io/cli@7.11.8 - @constructive-io/client@2.12.2 - @constructive-io/csrf@0.8.2 - csv-to-pg@3.11.2 - @constructive-io/oauth@0.8.2 - @constructive-io/orm@2.12.2 - @constructive-io/postmaster@1.6.2 - @constructive-io/query-builder@2.11.2 - @pgpmjs/server-utils@3.5.2 - simple-smtp-server@0.8.2 - @constructive-io/url-domains@2.10.2 - pgpm@4.10.2 - @pgpmjs/core@6.10.3 - @pgpmjs/env@2.16.2 - @pgpmjs/export@0.2.3 - @pgpmjs/logger@2.5.2 - @pgpmjs/types@2.20.2 - drizzle-orm-test@2.7.3 - introspectron@4.9.5 - pg-ast@2.12.2 - pg-cache@3.4.2 - pg-codegen@4.7.3 - pg-env@1.8.2 - pg-query-context@2.9.2 - pg-seed@0.8.2 - pgsql-client@3.7.3 - pgsql-seed@2.7.3 - pgsql-test@4.7.3 - supabase-test@2.7.3 - @constructive-sdk/cli@0.12.7 - @constructive-io/node@0.8.7 - @constructive-io/react@0.10.7 - @constructive-io/sdk@0.12.7 - @pgpmjs/migrate-client@0.3.2 - @constructive-io/content-type-stream@2.11.2 - etag-hash@2.11.2 - etag-stream@2.11.2 - mime-bytes@0.11.2 - @constructive-io/s3-streamer@2.17.2 - @constructive-io/s3-utils@2.10.2 - stream-to-etag@2.11.2 - @constructive-io/upload-names@2.10.2 - uuid-hash@2.10.2 - uuid-stream@2.10.2
1 parent 118a950 commit baae875

163 files changed

Lines changed: 7807 additions & 2645 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.10.7](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.10.6...@constructive-io/examples-codegen-integration@1.10.7) (2026-03-27)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.10.6](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.10.5...@constructive-io/examples-codegen-integration@1.10.6) (2026-03-27)
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.10.6",
3+
"version": "1.10.7",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

functions/send-email-link/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+
## [2.6.2](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.6.1...@constructive-io/send-email-link-fn@2.6.2) (2026-03-27)
7+
8+
**Note:** Version bump only for package @constructive-io/send-email-link-fn
9+
610
## [2.6.1](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.6.0...@constructive-io/send-email-link-fn@2.6.1) (2026-03-26)
711

812
**Note:** Version bump only for package @constructive-io/send-email-link-fn

functions/send-email-link/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/send-email-link-fn",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "Knative function to send email links (invite, password reset, email verification) using Constructive jobs",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

functions/simple-email/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/@constructive-io/simple-email-fn@1.6.1...@constructive-io/simple-email-fn@1.6.2) (2026-03-27)
7+
8+
**Note:** Version bump only for package @constructive-io/simple-email-fn
9+
610
## [1.6.1](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.6.0...@constructive-io/simple-email-fn@1.6.1) (2026-03-26)
711

812
**Note:** Version bump only for package @constructive-io/simple-email-fn

functions/simple-email/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/simple-email-fn",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Simple Knative email function that sends emails directly from job payload",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-cache/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+
## [3.4.2](https://github.com/constructive-io/constructive/compare/graphile-cache@3.4.1...graphile-cache@3.4.2) (2026-03-27)
7+
8+
**Note:** Version bump only for package graphile-cache
9+
610
## [3.4.1](https://github.com/constructive-io/constructive/compare/graphile-cache@3.4.0...graphile-cache@3.4.1) (2026-03-26)
711

812
**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.4.1",
3+
"version": "3.4.2",
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: 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.3.3](https://github.com/constructive-io/constructive/compare/graphile-connection-filter@1.3.2...graphile-connection-filter@1.3.3) (2026-03-27)
7+
8+
**Note:** Version bump only for package graphile-connection-filter
9+
610
## [1.3.2](https://github.com/constructive-io/constructive/compare/graphile-connection-filter@1.3.1...graphile-connection-filter@1.3.2) (2026-03-27)
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.3.2",
3+
"version": "1.3.3",
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",

0 commit comments

Comments
 (0)