Skip to content

Commit 091694a

Browse files
committed
chore(release): publish
- node-type-registry@0.8.0
1 parent 8278a36 commit 091694a

3 files changed

Lines changed: 7408 additions & 2567 deletions

File tree

graphql/node-type-registry/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8.0](https://github.com/constructive-io/constructive/compare/node-type-registry@0.7.1...node-type-registry@0.8.0) (2026-03-31)
7+
8+
### Bug Fixes
9+
10+
- change BlueprintPolicy.policy_type to $type to match SQL convention ([ff94a16](https://github.com/constructive-io/constructive/commit/ff94a162fe7c94d3e823dbc45d7a5651478c997a))
11+
12+
### Features
13+
14+
- add table-level BlueprintTableIndex, BlueprintTableFullTextSearch, BlueprintTableUniqueConstraint types ([142443f](https://github.com/constructive-io/constructive/commit/142443febe5cbb888362435bb4f320f2ac4621dd))
15+
- move node-type-registry to graphql/ and update for blueprint redesign ([7e17fae](https://github.com/constructive-io/constructive/commit/7e17faeb4b5f97868e5f50ebb9f09bdafa4e8081)), closes [#721](https://github.com/constructive-io/constructive/issues/721)
16+
617
## [0.7.1](https://github.com/constructive-io/constructive/compare/node-type-registry@0.7.0...node-type-registry@0.7.1) (2026-03-31)
718

819
**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.7.1",
3+
"version": "0.8.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",

0 commit comments

Comments
 (0)