Skip to content

Commit 2bf4085

Browse files
committed
Publish
- blocks-renderer@0.2.0 - blocks-schema@0.3.0 - flow-to-blocks@0.2.1 - json-renderer@0.1.0 - json-schema-to-blocks@0.2.1 - meta-to-blocks@0.2.1
1 parent 1848398 commit 2bf4085

12 files changed

Lines changed: 63 additions & 6 deletions

File tree

packages/blocks-renderer/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.2.0](https://github.com/constructive-io/blocks/compare/blocks-renderer@0.1.2...blocks-renderer@0.2.0) (2026-08-22)
7+
8+
9+
### Features
10+
11+
* extract json-renderer core ([e623d25](https://github.com/constructive-io/blocks/commit/e623d2588e905d0947e8e0c03b3fa5f47186986d))
12+
13+
14+
15+
16+
617
## [0.1.2](https://github.com/constructive-io/blocks/compare/blocks-renderer@0.1.1...blocks-renderer@0.1.2) (2026-08-22)
718

819
**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.1.2",
3+
"version": "0.2.0",
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: 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.0](https://github.com/constructive-io/blocks/compare/blocks-schema@0.2.1...blocks-schema@0.3.0) (2026-08-22)
7+
8+
9+
### Features
10+
11+
* extract json-renderer core ([e623d25](https://github.com/constructive-io/blocks/commit/e623d2588e905d0947e8e0c03b3fa5f47186986d))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/constructive-io/blocks/compare/blocks-schema@0.2.0...blocks-schema@0.2.1) (2026-08-22)
718

819
**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.2.1",
3+
"version": "0.3.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.1](https://github.com/constructive-io/blocks/compare/flow-to-blocks@0.2.0...flow-to-blocks@0.2.1) (2026-08-22)
7+
8+
**Note:** Version bump only for package flow-to-blocks
9+
10+
11+
12+
13+
614
# 0.2.0 (2026-08-22)
715

816

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.2.0",
3+
"version": "0.2.1",
44
"description": "Evaluate a flow-based programming graph into a blocks-schema UI document: dynamic, computed screens",
55
"private": false,
66
"license": "MIT",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2026-08-22)
7+
8+
9+
### Features
10+
11+
* extract json-renderer core ([e623d25](https://github.com/constructive-io/blocks/commit/e623d2588e905d0947e8e0c03b3fa5f47186986d))

packages/json-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-renderer",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Framework-agnostic JSON UI document core: envelope and node tree, validation, composition, binding resolution, and the renderer adapter contract",
55
"private": false,
66
"license": "MIT",

packages/json-schema-to-blocks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.1](https://github.com/constructive-io/blocks/compare/json-schema-to-blocks@0.2.0...json-schema-to-blocks@0.2.1) (2026-08-22)
7+
8+
**Note:** Version bump only for package json-schema-to-blocks
9+
10+
11+
12+
13+
614
# 0.2.0 (2026-08-22)
715

816

packages/json-schema-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": "json-schema-to-blocks",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Lower JSON Schema into blocks-schema UI documents: composable widget rules, constraints, and x-ui overrides",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)