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

3
package-lock.json generated
View File

@@ -7,6 +7,7 @@
"": {
"name": "arboretum-monorepo",
"version": "0.0.0",
"license": "MIT",
"workspaces": [
"packages/shared",
"packages/server",
@@ -7924,7 +7925,7 @@
},
"packages/server": {
"name": "@johanleroy/git-arboretum",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"dependencies": {
"@fastify/cookie": "^11.0.0",

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",

View File

@@ -1,6 +1,6 @@
{
"name": "@johanleroy/git-arboretum",
"version": "3.0.0",
"version": "3.1.0",
"description": "Self-hosted web dashboard for git worktrees and the Claude Code sessions running on them",
"license": "MIT",
"type": "module",