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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014NgfSjHE11oFpoSnLVKLXd
This commit is contained in:
co-authored by
Claude Fable 5
parent
af482330e9
commit
c5f297a3b7
+1
-1
@@ -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,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": {
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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,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,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,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": {
|
||||
|
||||
Reference in New Issue
Block a user