Skip to content

Commit 1eab89e

Browse files
committed
Merge branch 'main' into devin/1771130267-codegen-deepmerge-config
2 parents 5c6279f + c05d6bd commit 1eab89e

48 files changed

Lines changed: 8158 additions & 2781 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
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.0.1](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.0.0...@constructive-io/examples-codegen-integration@1.0.1) (2026-02-15)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
# [1.0.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@0.1.2...@constructive-io/examples-codegen-integration@1.0.0) (2026-02-13)
711

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

functions/send-email-link/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+
## [2.0.1](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.0.0...@constructive-io/send-email-link-fn@2.0.1) (2026-02-15)
7+
8+
**Note:** Version bump only for package @constructive-io/send-email-link-fn
9+
610
# [2.0.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@1.1.0...@constructive-io/send-email-link-fn@2.0.0) (2026-02-13)
711

812
**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.0.0",
3+
"version": "2.0.1",
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
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.1.1](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.1.0...@constructive-io/simple-email-fn@1.1.1) (2026-02-15)
7+
8+
**Note:** Version bump only for package @constructive-io/simple-email-fn
9+
610
# [1.1.0](https://github.com/constructive-io/constructive/compare/@constructive-io/simple-email-fn@1.0.2...@constructive-io/simple-email-fn@1.1.0) (2026-02-09)
711

812
**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.1.0",
3+
"version": "1.1.1",
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-query/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+
## [4.0.1](https://github.com/constructive-io/constructive/compare/graphile-query@4.0.0...graphile-query@4.0.1) (2026-02-15)
7+
8+
**Note:** Version bump only for package graphile-query
9+
610
# [4.0.0](https://github.com/constructive-io/constructive/compare/graphile-query@2.6.0...graphile-query@4.0.0) (2026-02-13)
711

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

graphile/graphile-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-query",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Execute GraphQL queries against PostGraphile v5 schemas",
66
"main": "index.js",

graphile/graphile-settings/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [4.0.1](https://github.com/constructive-io/constructive/compare/graphile-settings@4.0.0...graphile-settings@4.0.1) (2026-02-15)
7+
8+
### Bug Fixes
9+
10+
- **codegen:** preserve db.pgpm when merging CLI args with file config ([a4d7028](https://github.com/constructive-io/constructive/commit/a4d7028be1b2ada6ce7a4e5adec4cfdd06a29441))
11+
- remove functionResourceName override per user request - keep all names flat ([2b8f98d](https://github.com/constructive-io/constructive/commit/2b8f98dec014096a826cb234ebefa2b769cee122))
12+
613
# [4.0.0](https://github.com/constructive-io/constructive/compare/graphile-settings@3.1.1...graphile-settings@4.0.0) (2026-02-13)
714

815
**Note:** Version bump only for package graphile-settings

graphile/graphile-settings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-settings",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "graphile settings",
66
"main": "index.js",

0 commit comments

Comments
 (0)