web: bump version to 2.4.9

This commit is contained in:
Abdullah Atta
2023-04-27 13:16:01 +05:00
parent 5b957f5f0d
commit f9116b22db
5 changed files with 7 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/desktop",
"version": "2.4.8",
"version": "2.4.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/desktop",
"version": "2.4.8",
"version": "2.4.9",
"dependencies": {
"diary": "^0.3.1",
"electron-updater": "^5.3.0",

View File

@@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "2.4.8",
"version": "2.4.9",
"appAppleId": "1544027013",
"private": true,
"main": "./build/electron.js",

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/web",
"version": "2.4.8",
"version": "2.4.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/web",
"version": "2.4.8",
"version": "2.4.9",
"license": "GPL-3.0-or-later",
"dependencies": {
"@aws-sdk/util-base64-browser": "^3.208.0",

View File

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

View File

@@ -90,13 +90,7 @@ const features: Record<FeatureKeys, Feature> = {
}
]
: isDesktop()
? [
{
title: "Default font size & font family",
subtitle:
"You can now change the default font family and size used by the editor across all your older & newer notes. Go into Settings > Editor settings to change these settings."
}
]
? []
: [],
cta: {
title: "Got it",