mobile: release v3.4.6

This commit is contained in:
Ammar Ahmed
2026-07-13 12:56:49 +05:00
parent 2738207c20
commit e426426468
8 changed files with 15 additions and 12 deletions

View File

@@ -140,7 +140,7 @@ android {
if (project.hasProperty("prBuildNumber")) { if (project.hasProperty("prBuildNumber")) {
versionCode Integer.parseInt(prBuildNumber()) versionCode Integer.parseInt(prBuildNumber())
} else { } else {
versionCode 3111 versionCode 3112
} }
versionName getNpmVersion() versionName getNpmVersion()
testBuildType System.getProperty('testBuildType', 'debug') testBuildType System.getProperty('testBuildType', 'debug')

View File

@@ -1,6 +1,6 @@
// Production iOS build identifiers // Production iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2189 IOS_CURRENT_PROJECT_VERSION = 2190
IOS_MARKETING_VERSION = 3.4.5 IOS_MARKETING_VERSION = 3.4.6
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share

View File

@@ -1,6 +1,6 @@
// Production iOS build identifiers // Production iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2189 IOS_CURRENT_PROJECT_VERSION = 2190
IOS_MARKETING_VERSION = 3.4.5 IOS_MARKETING_VERSION = 3.4.6
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share

View File

@@ -1,6 +1,6 @@
// Staging iOS build identifiers // Staging iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2189 IOS_CURRENT_PROJECT_VERSION = 2190
IOS_MARKETING_VERSION = 3.4.5 IOS_MARKETING_VERSION = 3.4.6
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share

View File

@@ -1,12 +1,12 @@
{ {
"name": "@notesnook/mobile", "name": "@notesnook/mobile",
"version": "3.4.0-beta.1", "version": "3.4.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@notesnook/mobile", "name": "@notesnook/mobile",
"version": "3.4.0-beta.1", "version": "3.4.5",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
@@ -290,7 +290,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"@notesnook-importer/core": "^2.2.5", "@notesnook-importer/core": "^2.4.5",
"@notesnook/common": "file:../common", "@notesnook/common": "file:../common",
"@notesnook/intl": "file:../intl", "@notesnook/intl": "file:../intl",
"@notesnook/theme": "file:../theme", "@notesnook/theme": "file:../theme",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@notesnook/mobile", "name": "@notesnook/mobile",
"version": "3.4.5", "version": "3.4.6",
"private": true, "private": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"scripts": { "scripts": {

View File

@@ -0,0 +1,3 @@
- Minor bug fixes and improvements
Thank you for using Notesnook!

View File

@@ -63,7 +63,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"@notesnook-importer/core": "^2.2.5", "@notesnook-importer/core": "^2.4.5",
"@notesnook/common": "file:../common", "@notesnook/common": "file:../common",
"@notesnook/intl": "file:../intl", "@notesnook/intl": "file:../intl",
"@notesnook/theme": "file:../theme", "@notesnook/theme": "file:../theme",