release: WRNexusJS 0.3.5

This commit is contained in:
2026-07-24 12:46:44 +05:30
parent 44ba847210
commit c81dedff17
2114 changed files with 65790 additions and 150559 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/ui",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"description": "@wrnexus/ui — part of the WrNexus framework.",
"license": "MIT",
@@ -21,17 +21,19 @@
},
"./components/*": "./components/*",
"./component-catalog.json": "./component-catalog.json",
"./component-migrations.json": "./component-migrations.json",
"./component-reference.json": "./component-reference.json",
"./ui.css": "./ui.css"
},
"dependencies": {
"@wrnexus/core": "^0.3.4"
"@wrnexus/core": "^0.3.5"
},
"files": [
"dist",
"components",
"ui.css",
"component-catalog.json",
"component-migrations.json",
"component-reference.json",
"COMPONENTS.md"
]