Skip to content

Commit fe60f7b

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.10.20 - @constructive-io/send-email-link-fn@2.6.4 - @constructive-io/simple-email-fn@1.6.4 - graphile-bucket-provisioner-plugin@0.2.0 - graphile-cache@3.4.4 - graphile-connection-filter@1.3.8 - graphile-postgis@2.9.10 - graphile-presigned-url-plugin@0.3.0 - graphile-query@4.9.16 - graphile-schema@1.11.13 - graphile-search@1.5.10 - graphile-settings@4.19.0 - graphile-test@4.7.8 - @constructive-io/graphql-codegen@4.28.6 - @constructive-io/graphql-env@3.5.4 - @constructive-io/graphql-explorer@4.10.16 - node-type-registry@0.10.1 - graphql-orm-test@0.4.20 - @constructive-io/playwright-test@2.9.16 - @constructive-io/graphql-query@3.12.17 - @constructive-io/graphql-react@4.9.17 - @constructive-io/graphql-server@4.15.16 - graphql-server-test@2.10.12 - @constructive-io/graphql-test@4.9.16 - @constructive-io/test-codegen-app@1.10.20 - @constructive-io/graphql-types@3.4.4 - @constructive-io/job-pg@2.5.4 - @constructive-io/job-scheduler@2.5.4 - @constructive-io/job-utils@2.5.4 - @constructive-io/job-worker@2.5.4 - @constructive-io/knative-job-server@2.5.4 - @constructive-io/knative-job-service@2.9.16 - @constructive-io/knative-job-worker@2.7.8 - @constructive-io/bucket-provisioner@0.2.0 - @constructive-io/cli@7.11.21 - @pgpmjs/server-utils@3.5.4 - simple-smtp-server@0.8.4 - @constructive-io/upload-client@0.2.0 - pgpm@4.10.8 - @pgpmjs/core@6.10.8 - @pgpmjs/env@2.17.0 - @pgpmjs/export@0.2.9 - @pgpmjs/types@2.21.0 - drizzle-orm-test@2.7.8 - introspectron@4.9.16 - pg-cache@3.4.4 - pg-codegen@4.7.9 - pgsql-client@3.7.8 - pgsql-seed@2.7.8 - pgsql-test@4.7.8 - supabase-test@2.7.8 - @constructive-sdk/cli@0.12.23 - @constructive-io/node@0.8.23 - @constructive-io/react@0.10.23 - @constructive-io/sdk@0.12.23 - @pgpmjs/migrate-client@0.3.7 - @constructive-io/s3-streamer@2.17.4
1 parent 2f72710 commit fe60f7b

115 files changed

Lines changed: 7750 additions & 2635 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.20](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.10.19...@constructive-io/examples-codegen-integration@1.10.20) (2026-04-04)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.10.19](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.10.18...@constructive-io/examples-codegen-integration@1.10.19) (2026-04-03)
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.19",
3+
"version": "1.10.20",
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.4](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.6.3...@constructive-io/send-email-link-fn@2.6.4) (2026-04-04)
7+
8+
**Note:** Version bump only for package @constructive-io/send-email-link-fn
9+
610
## [2.6.3](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.6.2...@constructive-io/send-email-link-fn@2.6.3) (2026-03-31)
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.3",
3+
"version": "2.6.4",
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.4](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.6.3...@constructive-io/simple-email-fn@1.6.4) (2026-04-04)
7+
8+
**Note:** Version bump only for package @constructive-io/simple-email-fn
9+
610
## [1.6.3](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.6.2...@constructive-io/simple-email-fn@1.6.3) (2026-03-31)
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.3",
3+
"version": "1.6.4",
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",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.2.0 (2026-04-04)
7+
8+
### Features
9+
10+
- add CORS management to bucket provisioner plugin ([e310889](https://github.com/constructive-io/constructive/commit/e3108898c0d78ad100401d3f064161cc840dbcba))
11+
- add graphile-bucket-provisioner-plugin — auto-provisions S3 buckets on bucket table mutations ([eb856fe](https://github.com/constructive-io/constructive/commit/eb856feabf666175f99b6e26a775ca77f07f1eed))
12+
- wire BucketProvisionerPreset into ConstructivePreset via getEnvOptions ([d6c7685](https://github.com/constructive-io/constructive/commit/d6c7685feb6c4152e70161780ea8a058f077d58a))

graphile/graphile-bucket-provisioner-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-bucket-provisioner-plugin",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Bucket provisioning plugin for PostGraphile v5 — auto-provisions S3 buckets on bucket table mutations",
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.4](https://github.com/constructive-io/constructive/compare/graphile-cache@3.4.3...graphile-cache@3.4.4) (2026-04-04)
7+
8+
**Note:** Version bump only for package graphile-cache
9+
610
## [3.4.3](https://github.com/constructive-io/constructive/compare/graphile-cache@3.4.2...graphile-cache@3.4.3) (2026-03-31)
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.3",
3+
"version": "3.4.4",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostGraphile v5 LRU cache with automatic pool cleanup integration",
66
"main": "index.js",

0 commit comments

Comments
 (0)