Skip to content

Commit 9d5b74e

Browse files
committed
⬆️
1 parent e424a0d commit 9d5b74e

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## v0.4.7
3+
## v0.4.8
4+
5+
## v0.4.7 2026-04-14
46

57
* [Improve the dock panel title and tooltips](https://github.com/siyuan-note/siyuan/issues/17366)
68

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-sample",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
55
"main": ".src/index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"mini-css-extract-plugin": "2.3.0",
2424
"sass": "^1.62.1",
2525
"sass-loader": "^12.6.0",
26-
"siyuan": "1.1.8",
26+
"siyuan": "1.2.0",
2727
"tslib": "2.4.0",
2828
"typescript": "4.8.4",
2929
"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.6",
6-
"minAppVersion": "3.5.10",
5+
"version": "0.4.7",
6+
"minAppVersion": "3.6.4",
77
"backends": [
88
"windows",
99
"linux",

pnpm-lock.yaml

Lines changed: 5 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)