Skip to content

Commit 4fd2c9b

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.5.2 - @constructive-io/send-email-link-fn@2.4.2 - @constructive-io/simple-email-fn@1.5.2 - graphile-cache@3.3.2 - graphile-misc-plugins@1.4.2 - graphile-pg-textsearch-plugin@1.5.2 - graphile-pgvector-plugin@1.6.2 - graphile-plugin-connection-filter-postgis@2.5.2 - graphile-postgis@2.5.2 - graphile-query@4.5.2 - graphile-schema@1.5.2 - graphile-search-plugin@3.6.2 - graphile-settings@4.8.2 - graphile-sql-expression-validator@2.4.2 - graphile-test@4.5.2 - graphile-upload-plugin@2.4.2 - @constructive-io/graphql-codegen@4.12.2 - @constructive-io/graphql-env@3.4.2 - @constructive-io/graphql-explorer@4.5.2 - gql-ast@3.3.2 - @constructive-io/playwright-test@2.5.2 - @constructive-io/graphql-query@3.5.2 - @constructive-io/graphql-react@4.5.2 - @constructive-io/graphql-server@4.8.2 - graphql-server-test@2.5.2 - @constructive-io/graphql-test@4.5.2 - @constructive-io/test-codegen-app@1.5.2 - @constructive-io/graphql-types@3.3.2 - @constructive-io/job-pg@2.4.2 - @constructive-io/job-scheduler@2.4.2 - @constructive-io/job-utils@2.4.2 - @constructive-io/job-worker@2.4.2 - @constructive-io/knative-job-example@1.4.2 - @constructive-io/knative-job-fn@1.4.2 - @constructive-io/knative-job-server@2.4.2 - @constructive-io/knative-job-service@2.5.2 - @constructive-io/knative-job-worker@2.5.2 - 12factor-env@1.5.2 - @constructive-io/cli@7.5.2 - @constructive-io/client@2.11.2 - @constructive-io/csrf@0.7.2 - csv-to-pg@3.10.2 - @constructive-io/oauth@0.7.2 - @constructive-io/orm@2.11.2 - @constructive-io/postmaster@1.5.2 - @constructive-io/query-builder@2.10.2 - @pgpmjs/server-utils@3.4.2 - simple-smtp-server@0.7.2 - @constructive-io/url-domains@2.9.2 - pgpm@4.6.2 - @pgpmjs/core@6.6.2 - @pgpmjs/env@2.15.2 - @pgpmjs/logger@2.4.2 - @pgpmjs/types@2.19.2 - drizzle-orm-test@2.5.2 - introspectron@4.5.2 - pg-ast@2.11.2 - pg-cache@3.3.2 - pg-codegen@4.5.2 - pg-env@1.7.2 - pg-query-context@2.8.2 - pg-seed@0.7.2 - pgsql-client@3.5.2 - pgsql-seed@2.5.2 - pgsql-test@4.5.2 - supabase-test@2.5.2 - @constructive-sdk/cli@0.6.2 - @constructive-io/node@0.3.2 - @constructive-io/react@0.5.2 - @constructive-io/sdk@0.5.2 - @constructive-io/content-type-stream@2.10.2 - etag-hash@2.10.2 - etag-stream@2.10.2 - mime-bytes@0.10.2 - @constructive-io/s3-streamer@2.16.2 - @constructive-io/s3-utils@2.9.2 - stream-to-etag@2.10.2 - @constructive-io/upload-names@2.9.2 - uuid-hash@2.9.2 - uuid-stream@2.9.2
1 parent e3cc83d commit 4fd2c9b

160 files changed

Lines changed: 400 additions & 80 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.5.1",
3+
"version": "1.5.2",
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.4.1",
3+
"version": "2.4.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

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.1",
3+
"version": "1.5.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

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.1",
3+
"version": "3.3.2",
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: 4 additions & 0 deletions

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