web: bump version to v2.2.1

This commit is contained in:
Abdullah Atta
2022-09-29 19:05:25 +05:00
parent 6ab9777fbd
commit ce889cf1c3
8 changed files with 33 additions and 45 deletions

View File

@@ -233,6 +233,22 @@ jobs:
snapcraft upload --release=stable ./dist/notesnook_linux_amd64.snap
working-directory: ./apps/web/desktop
- name: Package desktop build
run: |
mv ./apps/web/desktop/build/ ./notesnook_build_v${{ steps.app_metadata.outputs.app_version }}
echo "Moved build folder to ./notesnook_build_v${{ steps.app_metadata.outputs.app_version }}"
- name: Upload desktop build
uses: fnkr/github-action-ghr@v1
if: inputs.publish-github
env:
GHR_COMPRESS: xz
GHR_DELETE: false
GHR_REPLACE: true
GHR_PATH: ./notesnook_build_v${{ steps.app_metadata.outputs.app_version }}
GITHUB_REF: refs/tags/v${{ steps.app_metadata.outputs.app_version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-windows:
name: Build for Windows
needs: build

View File

@@ -1,12 +1,13 @@
{
"name": "@notesnook/mobile",
"version": "2.1.8",
"version": "2.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/mobile",
"version": "2.1.8",
"version": "2.2.1",
"license": "GPL-3.0-or-later",
"workspaces": [
"native/",
"app/"
@@ -23,6 +24,7 @@
"app": {
"name": "@notesnook/mobile-app",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@flyerhq/react-native-link-preview": "^1.6.0",
"@mdi/js": "^6.7.96",
@@ -51,6 +53,7 @@
"native": {
"name": "@notesnook/mobile-native",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@callstack/repack": "^3.0.0-next.7",
"@react-native-clipboard/clipboard": "^1.9.0",

View File

@@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "2.2.0",
"version": "2.2.1",
"appAppleId": "1544027013",
"private": true,
"main": "./build/electron.js",
@@ -67,7 +67,7 @@
"afterSign": "electron-builder-notarize",
"afterPack": "./scripts/removeLocales.js",
"mac": {
"bundleVersion": "220",
"bundleVersion": "221",
"minimumSystemVersion": "10.14.0",
"target": [
{

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/web",
"version": "2.2.0",
"version": "2.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/web",
"version": "2.2.0",
"version": "2.2.1",
"license": "GPL-3.0-or-later",
"dependencies": {
"@brixtol/currency-symbols": "^1.1.1",
@@ -260,7 +260,7 @@
},
"desktop": {
"name": "@notesnook/desktop",
"version": "2.2.0",
"version": "2.2.1",
"dependencies": {
"diary": "^0.3.1",
"electron-better-ipc": "^2.0.1",

View File

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

View File

@@ -24,15 +24,7 @@ import { appVersion } from "../../utils/version";
import Config from "../../utils/config";
import { isTesting } from "../../utils/platform";
import { useEffect } from "react";
import {
ArrowRight,
Checkmark,
Icon,
Warn,
Sync,
Edit,
Github
} from "../icons";
import { ArrowRight, Checkmark, Icon, Warn, Pin } from "../icons";
type CallToAction = {
title: string;
@@ -99,32 +91,9 @@ const features: Record<FeatureKeys, Feature> = {
]
: [
{
icon: Github,
title: "Notesnook is now open source!",
subtitle: (
<>
{
"If you didn't know already, we have gone fully open source! You can check out our source code "
}
<a href="https://github.com/streetwriters/notesnook">here</a>.
Be sure to leave a star!
</>
)
},
{
icon: Sync,
title: "Auto sync is now available for all users free or pro!"
},
{
icon: Edit,
title: "Editor now supports full real-time syncing",
subtitle:
"This means you no longer have to reopen a note to see the edits you made. And it works for locked notes too!"
},
{
title: "Lots of sync reliability improvements",
subtitle:
"We have fixed errors such as 'Some notes of this topic are not synced' & other issues like shortcuts suddenly disappearing etc."
icon: Pin,
title: "No limits on pins",
subtitle: "You can now pin as many notes & notebooks as you like."
}
],
cta: {

View File

@@ -7,7 +7,7 @@
"": {
"name": "@notesnook/core",
"version": "7.3.6",
"license": "GPL-3.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@microsoft/signalr": "^6.0.7",
"@microsoft/signalr-protocol-msgpack": "^6.0.7",

View File

@@ -7,7 +7,7 @@
"": {
"name": "@notesnook/editor",
"version": "1.3.1",
"license": "GPL-3.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@_ueberdosis/prosemirror-tables": "^1.1.3",
"@emotion/react": "^11.10.0",