Skip to content

Commit e3cc83d

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.5.1 - @constructive-io/send-email-link-fn@2.4.1 - @constructive-io/simple-email-fn@1.5.1 - graphile-cache@3.3.1 - graphile-misc-plugins@1.4.1 - graphile-pg-textsearch-plugin@1.5.1 - graphile-pgvector-plugin@1.6.1 - graphile-plugin-connection-filter-postgis@2.5.1 - graphile-postgis@2.5.1 - graphile-query@4.5.1 - graphile-schema@1.5.1 - graphile-search-plugin@3.6.1 - graphile-settings@4.8.1 - graphile-sql-expression-validator@2.4.1 - graphile-test@4.5.1 - graphile-upload-plugin@2.4.1 - @constructive-io/graphql-codegen@4.12.1 - @constructive-io/graphql-env@3.4.1 - @constructive-io/graphql-explorer@4.5.1 - gql-ast@3.3.1 - @constructive-io/playwright-test@2.5.1 - @constructive-io/graphql-query@3.5.1 - @constructive-io/graphql-react@4.5.1 - @constructive-io/graphql-server@4.8.1 - graphql-server-test@2.5.1 - @constructive-io/graphql-test@4.5.1 - @constructive-io/test-codegen-app@1.5.1 - @constructive-io/graphql-types@3.3.1 - @constructive-io/job-pg@2.4.1 - @constructive-io/job-scheduler@2.4.1 - @constructive-io/job-utils@2.4.1 - @constructive-io/job-worker@2.4.1 - @constructive-io/knative-job-example@1.4.1 - @constructive-io/knative-job-fn@1.4.1 - @constructive-io/knative-job-server@2.4.1 - @constructive-io/knative-job-service@2.5.1 - @constructive-io/knative-job-worker@2.5.1 - 12factor-env@1.5.1 - @constructive-io/cli@7.5.1 - @constructive-io/client@2.11.1 - @constructive-io/csrf@0.7.1 - csv-to-pg@3.10.1 - @constructive-io/oauth@0.7.1 - @constructive-io/orm@2.11.1 - @constructive-io/postmaster@1.5.1 - @constructive-io/query-builder@2.10.1 - @pgpmjs/server-utils@3.4.1 - simple-smtp-server@0.7.1 - @constructive-io/url-domains@2.9.1 - pgpm@4.6.1 - @pgpmjs/core@6.6.1 - @pgpmjs/env@2.15.1 - @pgpmjs/logger@2.4.1 - @pgpmjs/types@2.19.1 - drizzle-orm-test@2.5.1 - introspectron@4.5.1 - pg-ast@2.11.1 - pg-cache@3.3.1 - pg-codegen@4.5.1 - pg-env@1.7.1 - pg-query-context@2.8.1 - pg-seed@0.7.1 - pgsql-client@3.5.1 - pgsql-seed@2.5.1 - pgsql-test@4.5.1 - supabase-test@2.5.1 - @constructive-sdk/cli@0.6.1 - @constructive-io/node@0.3.1 - @constructive-io/react@0.5.1 - @constructive-io/sdk@0.5.1 - @constructive-io/content-type-stream@2.10.1 - etag-hash@2.10.1 - etag-stream@2.10.1 - mime-bytes@0.10.1 - @constructive-io/s3-streamer@2.16.1 - @constructive-io/s3-utils@2.9.1 - stream-to-etag@2.10.1 - @constructive-io/upload-names@2.9.1 - uuid-hash@2.9.1 - uuid-stream@2.9.1
1 parent d59dff0 commit e3cc83d

161 files changed

Lines changed: 7668 additions & 2868 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +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.5.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.4.0...@constructive-io/examples-codegen-integration@1.5.0) (2026-03-12)
6+
## [1.5.1](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.4.0...@constructive-io/examples-codegen-integration@1.5.1) (2026-03-12)
77

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

10+
# [1.5.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.4.0...@constructive-io/examples-codegen-integration@1.5.0) (2026-03-12)
1011

11-
12-
12+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
1313

1414
# [1.4.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.3.7...@constructive-io/examples-codegen-integration@1.4.0) (2026-03-12)
1515

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.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

functions/send-email-link/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +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-
# [2.4.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.3.0...@constructive-io/send-email-link-fn@2.4.0) (2026-03-12)
6+
## [2.4.1](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.3.0...@constructive-io/send-email-link-fn@2.4.1) (2026-03-12)
77

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

10+
# [2.4.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.3.0...@constructive-io/send-email-link-fn@2.4.0) (2026-03-12)
1011

11-
12-
12+
**Note:** Version bump only for package @constructive-io/send-email-link-fn
1313

1414
# [2.3.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.2.2...@constructive-io/send-email-link-fn@2.3.0) (2026-03-12)
1515

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.4.0",
3+
"version": "2.4.1",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +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.5.0](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.4.0...@constructive-io/simple-email-fn@1.5.0) (2026-03-12)
6+
## [1.5.1](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.4.0...@constructive-io/simple-email-fn@1.5.1) (2026-03-12)
77

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

10+
# [1.5.0](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.4.0...@constructive-io/simple-email-fn@1.5.0) (2026-03-12)
1011

11-
12-
12+
**Note:** Version bump only for package @constructive-io/simple-email-fn
1313

1414
# [1.4.0](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.3.1...@constructive-io/simple-email-fn@1.4.0) (2026-03-12)
1515

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.5.0",
3+
"version": "1.5.1",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +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-
# [3.3.0](https://github.com/constructive-io/constructive/compare/graphile-cache@3.2.0...graphile-cache@3.3.0) (2026-03-12)
6+
## [3.3.1](https://github.com/constructive-io/constructive/compare/graphile-cache@3.2.0...graphile-cache@3.3.1) (2026-03-12)
77

88
**Note:** Version bump only for package graphile-cache
99

10+
# [3.3.0](https://github.com/constructive-io/constructive/compare/graphile-cache@3.2.0...graphile-cache@3.3.0) (2026-03-12)
1011

11-
12-
12+
**Note:** Version bump only for package graphile-cache
1313

1414
# [3.2.0](https://github.com/constructive-io/constructive/compare/graphile-cache@3.1.2...graphile-cache@3.2.0) (2026-03-12)
1515

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.0",
3+
"version": "3.3.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostGraphile v5 LRU cache with automatic pool cleanup integration",
66
"main": "index.js",

graphile/graphile-misc-plugins/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +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.0](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.3.0...graphile-misc-plugins@1.4.0) (2026-03-12)
6+
## [1.4.1](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.3.0...graphile-misc-plugins@1.4.1) (2026-03-12)
77

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

10+
# [1.4.0](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.3.0...graphile-misc-plugins@1.4.0) (2026-03-12)
1011

11-
12-
12+
**Note:** Version bump only for package graphile-misc-plugins
1313

1414
# [1.3.0](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.2.1...graphile-misc-plugins@1.3.0) (2026-03-12)
1515

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.0",
3+
"version": "1.4.1",
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",

0 commit comments

Comments
 (0)