Skip to content

Commit d59dff0

Browse files
committed
pkg
1 parent 6bbb995 commit d59dff0

161 files changed

Lines changed: 3268 additions & 7428 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.4.0...@constructive-io/examples-codegen-integration@1.5.0) (2026-03-12)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.3.7...@constructive-io/examples-codegen-integration@1.4.0) (2026-03-12)
715

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

functions/send-email-link/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.3.0...@constructive-io/send-email-link-fn@2.4.0) (2026-03-12)
7+
8+
**Note:** Version bump only for package @constructive-io/send-email-link-fn
9+
10+
11+
12+
13+
614
# [2.3.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.2.2...@constructive-io/send-email-link-fn@2.3.0) (2026-03-12)
715

816
**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.3.0",
3+
"version": "2.4.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.0](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.4.0...@constructive-io/simple-email-fn@1.5.0) (2026-03-12)
7+
8+
**Note:** Version bump only for package @constructive-io/simple-email-fn
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.3.1...@constructive-io/simple-email-fn@1.4.0) (2026-03-12)
715

816
**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.4.0",
3+
"version": "1.5.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.0](https://github.com/constructive-io/constructive/compare/graphile-cache@3.2.0...graphile-cache@3.3.0) (2026-03-12)
7+
8+
**Note:** Version bump only for package graphile-cache
9+
10+
11+
12+
13+
614
# [3.2.0](https://github.com/constructive-io/constructive/compare/graphile-cache@3.1.2...graphile-cache@3.2.0) (2026-03-12)
715

816
**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.2.0",
3+
"version": "3.3.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.3.0...graphile-misc-plugins@1.4.0) (2026-03-12)
7+
8+
**Note:** Version bump only for package graphile-misc-plugins
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.2.1...graphile-misc-plugins@1.3.0) (2026-03-12)
715

816
**Note:** Version bump only for package graphile-misc-plugins

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