Skip to content

Commit b9ae226

Browse files
committed
chore(release): bump version
1 parent e23e522 commit b9ae226

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/client",
3-
"version": "0.94.1",
3+
"version": "0.95.0",
44
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
55
"private": true,
66
"license": "AGPL-3.0-only",

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/desktop",
3-
"version": "0.94.1",
3+
"version": "0.95.0",
44
"description": "Build your personal knowledge base with TriliumNext Notes",
55
"private": true,
66
"main": "main.cjs",
@@ -75,7 +75,7 @@
7575
"cjs"
7676
],
7777
"thirdParty": true,
78-
"declaration": false,
78+
"declaration": false,
7979
"esbuildOptions": {
8080
"splitting": false,
8181
"loader": {

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/server",
3-
"version": "0.94.1",
3+
"version": "0.95.0",
44
"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.",
55
"private": true,
66
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/source",
3-
"version": "0.94.1",
3+
"version": "0.95.0",
44
"description": "Build your personal knowledge base with TriliumNext Notes",
55
"directories": {
66
"doc": "docs"

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/commons",
3-
"version": "0.94.1",
3+
"version": "0.95.0",
44
"description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)