chore(release): prepare for 0.98.1

This commit is contained in:
Elian Doran 2025-08-26 20:35:41 +03:00
parent 8cb8d1303c
commit b192f43187
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@triliumnext/client",
"version": "0.98.0",
"version": "0.98.1",
"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.98.0",
"version": "0.98.1",
"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.98.0",
"version": "0.98.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": {

View File

@ -1,6 +1,6 @@
{
"name": "@triliumnext/source",
"version": "0.98.0",
"version": "0.98.1",
"description": "Build your personal knowledge base with Trilium Notes",
"directories": {
"doc": "docs"

View File

@ -1,6 +1,6 @@
{
"name": "@triliumnext/commons",
"version": "0.98.0",
"version": "0.98.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",