Skip to content

Commit 048188f

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@0.1.0 - @constructive-io/send-email-link-fn@1.1.0 - @constructive-io/simple-email-fn@1.1.0 - graphile-cache@2.1.0 - graphile-i18n@1.1.0 - graphile-many-to-many@2.1.0 - graphile-meta-schema@1.1.0 - graphile-pg-type-mappings@1.1.0 - graphile-plugin-connection-filter@3.1.0 - graphile-plugin-connection-filter-postgis@2.1.0 - graphile-plugin-fulltext-filter@3.1.0 - graphile-postgis@1.1.0 - graphile-query@2.6.0 - graphile-search-plugin@1.1.0 - graphile-settings@3.1.0 - graphile-simple-inflector@1.1.0 - graphile-sql-expression-validator@0.4.0 - graphile-test@3.1.0 - graphile-upload-plugin@1.1.0 - @constructive-io/graphql-codegen@3.3.0 - @constructive-io/graphql-env@2.10.0 - @constructive-io/graphql-explorer@3.1.0 - gql-ast@2.7.0 - @constructive-io/playwright-test@1.1.0 - @constructive-io/graphql-query@2.8.0 - @constructive-io/graphql-react@3.1.0 - @constructive-io/graphql-server@3.1.0 - graphql-server-test@1.1.0 - @constructive-io/graphql-test@3.1.0 - @constructive-io/test-codegen-app@0.1.0 - @constructive-io/graphql-types@2.15.0 - @constructive-io/job-pg@1.1.0 - @constructive-io/job-scheduler@1.1.0 - @constructive-io/job-utils@1.1.0 - @constructive-io/job-worker@1.1.0 - @constructive-io/knative-job-example@1.1.0 - @constructive-io/knative-job-fn@1.1.0 - @constructive-io/knative-job-server@1.1.0 - @constructive-io/knative-job-service@1.1.0 - @constructive-io/knative-job-worker@1.1.0 - 12factor-env@1.1.0 - @constructive-io/cli@6.2.0 - @constructive-io/client@2.7.0 - @constructive-io/csrf@0.3.0 - csv-to-pg@3.7.0 - @constructive-io/oauth@0.3.0 - @constructive-io/orm@2.7.0 - @constructive-io/postmaster@1.1.0 - @constructive-io/query-builder@2.5.0 - @pgpmjs/server-utils@3.1.0 - simple-smtp-server@0.3.0 - @constructive-io/url-domains@2.5.0 - pgpm@3.3.0 - @pgpmjs/core@5.2.0 - @pgpmjs/env@2.11.0 - @pgpmjs/logger@2.1.0 - @pgpmjs/types@2.16.0 - drizzle-orm-test@1.1.0 - introspectron@3.1.0 - pg-ast@2.7.0 - pg-cache@2.1.0 - pg-codegen@3.1.0 - pg-env@1.4.0 - pg-query-context@2.5.0 - pg-seed@0.4.0 - pgsql-client@2.1.0 - pgsql-seed@1.1.0 - pgsql-test@3.1.0 - supabase-test@1.1.0 - @constructive-io/content-type-stream@2.6.0 - etag-hash@2.6.0 - etag-stream@2.6.0 - mime-bytes@0.6.0 - @constructive-io/s3-streamer@2.11.0 - @constructive-io/s3-utils@2.6.0 - stream-to-etag@2.6.0 - @constructive-io/upload-names@2.5.0 - uuid-hash@2.5.0 - uuid-stream@2.5.0
1 parent b4bd930 commit 048188f

159 files changed

Lines changed: 7755 additions & 2636 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.
Lines changed: 8 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": "0.0.0",
3+
"version": "0.1.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": "1.0.2",
3+
"version": "1.1.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.0.2",
3+
"version": "1.1.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-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": "2.0.0",
3+
"version": "2.1.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostGraphile LRU cache with automatic pool cleanup integration",
66
"main": "index.js",

graphile/graphile-i18n/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

graphile/graphile-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-i18n",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Graphile i18n plugin",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)