Skip to content

Commit a651b9a

Browse files
committed
Publish
- blocks@0.5.0 - @constructive-io/blocks-ui@0.2.0
1 parent 071d6b3 commit a651b9a

4 files changed

Lines changed: 34 additions & 2 deletions

File tree

apps/blocks/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.5.0](https://github.com/constructive-io/blocks/compare/blocks@0.4.0...blocks@0.5.0) (2026-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **blocks-ui:** keep the datetime zone and never store NaN ([706814d](https://github.com/constructive-io/blocks/commit/706814d032d7c8be38f1c87cd645c6915d3ecd6a))
12+
13+
14+
### Features
15+
16+
* **blocks-ui:** add the default widget registry and a live document demo ([6dacca3](https://github.com/constructive-io/blocks/commit/6dacca3841c25b3e1a016cb0590a5f6e2e8e9638))
17+
18+
19+
20+
21+
622
# [0.4.0](https://github.com/constructive-io/blocks/compare/blocks@0.3.1...blocks@0.4.0) (2026-08-22)
723

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

packages/blocks-ui/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **blocks-ui:** keep the datetime zone and never store NaN ([706814d](https://github.com/constructive-io/blocks/commit/706814d032d7c8be38f1c87cd645c6915d3ecd6a))
12+
13+
14+
### Features
15+
16+
* **blocks-ui:** add the default widget registry and a live document demo ([6dacca3](https://github.com/constructive-io/blocks/commit/6dacca3841c25b3e1a016cb0590a5f6e2e8e9638))

packages/blocks-ui/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/blocks-ui",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Default widget registry for blocks-renderer: Constructive UI document node types wired to @constructive-io/ui components",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)