Skip to content

Commit

Permalink
Merge pull request #599 from terwer/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--siyuan-plugin-blog

chore(main): release siyuan-plugin-blog 6.0.3
terwer authored Jan 11, 2025
2 parents 8e2b085 + f6908e9 commit e2b794c
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.2"
".": "6.0.3"
}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## [6.0.2](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.1...siyuan-plugin-blog-v6.0.2) (2025-01-10)
## [6.0.3](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.2...siyuan-plugin-blog-v6.0.3) (2025-01-10)
### Bug Fixes
* dev script ([9974eca](https://github.com/terwer/siyuan-plugin-blog/commit/9974eca22845d8c06b7170430de9f1fd587ab27b))
* element-plus ssr error https://github.com/element-plus/element-plus/issues/10979 ([4ca8d04](https://github.com/terwer/siyuan-plugin-blog/commit/4ca8d04639a125922de1c57088d6898c3c04744b))
* plugin folder ([db1015b](https://github.com/terwer/siyuan-plugin-blog/commit/db1015bd3071757f3a67577f0a18bf721fb367c0))
## [6.0.2](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.1...siyuan-plugin-blog-v6.0.2) (2025-01-10)
* install script ([586501e](https://github.com/terwer/siyuan-plugin-blog/commit/586501e0f443d5b5560d3636cf2a1d33798464b8))
* install scripts ([3b238c7](https://github.com/terwer/siyuan-plugin-blog/commit/3b238c733c42ef6abec32eeaa713d9f5df9b2f67))
* siyuan build ([89b5770](https://github.com/terwer/siyuan-plugin-blog/commit/89b57709cf92b54f96614c0bf6792bc889f27d71))
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terwer/share-pro-app",
"type": "module",
"version": "6.0.2",
"version": "6.0.3",
"scripts": {
"dev": "bash script/dev.sh",
"build": "bash script/build.sh",
2 changes: 1 addition & 1 deletion apps/siyuan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-blog",
"version": "6.0.2",
"version": "6.0.3",
"type": "module",
"homepage": "https://github.com/terwer/siyuan-plugin-blog",
"scripts": {
2 changes: 1 addition & 1 deletion apps/siyuan/plugin.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "siyuan-blog",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-blog",
"version": "6.0.2",
"version": "6.0.3",
"minAppVersion": "2.9.0",
"backends": [
"windows",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-plugin-blog",
"version": "6.0.2",
"version": "6.0.3",
"scripts": {
"devApp": "ppnpm dev -F @terwer/share-pro-app -- --host",
"devSiyuan": "pnpm build -F siyuan-blog -- --watch",

0 comments on commit e2b794c

Please sign in to comment.