1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00

Chore: Fixed onenote-converter package for publishing

This commit is contained in:
Laurent Cozic 2024-12-12 14:07:01 +01:00
parent 3db862f870
commit 82b021245c
3 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@
"@joplin/fork-sax": "^1.2.58",
"@joplin/fork-uslug": "^1.0.19",
"@joplin/htmlpack": "^3.2.2",
"@joplin/onenote-converter": "^0.0.2",
"@joplin/onenote-converter": "^3.2.2",
"@joplin/renderer": "^3.2.2",
"@joplin/turndown": "^4.0.76",
"@joplin/turndown-plugin-gfm": "^1.0.58",

View File

@ -4,7 +4,7 @@
"access": "public"
},
"description": "Used to import a OneNote archive into Joplin",
"version": "1.0.2",
"version": "3.2.2",
"license": "AGPL-3.0-or-later",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/onenote-converter",
"main": "./pkg/onenote_converter.js",

View File

@ -141,6 +141,7 @@ async function main() {
await updatePackageVersion(`${rootDir}/packages/server/package.json`, majorMinorVersion, options);
await updatePackageVersion(`${rootDir}/packages/tools/package.json`, majorMinorVersion, options);
await updatePackageVersion(`${rootDir}/packages/utils/package.json`, majorMinorVersion, options);
await updatePackageVersion(`${rootDir}/packages/onenote-converter/package.json`, majorMinorVersion, options);
await updatePackageVersion(`${rootDir}/packages/default-plugins/package.json`, majorMinorVersion, options);
await updatePackageVersion(`${rootDir}/packages/editor/package.json`, majorMinorVersion, options);