Skip to content

Commit ec793fd

Browse files
committed
chore(release): publish
- node-type-registry@0.11.0 - @constructive-sdk/cli@0.13.4 - @constructive-io/node@0.9.4 - @constructive-io/react@0.11.4 - @constructive-io/sdk@0.13.4
1 parent 9dda167 commit ec793fd

10 files changed

Lines changed: 28 additions & 5 deletions

File tree

graphql/node-type-registry/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+
# [0.11.0](https://github.com/constructive-io/constructive/compare/node-type-registry@0.10.1...node-type-registry@0.11.0) (2026-04-16)
7+
8+
### Features
9+
10+
- add BlueprintMembershipType interface for Phase 0 entity type provisioning ([c99433d](https://github.com/constructive-io/constructive/commit/c99433d5cdcc485c8f37c9186d74c08a1a42f350))
11+
- add entity_type field to all 5 authz policy types ([e1f185d](https://github.com/constructive-io/constructive/commit/e1f185d23aa74db67346cdadd261c5e72891c4c8)), closes [#816](https://github.com/constructive-io/constructive/issues/816)
12+
613
## [0.10.1](https://github.com/constructive-io/constructive/compare/node-type-registry@0.10.0...node-type-registry@0.10.1) (2026-04-04)
714

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

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.10.1",
3+
"version": "0.11.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.13.4](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.13.3...@constructive-sdk/cli@0.13.4) (2026-04-16)
7+
8+
**Note:** Version bump only for package @constructive-sdk/cli
9+
610
## [0.13.3](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.13.2...@constructive-sdk/cli@0.13.3) (2026-04-14)
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.13.3",
3+
"version": "0.13.4",
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.9.4](https://github.com/constructive-io/constructive/compare/@constructive-io/node@0.9.3...@constructive-io/node@0.9.4) (2026-04-16)
7+
8+
**Note:** Version bump only for package @constructive-io/node
9+
610
## [0.9.3](https://github.com/constructive-io/constructive/compare/@constructive-io/node@0.9.2...@constructive-io/node@0.9.3) (2026-04-14)
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.9.3",
3+
"version": "0.9.4",
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.11.4](https://github.com/constructive-io/constructive/compare/@constructive-io/react@0.11.3...@constructive-io/react@0.11.4) (2026-04-16)
7+
8+
**Note:** Version bump only for package @constructive-io/react
9+
610
## [0.11.3](https://github.com/constructive-io/constructive/compare/@constructive-io/react@0.11.2...@constructive-io/react@0.11.3) (2026-04-14)
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.11.3",
3+
"version": "0.11.4",
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.13.4](https://github.com/constructive-io/constructive/compare/@constructive-io/sdk@0.13.3...@constructive-io/sdk@0.13.4) (2026-04-16)
7+
8+
**Note:** Version bump only for package @constructive-io/sdk
9+
610
## [0.13.3](https://github.com/constructive-io/constructive/compare/@constructive-io/sdk@0.13.2...@constructive-io/sdk@0.13.3) (2026-04-14)
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.13.3",
3+
"version": "0.13.4",
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)