Skip to content

Commit ce259f6

Browse files
authored
Merge pull request #137 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.7.1
2 parents cafd0e7 + ddb257f commit ce259f6

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

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

3+
## [1.7.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.7.0...v1.7.1) (2023-06-30)
4+
### Bug Fixes
5+
* 修复 vercel 样式错乱问题 ([0bb9ca4](https://github.com/terwer/siyuan-plugin-blog/commit/0bb9ca4747c5ff3181f8ffdb0dd56023ee824795))
6+
* 修复布局问题 ([1bd2a2a](https://github.com/terwer/siyuan-plugin-blog/commit/1bd2a2a07e006612cf331ddfd5d057fd1055ce62))
37
## [1.7.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.6.0...v1.7.0) (2023-06-29)
48
### Features
59
* 修正图标大小展示异常问题 ([3141c4b](https://github.com/terwer/siyuan-plugin-blog/commit/3141c4b434c91b84071b3def734189a6aad01923))
610
* 支持授权码模式下的分享 ([364df0e](https://github.com/terwer/siyuan-plugin-blog/commit/364df0e78770004c7671281b22065f0e6e99edc9))
711
* 支持授权码模式下的分享(实验性) ([d759412](https://github.com/terwer/siyuan-plugin-blog/commit/d7594127fecb1bd4838c7f22cc35bb738353ef87))
8-
### Bug Fixes
912
* **deps:** bump zhi-siyuan-api from 1.23.0 to 1.25.5 ([cdd7274](https://github.com/terwer/siyuan-plugin-blog/commit/cdd7274071ada5417901ab0b0945bfa945763755))
10-
* 修复布局问题 ([1bd2a2a](https://github.com/terwer/siyuan-plugin-blog/commit/1bd2a2a07e006612cf331ddfd5d057fd1055ce62))
1113
### Miscellaneous
1214
* **deps-dev:** bump @nuxt/devtools from 0.6.2 to 0.6.4 ([1eda6a9](https://github.com/terwer/siyuan-plugin-blog/commit/1eda6a907487fc24c78346521169905bb914833f))
1315
* **deps-dev:** bump @vueuse/nuxt from 10.2.0 to 10.2.1 ([c186148](https://github.com/terwer/siyuan-plugin-blog/commit/c186148ef3588c430e98a0da42c5d7072239c9da))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The core idea of this plugin is: `Everything is a Page` . You can set a page to
1212

1313
[docs](https://blog.terwer.space/s/20230621001422-xsimx5v)
1414

15-
> Important: Due to the 1.7.0+ new authorization code mode sharing dependency 2.9.3 ontology changes, this version only supports more than 2.9.3 clients, lower than this version, please use the old version of the plugin!
15+
> Important: Due to the 1.7.0+ new authorization code mode sharing dependency 2.9.3 ontology changes, this version only supports more than 2.9.3+ clients, lower than this version, please use the old version of the plugin!
1616
1717
## Core Features
1818

README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[帮助文档](https://blog.terwer.space/s/20230621001422-xsimx5v)
1414

15-
> 重要提示:由于 1.7.0+ 新增的 `授权码模式分享(实验性)` 依赖 293 本体改动,此版本仅支持 293 以上客户端,低于此版本,请使用旧版插件!
15+
> 重要提示:由于 1.7.0+ 新增的 `授权码模式分享(实验性)` 依赖 2.9.3 本体改动,此版本仅支持 2.9.3+ 以上客户端,低于此版本,请使用旧版插件!
1616
1717
## 核心特色
1818

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": "1.7.0",
3+
"version": "1.7.1",
44
"description": "The notions sharing function you want is here too",
55
"type": "module",
66
"scripts": {

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

0 commit comments

Comments
 (0)