Skip to content

Commit 5867691

Browse files
authored
Merge pull request #597 from terwer/release-please--branches--main--components--siyuan-plugin-blog
chore(main): release siyuan-plugin-blog 6.0.2
2 parents a9bcbc5 + d2d08ff commit 5867691

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.1"
2+
".": "6.0.2"
33
}

CHANGELOG.md

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

3-
## [6.0.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.0...siyuan-plugin-blog-v6.0.1) (2025-01-10)
3+
## [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)
44
### Bug Fixes
5+
* install script ([586501e](https://github.com/terwer/siyuan-plugin-blog/commit/586501e0f443d5b5560d3636cf2a1d33798464b8))
6+
* install scripts ([3b238c7](https://github.com/terwer/siyuan-plugin-blog/commit/3b238c733c42ef6abec32eeaa713d9f5df9b2f67))
7+
* siyuan build ([89b5770](https://github.com/terwer/siyuan-plugin-blog/commit/89b57709cf92b54f96614c0bf6792bc889f27d71))
8+
## [6.0.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.0...siyuan-plugin-blog-v6.0.1) (2025-01-10)
59
* ci ([7024dd3](https://github.com/terwer/siyuan-plugin-blog/commit/7024dd31972c039100d01f6718d3d7e13d09338f))
610
## [6.0.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v5.3.1...siyuan-plugin-blog-v6.0.0) (2025-01-10)
711
### ⚠ BREAKING CHANGES

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@terwer/share-pro-app",
33
"type": "module",
4-
"version": "6.0.1",
4+
"version": "6.0.2",
55
"scripts": {
66
"dev": "bash script/dev.sh",
77
"build": "bash script/build.sh",

apps/siyuan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-blog",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"type": "module",
55
"homepage": "https://github.com/terwer/siyuan-plugin-blog",
66
"scripts": {

apps/siyuan/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-blog",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-blog",
5-
"version": "6.0.1",
5+
"version": "6.0.2",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-blog",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"scripts": {
55
"devApp": "ppnpm dev -F @terwer/share-pro-app -- --host",
66
"devSiyuan": "pnpm build -F siyuan-blog -- --watch",

0 commit comments

Comments
 (0)