Skip to content

Commit e346c63

Browse files
committed
Publish
- blocks@0.3.0 - @constructive-io/registry@0.3.0 - blocks-renderer@0.3.0 - blocks-schema@0.4.0 - @constructive-io/command-palette@0.6.0 - @constructive-io/data@0.8.0 - flow-to-blocks@0.3.0 - json-renderer@0.2.0 - json-schema-to-blocks@0.3.0 - meta-to-blocks@0.3.0 - @constructive-io/schema-builder@0.7.0 - @constructive-io/sheets@0.10.0 - @constructive-io/ui@0.11.0
1 parent c5602a7 commit e346c63

26 files changed

Lines changed: 117 additions & 13 deletions

File tree

apps/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.3.0](https://github.com/constructive-io/blocks/compare/blocks@0.2.2...blocks@0.3.0) (2026-08-22)
7+
8+
**Note:** Version bump only for package blocks
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/constructive-io/blocks/compare/blocks@0.2.1...blocks@0.2.2) (2026-08-21)
715

816

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.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"gen": "tsx scripts/generate-ui-demo-source.ts",

apps/registry/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.3.0](https://github.com/constructive-io/blocks/compare/@constructive-io/registry@0.2.1...@constructive-io/registry@0.3.0) (2026-08-22)
7+
8+
**Note:** Version bump only for package @constructive-io/registry
9+
10+
11+
12+
13+
614
## [0.2.1](https://github.com/constructive-io/blocks/compare/@constructive-io/registry@0.2.0...@constructive-io/registry@0.2.1) (2026-08-10)
715

816

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

packages/blocks-renderer/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.3.0](https://github.com/constructive-io/blocks/compare/blocks-renderer@0.2.0...blocks-renderer@0.3.0) (2026-08-22)
7+
8+
**Note:** Version bump only for package blocks-renderer
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/constructive-io/blocks/compare/blocks-renderer@0.1.2...blocks-renderer@0.2.0) (2026-08-22)
715

816

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.2.0",
3+
"version": "0.3.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: 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.4.0](https://github.com/constructive-io/blocks/compare/blocks-schema@0.3.0...blocks-schema@0.4.0) (2026-08-22)
7+
8+
**Note:** Version bump only for package blocks-schema
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/constructive-io/blocks/compare/blocks-schema@0.2.1...blocks-schema@0.3.0) (2026-08-22)
715

816

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.3.0",
3+
"version": "0.4.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/command-palette/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.6.0](https://github.com/constructive-io/blocks/compare/@constructive-io/command-palette@0.5.0...@constructive-io/command-palette@0.6.0) (2026-08-22)
7+
8+
**Note:** Version bump only for package @constructive-io/command-palette
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/constructive-io/blocks/compare/@constructive-io/command-palette@0.4.0...@constructive-io/command-palette@0.5.0) (2026-08-10)
715

816
**Note:** Version bump only for package @constructive-io/command-palette

packages/command-palette/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/command-palette",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Headless command registry, shortcuts, multi-step flows, and background-task state for Constructive applications",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)