Skip to content

Commit 3f86c5a

Browse files
committed
chore(release): publish
- @constructive-io/cli@7.15.0 - node-type-registry@0.20.0 - pgpm@4.18.0
1 parent 06bbe99 commit 3f86c5a

7 files changed

Lines changed: 7467 additions & 2585 deletions

File tree

packages/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+
# [7.15.0](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.14.1...@constructive-io/cli@7.15.0) (2026-05-01)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
## [7.14.1](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.14.0...@constructive-io/cli@7.14.1) (2026-04-30)
711

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

packages/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-io/cli",
3-
"version": "7.14.1",
3+
"version": "7.15.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

packages/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.20.0](https://github.com/constructive-io/constructive/compare/node-type-registry@0.19.0...node-type-registry@0.20.0) (2026-05-01)
7+
8+
### Features
9+
10+
- move node-type-registry to packages/ and add column-ref annotations ([32fb2f6](https://github.com/constructive-io/constructive/commit/32fb2f6fea9b5f0222b4caef81b09662bd59f60e)), closes [#767](https://github.com/constructive-io/constructive/issues/767)
11+
612
# [0.19.0](https://github.com/constructive-io/constructive/compare/node-type-registry@0.18.1...node-type-registry@0.19.0) (2026-04-30)
713

814
### Features

packages/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.19.0",
3+
"version": "0.20.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",

pgpm/cli/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.18.0](https://github.com/constructive-io/constructive/compare/pgpm@4.17.1...pgpm@4.18.0) (2026-05-01)
7+
8+
### Bug Fixes
9+
10+
- **pgpm:** use correct relative path in cd hint after init ([aecc39e](https://github.com/constructive-io/constructive/commit/aecc39ed4a98330818670ebb69588d47b0811c4e))
11+
612
## [4.17.1](https://github.com/constructive-io/constructive/compare/pgpm@4.17.0...pgpm@4.17.1) (2026-04-30)
713

814
**Note:** Version bump only for package pgpm

pgpm/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgpm",
3-
"version": "4.17.1",
3+
"version": "4.18.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL Package Manager - Database migration and package management CLI",
66
"main": "index.js",

0 commit comments

Comments
 (0)