web: bump version to 3.1.0

This commit is contained in:
Abdullah Atta
2025-04-22 11:10:04 +05:00
parent fb21fef82f
commit 95fc9bd3d0
5 changed files with 9 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/desktop",
"version": "3.1.0-beta.6",
"version": "3.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@notesnook/desktop",
"version": "3.1.0-beta.6",
"version": "3.1.0",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {

View File

@@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "3.1.0-beta.6",
"version": "3.1.0",
"appAppleId": "1544027013",
"private": true,
"main": "./dist/cjs/index.js",

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/web",
"version": "3.1.0-beta.6",
"version": "3.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@notesnook/web",
"version": "3.1.0-beta.6",
"version": "3.1.0",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "@notesnook/web",
"description": "Your private note taking space",
"version": "3.1.0-beta.6",
"version": "3.1.0",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",

View File

@@ -93,13 +93,11 @@ const features: Record<FeatureKeys, Feature> = {
]
: [
{
title: "Release tracks",
title: "New sidebar UI/UX",
subtitle: (
<>
Switch to the beta version to try out upcoming new features and
provide us with feedback. Switch back to stable anytime without
losing any data. To change release tracks, go to Settings {">"}
About and select the desired release track.
Your notebooks &amp; tags are now displayed directly in the
sidebar making organization &amp; navigation much easier.
</>
)
}