Skip to content

Commit 6a35ff5

Browse files
committed
chore(release): publish
- @launchql/send-email-link-fn@0.1.1 - @launchql/simple-email-fn@0.1.1 - graphile-cache@1.4.14 - graphile-i18n@0.1.9 - graphile-meta-schema@0.2.14 - graphile-pg-type-mappings@0.2.3 - graphile-plugin-connection-filter@2.3.5 - graphile-plugin-connection-filter-postgis@1.0.5 - graphile-plugin-fulltext-filter@2.0.6 - graphile-postgis@0.1.5 - graphile-query@2.3.15 - graphile-search-plugin@0.1.17 - graphile-settings@2.6.19 - graphile-simple-inflector@0.1.12 - graphile-test@2.8.13 - graphile-upload-plugin@0.2.4 - @launchql/job-pg@0.2.3 - @launchql/job-scheduler@0.2.3 - @launchql/job-utils@0.2.3 - @launchql/job-worker@0.2.3 - @launchql/knative-job-example@0.1.4 - @launchql/knative-job-fn@0.1.4 - @launchql/knative-job-server@0.2.3 - @launchql/knative-job-service@0.3.1 - @launchql/knative-job-worker@0.4.1 - @launchql/cli@4.18.0 - @launchql/client@2.2.12 - @launchql/content-type-stream@2.3.13 - @launchql/core@2.17.8 - drizzle-orm-test@0.2.14 - @launchql/env@2.5.8 - etag-hash@2.3.13 - etag-stream@2.3.13 - @launchql/explorer@2.7.19 - gql-ast@2.3.12 - introspectron@2.13.19 - @launchql/codegen@2.16.19 - launchql-test@2.8.16 - mime-bytes@0.3.12 - @launchql/orm@2.2.12 - pg-ast@2.3.13 - pg-cache@1.4.10 - pg-codegen@2.13.16 - pg-query-context@2.2.12 - pgpm@0.3.0 - pgsql-test@2.14.16 - @launchql/query@2.3.13 - @launchql/query-builder@2.2.12 - @launchql/react@2.13.19 - @launchql/s3-streamer@2.6.10 - @launchql/s3-utils@2.2.12 - @launchql/server@2.7.19 - @launchql/server-utils@2.6.10 - stream-to-etag@2.3.13 - supabase-test@0.2.16 - @launchql/types@2.9.0 - @launchql/upload-names@2.2.12 - @launchql/url-domains@2.2.12 - uuid-hash@2.2.12 - uuid-stream@2.2.12 - my-third@0.3.14 - my-ollama@0.3.16
1 parent d485bbc commit 6a35ff5

125 files changed

Lines changed: 7709 additions & 2621 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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.1.1 (2025-12-11)
7+
8+
**Note:** Version bump only for package @launchql/send-email-link-fn

functions/send-email-link/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/send-email-link-fn",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Knative function to send email links (invite, password reset, email verification) using LaunchQL jobs",
55
"author": "LaunchQL",
66
"private": true,
@@ -22,4 +22,3 @@
2222
"graphql-tag": "^2.12.6"
2323
}
2424
}
25-
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.1.1 (2025-12-11)
7+
8+
**Note:** Version bump only for package @launchql/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": "@launchql/simple-email-fn",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Simple Knative email function that sends emails directly from job payload",
55
"author": "LaunchQL",
66
"private": true,

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+
## [1.4.14](https://github.com/constructive-io/constructive/compare/graphile-cache@1.4.13...graphile-cache@1.4.14) (2025-12-11)
7+
8+
**Note:** Version bump only for package graphile-cache
9+
610
## [1.4.13](https://github.com/constructive-io/constructive/compare/graphile-cache@1.4.12...graphile-cache@1.4.13) (2025-12-10)
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": "1.4.13",
3+
"version": "1.4.14",
44
"author": "Dan Lynch <pyramation@gmail.com>",
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
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+
## [0.1.9](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.1.8...graphile-i18n@0.1.9) (2025-12-11)
7+
8+
**Note:** Version bump only for package graphile-i18n
9+
610
## [0.1.8](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.1.7...graphile-i18n@0.1.8) (2025-12-10)
711

812
**Note:** Version bump only for package graphile-i18n

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": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Graphile i18n plugin",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-meta-schema/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+
## [0.2.14](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.2.13...graphile-meta-schema@0.2.14) (2025-12-11)
7+
8+
**Note:** Version bump only for package graphile-meta-schema
9+
610
## [0.2.13](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.2.12...graphile-meta-schema@0.2.13) (2025-12-10)
711

812
**Note:** Version bump only for package graphile-meta-schema

graphile/graphile-meta-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-meta-schema",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "graphile meta schema",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)