Skip to content

Commit 585b2c6

Browse files
committed
⬆️
1 parent 08bf68d commit 585b2c6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 0.2.2 2023-08
1+
## 0.2.3 2023-08
2+
3+
## 0.2.2 2023-08-29
24

35
* [Add plugin event bus `destroy-protyle`](https://github.com/siyuan-note/siyuan/issues/9033)
46
* [Add plugin event bus `loaded-protyle-dynamic`](https://github.com/siyuan-note/siyuan/issues/9021)

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.2.1",
3+
"version": "0.2.2",
44
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
55
"main": ".src/index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"mini-css-extract-plugin": "2.3.0",
2222
"sass": "^1.62.1",
2323
"sass-loader": "^12.6.0",
24-
"siyuan": "0.8.1",
24+
"siyuan": "0.8.2",
2525
"tslib": "2.4.0",
2626
"typescript": "4.7.4",
2727
"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.2.1",
6-
"minAppVersion": "2.10.1",
5+
"version": "0.2.2",
6+
"minAppVersion": "2.10.2",
77
"backends": ["windows", "linux", "darwin"],
88
"frontends": ["desktop"],
99
"displayName": {

0 commit comments

Comments
 (0)