From c5f297a3b77cbb80c8d07664d18304cf54a6b7d9 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 8 Sep 2026 21:35:15 +0200 Subject: [PATCH] release: 8.0.0 All workspace packages to 8.0.0; inter-package ranges tightened from * to ^8.0.0 for publication. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_014NgfSjHE11oFpoSnLVKLXd --- package.json | 2 +- packages/bankai/package.json | 2 +- packages/component/package.json | 8 ++++---- packages/core/package.json | 4 ++-- packages/devtools/package.json | 2 +- packages/html/package.json | 2 +- packages/migrate/package.json | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index ea2823c..73320e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uhhm/buuh-monorepo", "private": true, - "version": "8.0.0-dev", + "version": "8.0.0", "description": "Monorepo for buuh \u2014 a friendly fork of choo, rebuilt for the modern platform", "type": "module", "workspaces": [ diff --git a/packages/bankai/package.json b/packages/bankai/package.json index b492657..8443a82 100644 --- a/packages/bankai/package.json +++ b/packages/bankai/package.json @@ -1,6 +1,6 @@ { "name": "@uhhm/bankai", - "version": "10.0.0-dev", + "version": "8.0.0", "description": "The isomorphic choo compiler & server: one command, streaming SSR, zero config", "type": "module", "bin": { diff --git a/packages/component/package.json b/packages/component/package.json index c9ec026..0f511de 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,7 +1,7 @@ { "name": "@uhhm/buuh-component", - "version": "8.0.0-dev", - "description": "Native DOM components with lifecycle hooks — the choo island boundary", + "version": "8.0.0", + "description": "Native DOM components with lifecycle hooks \u2014 the choo island boundary", "type": "module", "exports": { ".": "./index.js", @@ -15,8 +15,8 @@ "node": ">=24" }, "dependencies": { - "@uhhm/buuh": "*", - "@uhhm/buuh-html": "*" + "@uhhm/buuh": "^8.0.0", + "@uhhm/buuh-html": "^8.0.0" }, "repository": "https://project.uhhm.no/uhhm/buuh", "keywords": [ diff --git a/packages/core/package.json b/packages/core/package.json index f857919..9cc6e48 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@uhhm/buuh", - "version": "8.0.0-dev", + "version": "8.0.0", "description": "A 4kb framework for creating sturdy frontend applications", "type": "module", "exports": { @@ -15,7 +15,7 @@ "node": ">=24" }, "dependencies": { - "@uhhm/buuh-html": "*" + "@uhhm/buuh-html": "^8.0.0" }, "repository": "https://project.uhhm.no/uhhm/buuh", "keywords": [ diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 3a22a08..7de1df5 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@uhhm/buuh-devtools", - "version": "8.0.0-dev", + "version": "8.0.0", "description": "Console devtools for choo: window.choo, event log, perf timings", "type": "module", "exports": { diff --git a/packages/html/package.json b/packages/html/package.json index a4a4a11..b635170 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@uhhm/buuh-html", - "version": "8.0.0-dev", + "version": "8.0.0", "description": "HTML template literals that render to DOM in the browser and strings on the server", "type": "module", "exports": { diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 93fb6c8..f7fecf3 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -1,6 +1,6 @@ { "name": "@uhhm/buuh-migrate", - "version": "8.0.0-dev", + "version": "8.0.0", "description": "Codemod: migrate choo v7 apps to buuh (choo v8) (ESM, new package names)", "type": "module", "bin": {