Skip to content

Commit bdc8837

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.9.2 - @constructive-io/send-email-link-fn@2.5.2 - @constructive-io/graphql-codegen@4.22.2 - graphql-orm-test@0.3.2 - @constructive-io/test-codegen-app@1.9.2 - @constructive-io/knative-job-service@2.8.2 - @constructive-io/cli@7.10.2 - @constructive-sdk/cli@0.11.2 - @constructive-io/node@0.7.2 - @constructive-io/react@0.9.2 - @constructive-io/sdk@0.11.2
1 parent 43cfffe commit bdc8837

22 files changed

Lines changed: 60 additions & 11 deletions

File tree

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.9.2](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.9.1...@constructive-io/examples-codegen-integration@1.9.2) (2026-03-25)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.9.1](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.9.0...@constructive-io/examples-codegen-integration@1.9.1) (2026-03-24)
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.9.1",
3+
"version": "1.9.2",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

functions/send-email-link/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.2](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.5.1...@constructive-io/send-email-link-fn@2.5.2) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- **send-email-link:** use X-Meta-Schema for platform data queries ([b29614c](https://github.com/constructive-io/constructive/commit/b29614ca540ceb43469d2e1d6b95edae4c5e87c8))
11+
612
## [2.5.1](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.5.0...@constructive-io/send-email-link-fn@2.5.1) (2026-03-15)
713

814
**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.5.1",
3+
"version": "2.5.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",

graphql/codegen/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.22.2](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.22.1...@constructive-io/graphql-codegen@4.22.2) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- **graphql-codegen:** re-export input types from generated ORM index ([259c1ad](https://github.com/constructive-io/constructive/commit/259c1ad805a3b85a2bd4feb09ff2b30629e12c49))
11+
- **graphql-codegen:** resolve ConnectionResult/PageInfo ambiguity between select-types and input-types ([410760a](https://github.com/constructive-io/constructive/commit/410760acfcaac86843927bb5808ca2438fbb1bd2))
12+
613
## [4.22.1](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.22.0...@constructive-io/graphql-codegen@4.22.1) (2026-03-24)
714

815
**Note:** Version bump only for package @constructive-io/graphql-codegen

graphql/codegen/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/graphql-codegen",
3-
"version": "4.22.1",
3+
"version": "4.22.2",
44
"description": "GraphQL SDK generator for Constructive databases with React Query hooks",
55
"keywords": [
66
"graphql",

graphql/orm-test/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.3.2](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.3.1...graphql-orm-test@0.3.2) (2026-03-25)
7+
8+
**Note:** Version bump only for package graphql-orm-test
9+
610
## [0.3.1](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.3.0...graphql-orm-test@0.3.1) (2026-03-24)
711

812
**Note:** Version bump only for package graphql-orm-test

graphql/orm-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-orm-test",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"author": "Constructive <developers@constructive.io>",
66
"description": "ORM integration tests against real PostgreSQL via graphile-test",

graphql/test-app/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.9.2](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.9.1...@constructive-io/test-codegen-app@1.9.2) (2026-03-25)
7+
8+
**Note:** Version bump only for package @constructive-io/test-codegen-app
9+
610
## [1.9.1](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.9.0...@constructive-io/test-codegen-app@1.9.1) (2026-03-24)
711

812
**Note:** Version bump only for package @constructive-io/test-codegen-app

graphql/test-app/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/test-codegen-app",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)