chore(release): prepare for v0.94.1
/ Check Docker build (Dockerfile) (push) Failing after 37s
/ Check Docker build (Dockerfile.alpine) (push) Failing after 38s
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v7) (push) Has been skipped
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v8) (push) Has been skipped
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Has been skipped
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Has been skipped
/ Merge manifest lists (push) Has been skipped
Release / Make Electron (arm64, map[forge_platform:linux image:ubuntu-latest name:linux shell:bash]) (push) Failing after 38s
Release / Make Electron (x64, map[forge_platform:linux image:ubuntu-latest name:linux shell:bash]) (push) Failing after 34s
Release / Build Linux Server (x64, ubuntu-22.04) (push) Failing after 42s
Release / Make Electron (arm64, map[forge_platform:darwin image:macos-latest name:macos shell:bash]) (push) Has been cancelled
Release / Make Electron (arm64, map[forge_platform:win32 image:win-signing name:windows shell:cmd]) (push) Has been cancelled
Release / Make Electron (x64, map[forge_platform:darwin image:macos-latest name:macos shell:bash]) (push) Has been cancelled
Release / Make Electron (x64, map[forge_platform:win32 image:win-signing name:windows shell:cmd]) (push) Has been cancelled
Release / Build Linux Server (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Release / Publish release (push) Has been cancelled

This commit is contained in:
Elian Doran
2025-06-07 12:46:18 +03:00
parent 7cbff47078
commit 408dcf7713
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@triliumnext/client",
"version": "0.94.0",
"version": "0.94.1",
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
"private": true,
"license": "AGPL-3.0-only",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@triliumnext/desktop",
"version": "0.94.0",
"version": "0.94.1",
"description": "Build your personal knowledge base with TriliumNext Notes",
"private": true,
"main": "main.cjs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@triliumnext/server",
"version": "0.94.0",
"version": "0.94.1",
"description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.",
"private": true,
"dependencies": {
+2 -2
View File
@@ -1,4 +1,4 @@
export default {
buildDate: "2025-04-10T18:06:20Z",
buildRevision: "3df666b03e55a7719958a20cbd9e14601d7da580"
buildDate: "2025-06-07T09:45:40Z",
buildRevision: "7cbff47078012e32279c110c49b904bd24dcecb3"
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@triliumnext/source",
"version": "0.94.0",
"version": "0.94.1",
"description": "Build your personal knowledge base with TriliumNext Notes",
"directories": {
"doc": "docs"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@triliumnext/commons",
"version": "0.94.0",
"version": "0.94.1",
"description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.",
"private": true,
"type": "module",
@@ -54,4 +54,4 @@
}
}
}
}
}