Compare commits

..

1 commit
v0.5.1 ... main

Author SHA1 Message Date
d8cb171142
Version bump (incl. dependency)
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 1m11s
2025-09-06 17:17:10 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "siyuan-jsdraw-plugin", "name": "siyuan-jsdraw-plugin",
"version": "0.5.1", "version": "0.5.2",
"type": "module", "type": "module",
"description": "Include a whiteboard for freehand drawing anywhere in your documents.", "description": "Include a whiteboard for freehand drawing anywhere in your documents.",
"repository": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin", "repository": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
@ -35,8 +35,8 @@
"vite-plugin-zip-pack": "^1.0.5" "vite-plugin-zip-pack": "^1.0.5"
}, },
"dependencies": { "dependencies": {
"@js-draw/material-icons": "^1.29.0", "@js-draw/material-icons": "^1.31.1",
"js-draw": "^1.29.0", "js-draw": "^1.31.1",
"ts-serializable": "^4.2.0" "ts-serializable": "^4.2.0"
} }
} }

View file

@ -2,7 +2,7 @@
"name": "siyuan-jsdraw-plugin", "name": "siyuan-jsdraw-plugin",
"author": "massivebox", "author": "massivebox",
"url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin", "url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
"version": "0.5.1", "version": "0.5.2",
"minAppVersion": "3.0.12", "minAppVersion": "3.0.12",
"backends": [ "backends": [
"windows", "windows",