Skip to content

Commit 3b58f31

Browse files
committed
fix: cancel share message error when doc is set home
1 parent db4aef8 commit 3b58f31

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

CHANGELOG.md

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

33
## [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-
5-
64
### Features
7-
8-
* add docker support ([c6c2447](https://github.com/terwer/siyuan-plugin-blog/commit/c6c2447ce6415b39cf402890e1a574fa5c6f9929))
9-
10-
5+
* add docker support ([181c98f](https://github.com/terwer/siyuan-plugin-blog/commit/181c98f86725c60cf177532f57528c7c66052a71))
116
### Bug Fixes
12-
137
* add docs ([a40fe1d](https://github.com/terwer/siyuan-plugin-blog/commit/a40fe1db725f29a5313933f1dae6cdda71bd1f11))
148
* cancel share message error when doc is set home ([6b52735](https://github.com/terwer/siyuan-plugin-blog/commit/6b5273586166034947dd51dc5086420fefef9801))
15-
169
## [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)
17-
### Bug Fixes
1810
* bazaar index ([e6a729c](https://github.com/terwer/siyuan-plugin-blog/commit/e6a729c30e2cfa9c1c95bb13f5040eaf848269da))
1911
* element-plus ssr error for vercel https://github.com/nitrojs/nitro/issues/1573 ([f515f5d](https://github.com/terwer/siyuan-plugin-blog/commit/f515f5d90e5469cf7f370b00e67d0f82f67ad3eb))
2012
## [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)
@@ -30,12 +22,10 @@
3022
## [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)
3123
### ⚠ BREAKING CHANGES
3224
* add vip provider mode
33-
### Features
3425
* adapt new theme ([858c08c](https://github.com/terwer/siyuan-plugin-blog/commit/858c08c5a2f493a57246f53f1e4e29e9906bfa46))
3526
* adapt savor theme ([417659c](https://github.com/terwer/siyuan-plugin-blog/commit/417659c2c0ab1d2ac9196f246c5a7d5e7b732cd5))
3627
* adapt style ([86dcd91](https://github.com/terwer/siyuan-plugin-blog/commit/86dcd91dcceeea835d5d0d965ed11eb7bf2316b1))
3728
* add development guide ([0c82999](https://github.com/terwer/siyuan-plugin-blog/commit/0c829999dcf35bdce78901ad14f9defd6273c0a7))
38-
* add docker support ([181c98f](https://github.com/terwer/siyuan-plugin-blog/commit/181c98f86725c60cf177532f57528c7c66052a71))
3929
* add i18n support ([6e7bacc](https://github.com/terwer/siyuan-plugin-blog/commit/6e7bacc662b765fc6e187da36fc99592bd7ff870))
4030
* add install scripts ([e9c5c77](https://github.com/terwer/siyuan-plugin-blog/commit/e9c5c77b60a939421cb348714f37c321247534ab))
4131
* add missing style ([4094a4f](https://github.com/terwer/siyuan-plugin-blog/commit/4094a4fbdfb452609bade0b3902833c71347de4f))
@@ -366,4 +356,4 @@
366356
## [1.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.3.0...v1.4.0) (2023-06-21)
367357
## [1.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.1...v1.3.0) (2023-06-21)
368358
## [1.2.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1) (2023-06-20)
369-
## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20)
359+
## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20)

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",

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)