Skip to content

Commit aee3f9b

Browse files
authored
Merge pull request #606 from terwer/release-please--branches--main--components--siyuan-plugin-blog
chore(main): release siyuan-plugin-blog 6.1.0
2 parents 5cb39d4 + 3b58f31 commit aee3f9b

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
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.4"
2+
".": "6.1.0"
33
}

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

3-
## [6.0.4](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.3...siyuan-plugin-blog-v6.0.4) (2025-01-11)
3+
## [6.1.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.4...siyuan-plugin-blog-v6.1.0) (2025-01-11)
4+
### Features
5+
* add docker support ([181c98f](https://github.com/terwer/siyuan-plugin-blog/commit/181c98f86725c60cf177532f57528c7c66052a71))
46
### Bug Fixes
7+
* add docs ([a40fe1d](https://github.com/terwer/siyuan-plugin-blog/commit/a40fe1db725f29a5313933f1dae6cdda71bd1f11))
8+
* cancel share message error when doc is set home ([6b52735](https://github.com/terwer/siyuan-plugin-blog/commit/6b5273586166034947dd51dc5086420fefef9801))
9+
## [6.0.4](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.3...siyuan-plugin-blog-v6.0.4) (2025-01-11)
510
* bazaar index ([e6a729c](https://github.com/terwer/siyuan-plugin-blog/commit/e6a729c30e2cfa9c1c95bb13f5040eaf848269da))
611
* element-plus ssr error for vercel https://github.com/nitrojs/nitro/issues/1573 ([f515f5d](https://github.com/terwer/siyuan-plugin-blog/commit/f515f5d90e5469cf7f370b00e67d0f82f67ad3eb))
712
## [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)
@@ -17,12 +22,10 @@
1722
## [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)
1823
### ⚠ BREAKING CHANGES
1924
* add vip provider mode
20-
### Features
2125
* adapt new theme ([858c08c](https://github.com/terwer/siyuan-plugin-blog/commit/858c08c5a2f493a57246f53f1e4e29e9906bfa46))
2226
* adapt savor theme ([417659c](https://github.com/terwer/siyuan-plugin-blog/commit/417659c2c0ab1d2ac9196f246c5a7d5e7b732cd5))
2327
* adapt style ([86dcd91](https://github.com/terwer/siyuan-plugin-blog/commit/86dcd91dcceeea835d5d0d965ed11eb7bf2316b1))
2428
* add development guide ([0c82999](https://github.com/terwer/siyuan-plugin-blog/commit/0c829999dcf35bdce78901ad14f9defd6273c0a7))
25-
* add docker support ([181c98f](https://github.com/terwer/siyuan-plugin-blog/commit/181c98f86725c60cf177532f57528c7c66052a71))
2629
* add i18n support ([6e7bacc](https://github.com/terwer/siyuan-plugin-blog/commit/6e7bacc662b765fc6e187da36fc99592bd7ff870))
2730
* add install scripts ([e9c5c77](https://github.com/terwer/siyuan-plugin-blog/commit/e9c5c77b60a939421cb348714f37c321247534ab))
2831
* add missing style ([4094a4f](https://github.com/terwer/siyuan-plugin-blog/commit/4094a4fbdfb452609bade0b3902833c71347de4f))

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.4",
4+
"version": "6.1.0",
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.4",
3+
"version": "6.1.0",
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.4",
5+
"version": "6.1.0",
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.4",
3+
"version": "6.1.0",
44
"scripts": {
55
"devApp": "ppnpm dev -F @terwer/share-pro-app -- --host",
66
"devSiyuan": "pnpm build -F siyuan-blog -- --watch",

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.4",
5+
"version": "6.1.0",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)