Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 24, 2023
1 parent 642a702 commit 07d4d51
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.2.6 2023-10
## 0.2.7 2023-10

## 0.2.6 2023-10-24

* [Deprecated `loaded-protyle` use `loaded-protyle-static` instead](https://github.com/siyuan-note/siyuan/issues/9468)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-sample",
"version": "0.2.5",
"version": "0.2.6",
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
"main": ".src/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"mini-css-extract-plugin": "2.3.0",
"sass": "^1.62.1",
"sass-loader": "^12.6.0",
"siyuan": "0.8.6",
"siyuan": "0.8.7",
"tslib": "2.4.0",
"typescript": "4.7.4",
"webpack": "^5.76.0",
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "plugin-sample",
"author": "Vanessa",
"url": "https://github.com/siyuan-note/plugin-sample",
"version": "0.2.5",
"minAppVersion": "2.10.9",
"version": "0.2.6",
"minAppVersion": "2.10.12",
"backends": [
"windows",
"linux",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07d4d51

Please sign in to comment.