Skip to content

Commit c665e24

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.18.0 - @constructive-io/send-email-link-fn@2.11.0 - @constructive-io/simple-email-fn@1.11.0 - graphile-bucket-provisioner-plugin@0.10.0 - graphile-cache@3.9.0 - graphile-connection-filter@1.9.0 - graphile-llm@0.6.0 - graphile-ltree@1.6.0 - graphile-pg-aggregates@1.2.0 - graphile-postgis@2.15.0 - graphile-presigned-url-plugin@0.17.0 - graphile-query@4.17.0 - graphile-realtime-subscriptions@0.5.0 - graphile-schema@1.19.0 - graphile-search@1.11.0 - graphile-settings@4.32.0 - graphile-sql-expression-validator@2.11.0 - graphile-test@4.14.0 - graphile-upload-plugin@2.10.0 - @constructive-io/graphql-codegen@4.40.0 - @constructive-io/graphql-env@3.10.0 - @constructive-io/graphql-explorer@4.18.0 - gql-ast@3.9.0 - graphql-orm-test@0.13.0 - @constructive-io/playwright-test@2.17.0 - @constructive-io/graphql-query@3.23.0 - @constructive-io/graphql-react@4.17.0 - @constructive-io/graphql-server@4.28.0 - graphql-server-test@2.21.0 - @constructive-io/graphql-test@4.18.0 - @constructive-io/test-codegen-app@1.18.0 - @constructive-io/graphql-types@3.9.0 - @constructive-io/job-pg@2.10.0 - @constructive-io/job-scheduler@2.10.0 - @constructive-io/job-utils@2.10.0 - @constructive-io/job-worker@2.10.0 - @constructive-io/knative-job-example@1.10.0 - @constructive-io/knative-job-fn@1.10.0 - @constructive-io/knative-job-server@2.10.0 - @constructive-io/knative-job-service@2.17.0 - @constructive-io/knative-job-worker@2.13.0 - 12factor-env@1.11.0 - @constructive-io/bucket-provisioner@0.10.0 - @constructive-io/cli@7.20.0 - @constructive-io/client@2.17.0 - @constructive-io/csrf@0.13.0 - csv-to-pg@3.16.0 - node-type-registry@0.32.0 - @constructive-io/oauth@0.13.0 - @constructive-io/orm@2.17.0 - @constructive-io/postmaster@1.11.0 - @constructive-io/query-builder@2.16.0 - safegres@0.7.0 - @pgpmjs/server-utils@3.10.0 - simple-smtp-server@0.13.0 - @constructive-io/upload-client@0.12.0 - @constructive-io/url-domains@2.15.0 - pgpm@4.23.0 - @pgpmjs/core@6.17.0 - @pgpmjs/env@2.22.0 - @pgpmjs/export@0.12.0 - @pgpmjs/logger@2.10.0 - @pgpmjs/types@2.26.0 - drizzle-orm-test@2.13.0 - introspectron@4.17.0 - pg-ast@2.17.0 - pg-cache@3.9.0 - pg-codegen@4.13.0 - pg-env@1.13.0 - pg-query-context@2.14.0 - pg-seed@0.13.0 - pgsql-client@3.13.0 - pgsql-seed@2.13.0 - pgsql-test@4.13.0 - supabase-test@2.13.0 - @constructive-sdk/cli@0.21.0 - @constructive-io/react@0.19.0 - @constructive-io/sdk@0.21.0 - @pgpmjs/migrate-client@0.12.0 - @constructive-io/content-type-stream@2.16.0 - etag-hash@2.16.0 - etag-stream@2.16.0 - mime-bytes@0.16.0 - @constructive-io/s3-streamer@2.23.0 - @constructive-io/s3-utils@2.16.0 - stream-to-etag@2.16.0 - @constructive-io/upload-names@2.15.0 - uuid-hash@2.15.0 - uuid-stream@2.15.0
1 parent badcda3 commit c665e24

178 files changed

Lines changed: 445 additions & 89 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

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

functions/send-email-link/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

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.10.0",
3+
"version": "2.11.0",
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

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.10.0",
3+
"version": "1.11.0",
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-bucket-provisioner-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

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.9.0",
3+
"version": "0.10.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

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.8.0",
3+
"version": "3.9.0",
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)