web: bump version to 2.4.8

This commit is contained in:
Abdullah Atta
2023-04-18 00:55:33 +05:00
parent ad23ff19de
commit af65055ce9
5 changed files with 13 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/desktop",
"version": "2.4.7",
"version": "2.4.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/desktop",
"version": "2.4.7",
"version": "2.4.8",
"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.7",
"version": "2.4.8",
"appAppleId": "1544027013",
"private": true,
"main": "./build/electron.js",

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/web",
"version": "2.4.7",
"version": "2.4.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/web",
"version": "2.4.7",
"version": "2.4.8",
"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.7",
"version": "2.4.8",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",

View File

@@ -90,7 +90,13 @@ 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",