web: bump version to 3.3.2

This commit is contained in:
Abdullah Atta
2025-10-20 13:01:57 +05:00
parent 0b943d8ecd
commit c1bd4cfb01
5 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -93,14 +93,14 @@ const features: Record<FeatureKeys, Feature> = {
] ]
: [ : [
{ {
title: "New pricing plans", title: "Notesnook Circle",
subtitle: subtitle:
"We are changing our pricing to make more sense and be more flexible." "Notesnook Circle brings together trusted partners who share our commitment to privacy, transparency, and user freedom. As a member you get exclusive discounts and offers from our partners. Check it out in Settings > Notesnook Circle."
}, },
{ {
title: "Filters in search", title: "Collapsible headings",
subtitle: subtitle:
"Search now has some basic filters like content:, title:, tag:, color: etc. For the whole list of filters, read our docs." "You can now collapse and expand headings in your notes. This makes it easier to manage large notes and focus on specific sections."
} }
], ],
cta: { cta: {