Skip to content

Commit

Permalink
web: bump version to 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Oct 2, 2023
1 parent 25f9eec commit 0aac29c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "2.6.6",
"version": "2.6.7",
"appAppleId": "1544027013",
"private": true,
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@notesnook/web",
"description": "Your private note taking space",
"version": "2.6.6",
"version": "2.6.7",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",
Expand Down
8 changes: 1 addition & 7 deletions apps/web/src/dialogs/feature-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,7 @@ const features: Record<FeatureKeys, Feature> = {
)
}
]
: [
{
title: "Write protected task lists",
subtitle:
"You can now write protect specific task lists to prevent any accidental edits."
}
],
: [],
cta: {
title: "Got it",
icon: Checkmark,
Expand Down

0 comments on commit 0aac29c

Please sign in to comment.