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",
|
"name": "@uhhm/buuh-monorepo",
|
||||||
"private": true,
|
"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",
|
"description": "Monorepo for buuh \u2014 a friendly fork of choo, rebuilt for the modern platform",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uhhm/bankai",
|
"name": "@uhhm/bankai",
|
||||||
"version": "10.0.0-dev",
|
"version": "8.0.0",
|
||||||
"description": "The isomorphic choo compiler & server: one command, streaming SSR, zero config",
|
"description": "The isomorphic choo compiler & server: one command, streaming SSR, zero config",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@uhhm/buuh-component",
|
"name": "@uhhm/buuh-component",
|
||||||
"version": "8.0.0-dev",
|
"version": "8.0.0",
|
||||||
"description": "Native DOM components with lifecycle hooks — the choo island boundary",
|
"description": "Native DOM components with lifecycle hooks \u2014 the choo island boundary",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.js",
|
".": "./index.js",
|
||||||
@@ -15,8 +15,8 @@
|
|||||||
"node": ">=24"
|
"node": ">=24"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@uhhm/buuh": "*",
|
"@uhhm/buuh": "^8.0.0",
|
||||||
"@uhhm/buuh-html": "*"
|
"@uhhm/buuh-html": "^8.0.0"
|
||||||
},
|
},
|
||||||
"repository": "https://project.uhhm.no/uhhm/buuh",
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uhhm/buuh",
|
"name": "@uhhm/buuh",
|
||||||
"version": "8.0.0-dev",
|
"version": "8.0.0",
|
||||||
"description": "A 4kb framework for creating sturdy frontend applications",
|
"description": "A 4kb framework for creating sturdy frontend applications",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"node": ">=24"
|
"node": ">=24"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@uhhm/buuh-html": "*"
|
"@uhhm/buuh-html": "^8.0.0"
|
||||||
},
|
},
|
||||||
"repository": "https://project.uhhm.no/uhhm/buuh",
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uhhm/buuh-devtools",
|
"name": "@uhhm/buuh-devtools",
|
||||||
"version": "8.0.0-dev",
|
"version": "8.0.0",
|
||||||
"description": "Console devtools for choo: window.choo, event log, perf timings",
|
"description": "Console devtools for choo: window.choo, event log, perf timings",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uhhm/buuh-html",
|
"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",
|
"description": "HTML template literals that render to DOM in the browser and strings on the server",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uhhm/buuh-migrate",
|
"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)",
|
"description": "Codemod: migrate choo v7 apps to buuh (choo v8) (ESM, new package names)",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Reference in New Issue
Block a user