Skip to content

Commit 5498b95

Browse files
committed
⬆️
1 parent fdfefb5 commit 5498b95

4 files changed

Lines changed: 21 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.4.4 2025-12-23
4+
5+
* [Delete plugin data when uninstalling the plugin](https://github.com/siyuan-note/plugin-sample/pull/37)
6+
37
## v0.4.3 2025-12-02
48

59
* [Add onDataChanged method to handle data changes in the plugin](https://github.com/siyuan-note/siyuan/pull/16244)

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-sample",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
55
"main": ".src/index.js",
66
"scripts": {
@@ -12,6 +12,8 @@
1212
"author": "Vanessa",
1313
"license": "MIT",
1414
"devDependencies": {
15+
"@eslint/eslintrc": "^3.3.3",
16+
"@eslint/js": "^9.39.1",
1517
"@typescript-eslint/eslint-plugin": "8.40.0",
1618
"@typescript-eslint/parser": "8.40.0",
1719
"copy-webpack-plugin": "^11.0.0",
@@ -21,7 +23,7 @@
2123
"mini-css-extract-plugin": "2.3.0",
2224
"sass": "^1.62.1",
2325
"sass-loader": "^12.6.0",
24-
"siyuan": "1.1.6",
26+
"siyuan": "1.1.7",
2527
"tslib": "2.4.0",
2628
"typescript": "4.8.4",
2729
"webpack": "^5.76.0",

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "plugin-sample",
33
"author": "Vanessa",
44
"url": "https://github.com/siyuan-note/plugin-sample",
5-
"version": "0.4.3",
6-
"minAppVersion": "3.5.0",
5+
"version": "0.4.4",
6+
"minAppVersion": "3.5.1",
77
"backends": [
88
"windows",
99
"linux",

pnpm-lock.yaml

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)