Skip to content

Commit 622980b

Browse files
authored
Merge pull request #1162 from terwer/release-please--branches--main--components--siyuan-plugin-publisher
chore(main): release siyuan-plugin-publisher 1.21.2
2 parents d25feee + 7eedd74 commit 622980b

11 files changed

+23
-26
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.21.1"
2+
".": "1.21.2"
33
}

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3-
## [1.21.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.21.0...siyuan-plugin-publisher-v1.21.1) (2024-04-10)
3+
## [1.21.2](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.21.1...siyuan-plugin-publisher-v1.21.2) (2024-04-13)
44
### Bug Fixes
5+
* notion publish error ([cfc974e](https://github.com/terwer/siyuan-plugin-publisher/commit/cfc974e8b4beb56795d4b6442ff467870a7efe2f))
6+
* wechat publish error ([e080cff](https://github.com/terwer/siyuan-plugin-publisher/commit/e080cff78a3122cb1cf58631d04a9115044a9817))
7+
### Miscellaneous
8+
* **deps-dev:** bump typescript from 5.4.4 to 5.4.5 ([1e63afd](https://github.com/terwer/siyuan-plugin-publisher/commit/1e63afdc0307613b570df6a558a17e4299be4378))
9+
* **deps-dev:** bump vercel from 33.7.0 to 34.0.0 ([a2e7ba3](https://github.com/terwer/siyuan-plugin-publisher/commit/a2e7ba3e3d50cfb142ace515013c2ebb8b6abee4))
10+
* **deps-dev:** bump vitest and @vitest/coverage-v8 ([d20da5f](https://github.com/terwer/siyuan-plugin-publisher/commit/d20da5f63fa54100cbd50264efa3bc383dd76c6e))
11+
* **deps-dev:** bump vue-tsc from 2.0.11 to 2.0.12 ([d78d55f](https://github.com/terwer/siyuan-plugin-publisher/commit/d78d55f1f823035b5146a5daa0afc56b1a0a9643))
12+
## [1.21.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.21.0...siyuan-plugin-publisher-v1.21.1) (2024-04-10)
513
* cfg file mod time error ([10b37c1](https://github.com/terwer/siyuan-plugin-publisher/commit/10b37c1104fc0d54ed779dafe48b2df543f0e9fa))
614
* marks and bold replacements errors ([27d43dd](https://github.com/terwer/siyuan-plugin-publisher/commit/27d43dd2a58cc4ae623551f9c020c4e7aa29c717))
7-
### Miscellaneous
815
* prepare for 1.21.1 ([0910615](https://github.com/terwer/siyuan-plugin-publisher/commit/09106153194e687c5733e817be10ee5519a37173))
916
## [1.21.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.20.1...siyuan-plugin-publisher-v1.21.0) (2024-04-08)
1017
### Features

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ to [Latest Adaptation](https://terwergreen.feishu.cn/share/base/view/shrcnWT2IGI
138138

139139
## Version Preview
140140

141-
### 1.21.2-preview – As of Q1 2024
141+
### 1.21.3-preview – As of Q1 2024
142142

143143
- Expansion of telegra.ph support for image uploads
144144
- Reference: https://www.npmjs.com/package/telegraph-uploader
@@ -150,7 +150,7 @@ to [Latest Adaptation](https://terwergreen.feishu.cn/share/base/view/shrcnWT2IGI
150150
- #948 #905 Corrections addressing halo platform-related concerns
151151
- Addressing vuepress2 related issues
152152

153-
### 1.21.3-preview – As of Q1 2024
153+
### 1.21.4-preview – As of Q1 2024
154154

155155
- Inclusion of support for BiliBili and Xiaohongshu platforms
156156

README_zh_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
## 版本预告
128128

129-
### 1.21.2-preview - 截止到 2024 年 Q1
129+
### 1.21.3-preview - 截止到 2024 年 Q1
130130

131131
- telegra.ph 支持上传图片
132132
- 参考 https://www.npmjs.com/package/telegraph-uploader
@@ -138,7 +138,7 @@
138138
- #948 #905 halo 平台相关问题修复
139139
- vuepress2 相关问题
140140

141-
### 1.21.3-preview - 截止到 2024 年 Q1
141+
### 1.21.4-preview - 截止到 2024 年 Q1
142142

143143
- 支持 B 站、小红书
144144

auto-imports.d.ts

-10
This file was deleted.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-publisher",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
44
"description": "Publish articles from Siyuan Notes to platforms such as Yuque, Notion, Cnblogs, WordPress, Typecho, Hexo, Zhihu and more",
55
"repository": "terwer/siyuan-plugin-publisher",
66
"homepage": "https://github.com/terwer/siyuan-plugin-publisher",
@@ -35,7 +35,7 @@
3535
"@types/minimist": "^1.2.5",
3636
"@types/node": "^18.19.31",
3737
"@vitejs/plugin-vue": "^5.0.4",
38-
"@vitest/coverage-v8": "^1.5.0",
38+
"@vitest/coverage-v8": "^1.4.0",
3939
"@vue/test-utils": "^2.4.5",
4040
"esbuild-plugin-copy": "^2.1.1",
4141
"esbuild-style-plugin": "^1.6.3",
@@ -51,7 +51,7 @@
5151
"vite": "^5.2.8",
5252
"vite-plugin-html": "^3.2.2",
5353
"vite-plugin-node-polyfills": "^0.21.0",
54-
"vitest": "^1.5.0",
54+
"vitest": "^1.4.0",
5555
"vue-tsc": "^2.0.12"
5656
},
5757
"dependencies": {

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-plugin-publisher",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-publisher",
5-
"version": "1.21.1",
5+
"version": "1.21.2",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/extensions/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "思源笔记发布辅助工具",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
44
"manifest_version": 3,
55
"author": "terwer",
66
"icons": {

src/extensions/mv2/manifest-v2-for-firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "开发版 - 思源笔记发布辅助工具",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
44
"manifest_version": 2,
55
"author": "terwer",
66
"icons": {

widget.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sy-post-publisher",
33
"author": "terwer",
44
"url": "https://github.com/terwer/sy-post-publisher",
5-
"version": "1.21.1",
5+
"version": "1.21.2",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)