Skip to content

Commit 5094bbe

Browse files
committed
chore(release): publish
- node-type-registry@0.16.0 - @constructive-sdk/cli@0.14.1 - @constructive-io/node@0.10.1 - @constructive-io/react@0.12.1 - @constructive-io/sdk@0.14.1
1 parent 4c13873 commit 5094bbe

10 files changed

Lines changed: 27 additions & 5 deletions

File tree

graphql/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.16.0](https://github.com/constructive-io/constructive/compare/node-type-registry@0.14.0...node-type-registry@0.16.0) (2026-04-18)
7+
8+
### Features
9+
10+
- **node-type-registry:** add source_field/target_field to RelationSpatial BlueprintRelation arm (v0.15.0) ([6e028c0](https://github.com/constructive-io/constructive/commit/6e028c069e6a64625e8b34b921e7c22f4edba133))
11+
612
# [0.14.0](https://github.com/constructive-io/constructive/compare/node-type-registry@0.12.0...node-type-registry@0.14.0) (2026-04-18)
713

814
### Features

graphql/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.15.0",
3+
"version": "0.16.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",

sdk/constructive-cli/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.14.1](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.14.0...@constructive-sdk/cli@0.14.1) (2026-04-18)
7+
8+
**Note:** Version bump only for package @constructive-sdk/cli
9+
610
# [0.14.0](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.13.4...@constructive-sdk/cli@0.14.0) (2026-04-18)
711

812
**Note:** Version bump only for package @constructive-sdk/cli

sdk/constructive-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-sdk/cli",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI SDK - Auto-generated GraphQL CLI with ORM client, context management, and interactive prompts",
66
"main": "index.js",

sdk/constructive-node/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.10.1](https://github.com/constructive-io/constructive/compare/@constructive-io/node@0.10.0...@constructive-io/node@0.10.1) (2026-04-18)
7+
8+
**Note:** Version bump only for package @constructive-io/node
9+
610
# [0.10.0](https://github.com/constructive-io/constructive/compare/@constructive-io/node@0.9.4...@constructive-io/node@0.10.0) (2026-04-18)
711

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

sdk/constructive-node/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/node",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive SDK for Node.js - Drop-in replacement for @constructive-io/sdk with Node.js HTTP adapter",
66
"main": "index.js",

sdk/constructive-react/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.12.1](https://github.com/constructive-io/constructive/compare/@constructive-io/react@0.12.0...@constructive-io/react@0.12.1) (2026-04-18)
7+
8+
**Note:** Version bump only for package @constructive-io/react
9+
610
# [0.12.0](https://github.com/constructive-io/constructive/compare/@constructive-io/react@0.11.4...@constructive-io/react@0.12.0) (2026-04-18)
711

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

sdk/constructive-react/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/react",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive React - Auto-generated React Query hooks and ORM client",
66
"main": "index.js",

sdk/constructive-sdk/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.14.1](https://github.com/constructive-io/constructive/compare/@constructive-io/sdk@0.14.0...@constructive-io/sdk@0.14.1) (2026-04-18)
7+
8+
**Note:** Version bump only for package @constructive-io/sdk
9+
610
# [0.14.0](https://github.com/constructive-io/constructive/compare/@constructive-io/sdk@0.13.4...@constructive-io/sdk@0.14.0) (2026-04-18)
711

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

sdk/constructive-sdk/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/sdk",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive SDK - Auto-generated GraphQL types and ORM client",
66
"main": "index.js",

0 commit comments

Comments
 (0)