1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Tools: Setup release 2.4

This commit is contained in:
Laurent Cozic 2021-08-21 10:46:46 +01:00
parent a4785efd58
commit 50f421c5d9
16 changed files with 35 additions and 35 deletions

View File

@ -32,7 +32,7 @@
], ],
"owner": "Laurent Cozic" "owner": "Laurent Cozic"
}, },
"version": "2.3.2", "version": "2.4.0",
"bin": { "bin": {
"joplin": "./main.js" "joplin": "./main.js"
}, },
@ -40,8 +40,8 @@
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"dependencies": { "dependencies": {
"@joplin/lib": "~2.3", "@joplin/lib": "~2.4",
"@joplin/renderer": "~2.3", "@joplin/renderer": "~2.4",
"aws-sdk": "^2.588.0", "aws-sdk": "^2.588.0",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"compare-version": "^0.1.2", "compare-version": "^0.1.2",
@ -65,7 +65,7 @@
"yargs-parser": "^7.0.0" "yargs-parser": "^7.0.0"
}, },
"devDependencies": { "devDependencies": {
"@joplin/tools": "~2.3", "@joplin/tools": "~2.4",
"@types/fs-extra": "^9.0.6", "@types/fs-extra": "^9.0.6",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/node": "^14.14.6", "@types/node": "^14.14.6",

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Joplin Web Clipper [DEV]", "name": "Joplin Web Clipper [DEV]",
"version": "2.3.0", "version": "2.4.0",
"description": "Capture and save web pages and screenshots from your browser to Joplin.", "description": "Capture and save web pages and screenshots from your browser to Joplin.",
"homepage_url": "https://joplinapp.org", "homepage_url": "https://joplinapp.org",
"content_security_policy": "script-src 'self'; object-src 'self'", "content_security_policy": "script-src 'self'; object-src 'self'",

View File

@ -1,12 +1,12 @@
{ {
"name": "@joplin/app-desktop", "name": "@joplin/app-desktop",
"version": "2.3.5", "version": "2.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@joplin/app-desktop", "name": "@joplin/app-desktop",
"version": "2.3.5", "version": "2.4.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0", "@fortawesome/fontawesome-free": "^5.13.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/app-desktop", "name": "@joplin/app-desktop",
"version": "2.3.5", "version": "2.4.0",
"description": "Joplin for Desktop", "description": "Joplin for Desktop",
"main": "main.js", "main": "main.js",
"private": true, "private": true,
@ -93,7 +93,7 @@
}, },
"homepage": "https://github.com/laurent22/joplin#readme", "homepage": "https://github.com/laurent22/joplin#readme",
"devDependencies": { "devDependencies": {
"@joplin/tools": "~2.3", "@joplin/tools": "~2.4",
"@testing-library/react-hooks": "^3.4.2", "@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/node": "^14.14.6", "@types/node": "^14.14.6",
@ -122,8 +122,8 @@
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0", "@fortawesome/fontawesome-free": "^5.13.0",
"@joplin/lib": "~2.3", "@joplin/lib": "~2.4",
"@joplin/renderer": "~2.3", "@joplin/renderer": "~2.4",
"async-mutex": "^0.1.3", "async-mutex": "^0.1.3",
"codemirror": "^5.56.0", "codemirror": "^5.56.0",
"color": "^3.1.2", "color": "^3.1.2",

View File

@ -142,7 +142,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097648 versionCode 2097648
versionName "2.3.4" versionName "2.4.0"
ndk { ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
} }

View File

@ -492,7 +492,7 @@
INFOPLIST_FILE = Joplin/Info.plist; INFOPLIST_FILE = Joplin/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0; IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 12.3.1; MARKETING_VERSION = 12.4.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@ -519,7 +519,7 @@
INFOPLIST_FILE = Joplin/Info.plist; INFOPLIST_FILE = Joplin/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0; IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 12.3.1; MARKETING_VERSION = 12.4.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@ -666,7 +666,7 @@
INFOPLIST_FILE = ShareExtension/Info.plist; INFOPLIST_FILE = ShareExtension/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0; IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 12.3.1; MARKETING_VERSION = 12.4.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension; PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
@ -697,7 +697,7 @@
INFOPLIST_FILE = ShareExtension/Info.plist; INFOPLIST_FILE = ShareExtension/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0; IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 12.3.1; MARKETING_VERSION = 12.4.0;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension; PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";

View File

@ -488,7 +488,7 @@ SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
FBReactNativeSpec: d2f54de51f69366bd1f5c1fb9270698dce678f8d FBReactNativeSpec: 6da2c8ff1ebe6b6cf4510fcca58c24c4d02b16fc
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62 glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
JoplinCommonShareExtension: 270b4f8eb4e22828eeda433a04ed689fc1fd09b5 JoplinCommonShareExtension: 270b4f8eb4e22828eeda433a04ed689fc1fd09b5
JoplinRNShareExtension: 7137e9787374e1b0797ecbef9103d1588d90e403 JoplinRNShareExtension: 7137e9787374e1b0797ecbef9103d1588d90e403

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"id": "<%= pluginId %>", "id": "<%= pluginId %>",
"app_min_version": "2.3", "app_min_version": "2.4",
"version": "1.0.0", "version": "1.0.0",
"name": "<%= pluginName %>", "name": "<%= pluginName %>",
"description": "<%= pluginDescription %>", "description": "<%= pluginDescription %>",

View File

@ -1,6 +1,6 @@
{ {
"name": "generator-joplin", "name": "generator-joplin",
"version": "2.3.0", "version": "2.4.0",
"description": "Scaffolds out a new Joplin plugin", "description": "Scaffolds out a new Joplin plugin",
"homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin", "homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin",
"author": { "author": {

View File

@ -1,12 +1,12 @@
{ {
"name": "@joplin/lib", "name": "@joplin/lib",
"version": "2.3.1", "version": "2.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@joplin/lib", "name": "@joplin/lib",
"version": "2.3.1", "version": "2.4.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"async-mutex": "^0.1.3", "async-mutex": "^0.1.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/lib", "name": "@joplin/lib",
"version": "2.3.1", "version": "2.4.0",
"description": "Joplin Core library", "description": "Joplin Core library",
"author": "Laurent Cozic", "author": "Laurent Cozic",
"homepage": "", "homepage": "",
@ -27,7 +27,7 @@
"dependencies": { "dependencies": {
"@joplin/fork-htmlparser2": "^4.1.33", "@joplin/fork-htmlparser2": "^4.1.33",
"@joplin/fork-sax": "^1.2.37", "@joplin/fork-sax": "^1.2.37",
"@joplin/renderer": "^2.3.1", "@joplin/renderer": "~2.4",
"@joplin/turndown": "^4.0.55", "@joplin/turndown": "^4.0.55",
"@joplin/turndown-plugin-gfm": "^1.0.37", "@joplin/turndown-plugin-gfm": "^1.0.37",
"async-mutex": "^0.1.3", "async-mutex": "^0.1.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/plugin-repo-cli", "name": "@joplin/plugin-repo-cli",
"version": "2.3.1", "version": "2.4.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -18,8 +18,8 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@joplin/lib": "^2.3.1", "@joplin/lib": "~2.4",
"@joplin/tools": "^2.3.1", "@joplin/tools": "~2.4",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"gh-release-assets": "^2.0.0", "gh-release-assets": "^2.0.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",

View File

@ -1,12 +1,12 @@
{ {
"name": "@joplin/renderer", "name": "@joplin/renderer",
"version": "2.3.1", "version": "2.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@joplin/renderer", "name": "@joplin/renderer",
"version": "2.3.1", "version": "2.4.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"font-awesome-filetypes": "^2.1.0", "font-awesome-filetypes": "^2.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/renderer", "name": "@joplin/renderer",
"version": "2.3.1", "version": "2.4.0",
"description": "The Joplin note renderer, used the mobile and desktop application", "description": "The Joplin note renderer, used the mobile and desktop application",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
"main": "index.js", "main": "index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/server", "name": "@joplin/server",
"version": "2.3.7", "version": "2.4.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start-dev": "nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev", "start-dev": "nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
@ -19,8 +19,8 @@
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.1",
"@joplin/lib": "~2.3", "@joplin/lib": "~2.4",
"@joplin/renderer": "~2.3", "@joplin/renderer": "~2.4",
"@koa/cors": "^3.1.0", "@koa/cors": "^3.1.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"bulma": "^0.9.1", "bulma": "^0.9.1",
@ -51,7 +51,7 @@
"zxcvbn": "^4.4.2" "zxcvbn": "^4.4.2"
}, },
"devDependencies": { "devDependencies": {
"@joplin/tools": "~2.3", "@joplin/tools": "~2.4",
"@rmp135/sql-ts": "^1.7.0", "@rmp135/sql-ts": "^1.7.0",
"@types/fs-extra": "^8.0.0", "@types/fs-extra": "^8.0.0",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/tools", "name": "@joplin/tools",
"version": "2.3.1", "version": "2.4.0",
"description": "Various tools for Joplin", "description": "Various tools for Joplin",
"main": "index.js", "main": "index.js",
"author": "Laurent Cozic", "author": "Laurent Cozic",
@ -18,7 +18,7 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@joplin/lib": "^2.3.1", "@joplin/lib": "~2.4",
"execa": "^4.1.0", "execa": "^4.1.0",
"fs-extra": "^4.0.3", "fs-extra": "^4.0.3",
"gettext-parser": "^1.3.0", "gettext-parser": "^1.3.0",