release: 8.0.0
ci / test (24) (push) Failing after 32s
ci / test (26) (push) Successful in 33s
ci / e2e (push) Failing after 1m6s
release / publish (push) Failing after 33s

All workspace packages to 8.0.0; inter-package ranges tightened from *
to ^8.0.0 for publication.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014NgfSjHE11oFpoSnLVKLXd
This commit is contained in:
Bendik Aagaard Lynghaug
2026-09-08 21:35:15 +02:00
co-authored by Claude Fable 5
parent af482330e9
commit c5f297a3b7
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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": [
+1 -1
View File
@@ -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": {
+4 -4
View File
@@ -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": [
+2 -2
View File
@@ -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": [
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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": {