chore: bump version to 0.12.6

This commit is contained in:
Mario Zechner 2025-12-03 17:12:27 +01:00
parent 989af79752
commit 1517e64869
11 changed files with 33 additions and 32 deletions

View file

@ -1,13 +1,14 @@
{
"name": "pi-web-ui-example",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "tsc --noEmit"
"check": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@mariozechner/mini-lit": "^0.2.0",