release: git-arboretum 3.1.0 (IDE unique), desktop 0.1.1 (fix logo Debian)
All checks were successful
CI / Build & test (Node 22) (push) Successful in 10m13s
CI / Build & test (Node 24) (push) Successful in 10m6s
CI / No em/en dashes (push) Successful in 3s
Release / Publish to Gitea npm registry (push) Successful in 9m55s
Desktop Release / Build Linux (AppImage + deb) (push) Successful in 14m9s
CI / Pack & boot smoke (Node 22) (push) Successful in 9m56s

This commit is contained in:
2026-07-20 12:11:50 +02:00
parent 662c537ac4
commit 008e976e01
4 changed files with 7 additions and 5 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "@arboretum/desktop",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@arboretum/desktop",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.10.0",
"electron": "^33.0.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@arboretum/desktop",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "Arboretum desktop app: Electron shell that runs the daemon and shows its web UI",
"homepage": "https://git-arboretum.com",
"license": "MIT",