web: bump version to v3.2.0

This commit is contained in:
Abdullah Atta
2025-06-17 11:01:02 +05:00
parent 1cf1605564
commit f460772d75
5 changed files with 16 additions and 16 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/desktop",
"version": "3.2.0-beta.9",
"version": "3.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@notesnook/desktop",
"version": "3.2.0-beta.9",
"version": "3.2.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.2.0-beta.9",
"version": "3.2.0",
"appAppleId": "1544027013",
"private": true,
"main": "./dist/cjs/index.js",

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/web",
"version": "3.2.0-beta.9",
"version": "3.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@notesnook/web",
"version": "3.2.0-beta.9",
"version": "3.2.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.2.0-beta.9",
"version": "3.2.0",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",

View File

@@ -92,6 +92,16 @@ const features: Record<FeatureKeys, Feature> = {
}
]
: [
{
title: "Improved search UX",
subtitle:
"Searching for notes will now show exactly where the term occurs"
},
{
title: "Sortable search",
subtitle:
"Search results are now sortable (just like notes, notebooks etc.)"
},
{
title: "Archive",
subtitle: (
@@ -110,16 +120,6 @@ const features: Record<FeatureKeys, Feature> = {
</>
)
},
{
title: "Improved search UX",
subtitle:
"Searching for notes will now show exactly where the term occurs"
},
{
title: "Sortable search",
subtitle:
"Search results are now sortable (just like notes, notebooks etc.)"
},
{
title: "Set default tag",
subtitle: