Skip to content

Commit 3452422

Browse files
committed
⬆️
1 parent 6fd39a0 commit 3452422

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

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

3-
## 0.2.7 2023-10
3+
## 0.2.8 2023-11
4+
5+
6+
## 0.2.7 2023-10-31
47

58
* [Export `Constants` to plugin](https://github.com/siyuan-note/siyuan/issues/9555)
69
* [Add plugin `app.appId`](https://github.com/siyuan-note/siyuan/issues/9538)

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.6",
3+
"version": "0.2.7",
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.7",
24+
"siyuan": "0.8.8",
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.6",
6-
"minAppVersion": "2.10.12",
5+
"version": "0.2.7",
6+
"minAppVersion": "2.10.13",
77
"backends": [
88
"windows",
99
"linux",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)