Skip to content

Commit d224a6a

Browse files
committed
Publish
- blocks@0.3.1 - @constructive-io/registry@0.3.1 - blocks-renderer@0.3.1 - blocks-schema@0.4.1 - flow-to-blocks@0.3.1 - json-renderer@0.2.1 - json-schema-to-blocks@0.3.1 - meta-to-blocks@0.3.1 - @constructive-io/schema-builder@0.7.1 - @constructive-io/sheets@0.10.1
1 parent 0136b87 commit d224a6a

20 files changed

Lines changed: 126 additions & 10 deletions

File tree

apps/blocks/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.3.1](https://github.com/constructive-io/blocks/compare/blocks@0.3.0...blocks@0.3.1) (2026-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **registry:** pin published @constructive-io/data and command-palette ranges ([d8875e5](https://github.com/constructive-io/blocks/commit/d8875e56b39cee0f2e551160e5d4196f8f7b1afd))
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/constructive-io/blocks/compare/blocks@0.2.2...blocks@0.3.0) (2026-08-22)
718

819
**Note:** Version bump only for package blocks

apps/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blocks",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"scripts": {
66
"gen": "tsx scripts/generate-ui-demo-source.ts",

apps/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.3.1](https://github.com/constructive-io/blocks/compare/@constructive-io/registry@0.3.0...@constructive-io/registry@0.3.1) (2026-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **registry:** pin published @constructive-io/data and command-palette ranges ([d8875e5](https://github.com/constructive-io/blocks/commit/d8875e56b39cee0f2e551160e5d4196f8f7b1afd))
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/constructive-io/blocks/compare/@constructive-io/registry@0.2.1...@constructive-io/registry@0.3.0) (2026-08-22)
718

819
**Note:** Version bump only for package @constructive-io/registry

apps/registry/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/registry",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/blocks-renderer/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3.1](https://github.com/constructive-io/blocks/compare/blocks-renderer@0.3.0...blocks-renderer@0.3.1) (2026-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* make dist manifests publishable with npm/lerna ([0317c28](https://github.com/constructive-io/blocks/commit/0317c280a55066c9b9b4a93dc8719e126e9e34ab))
12+
* rebuild dist on prepack so publishes carry the bumped version ([bce4819](https://github.com/constructive-io/blocks/commit/bce4819bb289539df78e536460697b507b62ec4d))
13+
14+
15+
16+
17+
618
# [0.3.0](https://github.com/constructive-io/blocks/compare/blocks-renderer@0.2.0...blocks-renderer@0.3.0) (2026-08-22)
719

820
**Note:** Version bump only for package blocks-renderer

packages/blocks-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blocks-renderer",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Recursive React renderer for Constructive Blocks JSON UI documents, with layerable widget registries",
55
"private": false,
66
"license": "MIT",

packages/blocks-schema/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1](https://github.com/constructive-io/blocks/compare/blocks-schema@0.4.0...blocks-schema@0.4.1) (2026-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* make dist manifests publishable with npm/lerna ([0317c28](https://github.com/constructive-io/blocks/commit/0317c280a55066c9b9b4a93dc8719e126e9e34ab))
12+
* rebuild dist on prepack so publishes carry the bumped version ([bce4819](https://github.com/constructive-io/blocks/commit/bce4819bb289539df78e536460697b507b62ec4d))
13+
14+
15+
16+
17+
618
# [0.4.0](https://github.com/constructive-io/blocks/compare/blocks-schema@0.3.0...blocks-schema@0.4.0) (2026-08-22)
719

820
**Note:** Version bump only for package blocks-schema

packages/blocks-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blocks-schema",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Portable JSON UI document format for Constructive Blocks: node types, runtime validation, and JSON Schema export",
55
"private": false,
66
"license": "MIT",

packages/flow-to-blocks/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3.1](https://github.com/constructive-io/blocks/compare/flow-to-blocks@0.3.0...flow-to-blocks@0.3.1) (2026-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* make dist manifests publishable with npm/lerna ([0317c28](https://github.com/constructive-io/blocks/commit/0317c280a55066c9b9b4a93dc8719e126e9e34ab))
12+
* rebuild dist on prepack so publishes carry the bumped version ([bce4819](https://github.com/constructive-io/blocks/commit/bce4819bb289539df78e536460697b507b62ec4d))
13+
14+
15+
16+
17+
618
# [0.3.0](https://github.com/constructive-io/blocks/compare/flow-to-blocks@0.2.1...flow-to-blocks@0.3.0) (2026-08-22)
719

820
**Note:** Version bump only for package flow-to-blocks

packages/flow-to-blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flow-to-blocks",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Evaluate a flow-based programming graph into a blocks-schema UI document: dynamic, computed screens",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)