diff --git a/CATALOG.md b/CATALOG.md index becbc63..17770d8 100644 --- a/CATALOG.md +++ b/CATALOG.md @@ -1,4 +1,4 @@ -# @bytesbrains/weblocks — Block Catalog (v0.11.1) +# @bytesbrains/weblocks — Block Catalog (v0.12.0) The AI composes a `SiteManifest` (`{ meta, design, blocks[] }`) using **only** the block types below, then the engine validates + renders it to static HTML. This file is generated from the code (`npm run emit:catalog`) — do not edit by hand. diff --git a/catalog.json b/catalog.json index 3c3a450..e35c82e 100644 --- a/catalog.json +++ b/catalog.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "package": "@bytesbrains/weblocks", - "version": "0.11.1", + "version": "0.12.0", "description": "Block catalog for @bytesbrains/weblocks. Send this to the model as its API reference; it composes a SiteManifest ({ meta, design, blocks[] }) using ONLY these block types. The engine then validates and renders it.", "blockTypes": [ "app-shell", diff --git a/package-lock.json b/package-lock.json index f22dc26..cd6beb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bytesbrains/weblocks", - "version": "0.11.1", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bytesbrains/weblocks", - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "devDependencies": { "@types/node": "^22.0.0", diff --git a/package.json b/package.json index 674a259..6d8d7f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bytesbrains/weblocks", - "version": "0.11.1", + "version": "0.12.0", "description": "Block engine for AI-composable web apps — the AI composes a SiteManifest from a fixed block catalog; the engine validates and renders it to static HTML. Snap-together \"Lego\" web building blocks, shareable across repos.", "keywords": [ "ai",