chore(release): stage 0.8.5 package tarballs
Quality / quality (ubuntu-latest) (push) Failing after 12m26s
Quality / quality (windows-latest) (push) Canceled after 0s

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 15:16:43 +05:30
co-authored by Claude Opus 5
parent 1fb1a8d2d0
commit f01a308287
42 changed files with 2546 additions and 288 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/ui",
"version": "0.8.4",
"version": "0.8.5",
"type": "module",
"description": "@wrnexus/ui — part of the WrNexus framework.",
"license": "MIT",
@@ -35,6 +35,10 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./registry": {
"types": "./dist/registry.d.ts",
"import": "./dist/registry.js"
},
"./components/*": "./components/*",
"./component-catalog.json": "./component-catalog.json",
"./component-migrations.json": "./component-migrations.json",
@@ -42,7 +46,7 @@
"./ui.css": "./ui.css"
},
"dependencies": {
"@wrnexus/core": "^0.8.4"
"@wrnexus/core": "^0.8.5"
},
"files": [
"dist",