Skip to content

Commit e0a0e35

Browse files
committed
Publish
- blocks@0.2.1 - @constructive-io/registry@0.2.1 - @constructive-io/schema-builder@0.6.1 - @constructive-io/sheets@0.9.1
1 parent 4411dcb commit e0a0e35

8 files changed

Lines changed: 50 additions & 4 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.1](https://github.com/constructive-io/blocks/compare/blocks@0.2.0...blocks@0.2.1) (2026-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **registry:** pin the published data and command-palette ranges ([df773db](https://github.com/constructive-io/blocks/commit/df773db8fabc40bc64078f0d7ca6e4594e9bfbfc))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/constructive-io/blocks/compare/blocks@0.1.1...blocks@0.2.0) (2026-08-10)
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.2.0",
3+
"version": "0.2.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.2.1](https://github.com/constructive-io/blocks/compare/@constructive-io/registry@0.2.0...@constructive-io/registry@0.2.1) (2026-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **registry:** pin the published data and command-palette ranges ([df773db](https://github.com/constructive-io/blocks/commit/df773db8fabc40bc64078f0d7ca6e4594e9bfbfc))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/constructive-io/blocks/compare/@constructive-io/registry@0.1.0...@constructive-io/registry@0.2.0) (2026-08-10)
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.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/schema-builder/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.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)
7+
8+
9+
### Bug Fixes
10+
11+
* **policies:** decode the capability mask when reopening a policy ([96c2451](https://github.com/constructive-io/blocks/commit/96c2451270afc99fa5fa04ee2cc382392bf36337))
12+
* **policies:** send the empty list when the picker is cleared ([a987bf9](https://github.com/constructive-io/blocks/commit/a987bf9d49918eadb8a88907bc6baa9c06a93efb))
13+
* **registry:** pin the published data and command-palette ranges ([df773db](https://github.com/constructive-io/blocks/commit/df773db8fabc40bc64078f0d7ca6e4594e9bfbfc))
14+
15+
16+
17+
18+
619
# [0.6.0](https://github.com/constructive-io/blocks/compare/@constructive-io/schema-builder@0.5.1...@constructive-io/schema-builder@0.6.0) (2026-08-10)
720

821
**Note:** Version bump only for package @constructive-io/schema-builder

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

packages/sheets/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.9.1](https://github.com/constructive-io/blocks/compare/@constructive-io/sheets@0.9.0...@constructive-io/sheets@0.9.1) (2026-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **registry:** pin the published data and command-palette ranges ([df773db](https://github.com/constructive-io/blocks/commit/df773db8fabc40bc64078f0d7ca6e4594e9bfbfc))
12+
13+
14+
15+
16+
617
# [0.9.0](https://github.com/constructive-io/blocks/compare/@constructive-io/sheets@0.8.3...@constructive-io/sheets@0.9.0) (2026-08-10)
718

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

packages/sheets/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/sheets",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Portable, extensible spreadsheet-like CRUD grid for PostGraphile (or any) backends",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)