Skip to content

Commit ac3d503

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.10.11 - node-type-registry@0.7.0 - @constructive-io/graphql-codegen@4.27.3 - graphql-orm-test@0.4.11 - @constructive-io/graphql-query@3.12.9 - @constructive-io/graphql-react@4.9.9 - graphql-server-test@2.10.3 - @constructive-io/test-codegen-app@1.10.11 - @constructive-io/cli@7.11.12 - @constructive-sdk/cli@0.12.12 - @constructive-io/node@0.8.12 - @constructive-io/react@0.10.12 - @constructive-io/sdk@0.12.12
1 parent e6b62fa commit ac3d503

26 files changed

Lines changed: 69 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.10.11](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.10.10...@constructive-io/examples-codegen-integration@1.10.11) (2026-03-30)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.10.10](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.10.9...@constructive-io/examples-codegen-integration@1.10.10) (2026-03-30)
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.10.10",
3+
"version": "1.10.11",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphile/node-type-registry/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+
# [0.7.0](https://github.com/constructive-io/constructive/compare/node-type-registry@0.6.2...node-type-registry@0.7.0) (2026-03-30)
7+
8+
### Features
9+
10+
- **node-type-registry:** add chunks property to DataEmbedding and DataSearch embedding params ([b1e3bce](https://github.com/constructive-io/constructive/commit/b1e3bce678714975e6c4487f99d7258c8a6ff7a3))
11+
612
## [0.6.2](https://github.com/constructive-io/constructive/compare/node-type-registry@0.6.1...node-type-registry@0.6.2) (2026-03-30)
713

814
**Note:** Version bump only for package node-type-registry

graphile/node-type-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-type-registry",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Node type definitions for the Constructive blueprint system. Single source of truth for all Authz*, Data*, Relation*, and View* node types.",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

graphql/codegen/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.27.3](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.27.2...@constructive-io/graphql-codegen@4.27.3) (2026-03-30)
7+
8+
**Note:** Version bump only for package @constructive-io/graphql-codegen
9+
610
## [4.27.2](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.27.1...@constructive-io/graphql-codegen@4.27.2) (2026-03-30)
711

812
**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.27.2",
3+
"version": "4.27.3",
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.4.11](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.4.10...graphql-orm-test@0.4.11) (2026-03-30)
7+
8+
**Note:** Version bump only for package graphql-orm-test
9+
610
## [0.4.10](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.4.9...graphql-orm-test@0.4.10) (2026-03-30)
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.4.10",
3+
"version": "0.4.11",
44
"private": true,
55
"author": "Constructive <developers@constructive.io>",
66
"description": "ORM integration tests against real PostgreSQL via graphile-test",

graphql/query/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+
## [3.12.9](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-query@3.12.8...@constructive-io/graphql-query@3.12.9) (2026-03-30)
7+
8+
### Bug Fixes
9+
10+
- **codegen:** use resolved entity name for manyToMany rightTable instead of re-singularizing ([a287578](https://github.com/constructive-io/constructive/commit/a2875780bb61068b61597006f565d456dc0bfbd0))
11+
612
## [3.12.8](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-query@3.12.7...@constructive-io/graphql-query@3.12.8) (2026-03-30)
713

814
**Note:** Version bump only for package @constructive-io/graphql-query

graphql/query/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-query",
3-
"version": "3.12.8",
3+
"version": "3.12.9",
44
"description": "Constructive GraphQL Query",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

0 commit comments

Comments
 (0)