Skip to content

Commit b0fd112

Browse files
committed
Publish
- blocks@0.2.2 - blocks-renderer@0.1.1 - blocks-schema@0.2.0 - @constructive-io/data@0.7.1 - @constructive-io/schema-builder@0.6.2 - @constructive-io/sheets@0.9.2 - @constructive-io/ui@0.10.1
1 parent 0b27dd3 commit b0fd112

14 files changed

Lines changed: 74 additions & 7 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.2.2](https://github.com/constructive-io/blocks/compare/blocks@0.2.1...blocks@0.2.2) (2026-08-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **blocks:** build workspace packages before dev ([1d18e3e](https://github.com/constructive-io/blocks/commit/1d18e3e15d42b830f9418d9dde75a4fab43b0348))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/constructive-io/blocks/compare/blocks@0.2.0...blocks@0.2.1) (2026-08-10)
718

819

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.1",
3+
"version": "0.2.2",
44
"private": true,
55
"scripts": {
66
"gen": "tsx scripts/generate-ui-demo-source.ts",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.1 (2026-08-21)
7+
8+
**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.0",
3+
"version": "0.1.1",
44
"description": "Recursive React renderer for Constructive Blocks JSON UI documents, with layerable widget registries",
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.2.0 (2026-08-21)
7+
8+
9+
### Features
10+
11+
* add blocks-schema and block-renderer packages ([c18c8bf](https://github.com/constructive-io/blocks/commit/c18c8bfe958eb9941201d29b3889380701ffedf7))

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.1.0",
3+
"version": "0.2.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/data/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.7.1](https://github.com/constructive-io/blocks/compare/@constructive-io/data@0.7.0...@constructive-io/data@0.7.1) (2026-08-21)
7+
8+
**Note:** Version bump only for package @constructive-io/data
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/constructive-io/blocks/compare/@constructive-io/data@0.6.1...@constructive-io/data@0.7.0) (2026-08-10)
715

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

packages/data/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/data",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Runtime PostGraphile query builder and data utilities",
55
"private": false,
66
"license": "MIT",

packages/schema-builder/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.2](https://github.com/constructive-io/blocks/compare/@constructive-io/schema-builder@0.6.1...@constructive-io/schema-builder@0.6.2) (2026-08-21)
7+
8+
**Note:** Version bump only for package @constructive-io/schema-builder
9+
10+
11+
12+
13+
614
## [0.6.1](https://github.com/constructive-io/blocks/compare/@constructive-io/schema-builder@0.6.0...@constructive-io/schema-builder@0.6.1) (2026-08-10)
715

816

packages/schema-builder/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/schema-builder",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Framework-agnostic React schema builder for Constructive applications",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)