chore(release): prepare for v0.97.2

This commit is contained in:
Elian Doran
2025-08-02 23:34:39 +03:00
parent 42fedaa241
commit 7a1ec266ad
7 changed files with 127 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@triliumnext/client",
"version": "0.97.1",
"version": "0.97.2",
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
"private": true,
"license": "AGPL-3.0-only",

View File

@@ -1,6 +1,6 @@
{
"name": "@triliumnext/desktop",
"version": "0.97.1",
"version": "0.97.2",
"description": "Build your personal knowledge base with Trilium Notes",
"private": true,
"main": "main.cjs",

View File

@@ -1,6 +1,6 @@
{
"name": "@triliumnext/server",
"version": "0.97.1",
"version": "0.97.2",
"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": {