release: git-arboretum 3.1.0 (IDE unique), desktop 0.1.1 (fix logo Debian)

This commit is contained in:
2026-07-20 12:11:50 +02:00
parent 662c537ac4
commit dab1fe6836
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",