Skip to content

Commit 01775e1

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.12.2 - @constructive-io/graphql-codegen@4.30.2 - graphql-orm-test@0.6.2 - @constructive-io/playwright-test@2.11.2 - @constructive-io/graphql-server@4.18.2 - graphql-server-test@2.12.2 - @constructive-io/test-codegen-app@1.12.2 - @constructive-io/knative-job-service@2.11.2 - @constructive-io/cli@7.13.2 - @constructive-sdk/cli@0.14.3 - @constructive-io/node@0.10.3 - @constructive-io/react@0.12.3 - @constructive-io/sdk@0.14.3
1 parent eddc56b commit 01775e1

26 files changed

Lines changed: 67 additions & 13 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.12.2](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.12.1...@constructive-io/examples-codegen-integration@1.12.2) (2026-04-18)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.12.1](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.12.0...@constructive-io/examples-codegen-integration@1.12.1) (2026-04-18)
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.12.1",
3+
"version": "1.12.2",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphql/codegen/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+
## [4.30.2](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.30.1...@constructive-io/graphql-codegen@4.30.2) (2026-04-18)
7+
8+
### Bug Fixes
9+
10+
- **codegen/cli:** make autoEmbedWhere/autoEmbedInput generic in embedder template ([c5f7369](https://github.com/constructive-io/constructive/commit/c5f7369772b19e0adbbec519a9967c2c564f04b3)), closes [constructive-io/agentic-db#29](https://github.com/constructive-io/agentic-db/issues/29)
11+
612
## [4.30.1](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.30.0...@constructive-io/graphql-codegen@4.30.1) (2026-04-18)
713

814
**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.30.1",
3+
"version": "4.30.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.6.2](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.6.1...graphql-orm-test@0.6.2) (2026-04-18)
7+
8+
**Note:** Version bump only for package graphql-orm-test
9+
610
## [0.6.1](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.6.0...graphql-orm-test@0.6.1) (2026-04-18)
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.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"author": "Constructive <developers@constructive.io>",
66
"description": "ORM integration tests against real PostgreSQL via graphile-test",

graphql/playwright-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+
## [2.11.2](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.11.1...@constructive-io/playwright-test@2.11.2) (2026-04-18)
7+
8+
**Note:** Version bump only for package @constructive-io/playwright-test
9+
610
## [2.11.1](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.11.0...@constructive-io/playwright-test@2.11.1) (2026-04-18)
711

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

graphql/playwright-test/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/playwright-test",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive Playwright Testing with HTTP server support",
66
"main": "index.js",

graphql/server-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+
## [2.12.2](https://github.com/constructive-io/constructive/compare/graphql-server-test@2.12.1...graphql-server-test@2.12.2) (2026-04-18)
7+
8+
**Note:** Version bump only for package graphql-server-test
9+
610
## [2.12.1](https://github.com/constructive-io/constructive/compare/graphql-server-test@2.12.0...graphql-server-test@2.12.1) (2026-04-18)
711

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

graphql/server-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-server-test",
3-
"version": "2.12.1",
3+
"version": "2.12.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive GraphQL Server Testing with SuperTest HTTP requests",
66
"main": "index.js",

0 commit comments

Comments
 (0)