Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit b1c0a61

Browse files
committed
chore: 发布v0.2.3
1 parent f7dd3fb commit b1c0a61

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [0.2.3](https://github.com/etchnight/siyuan-plugin-table-view/compare/v0.2.2...v0.2.3) (2024-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复将分隔符号input清空后不显示数据的问题 ([2ad3a0b](https://github.com/etchnight/siyuan-plugin-table-view/commit/2ad3a0b4547135b5efacdc8b3faa1a7c6aebf48f))
7+
* 修复属性块不包含标题的问题 ([021e23d](https://github.com/etchnight/siyuan-plugin-table-view/commit/021e23d2735dc6368c07a2321882e1d1ab9e7bb8))
8+
9+
10+
### Features
11+
12+
* 增加附加条件:仅在单元格中显示带有某标签的块 ([42a1916](https://github.com/etchnight/siyuan-plugin-table-view/commit/42a1916050955424628ad7dfb9d5c25afa02f354))
13+
14+
15+
16+
## [0.2.3](https://github.com/etchnight/siyuan-plugin-table-view/compare/v0.2.2...v0.2.3) (2024-02-02)
17+
18+
19+
### Bug Fixes
20+
21+
* 修复将分隔符号input清空后不显示数据的问题 ([2ad3a0b](https://github.com/etchnight/siyuan-plugin-table-view/commit/2ad3a0b4547135b5efacdc8b3faa1a7c6aebf48f))
22+
* 修复属性块不包含标题的问题 ([021e23d](https://github.com/etchnight/siyuan-plugin-table-view/commit/021e23d2735dc6368c07a2321882e1d1ab9e7bb8))
23+
24+
25+
### Features
26+
27+
* 增加附加条件:仅在单元格中显示带有某标签的块 ([42a1916](https://github.com/etchnight/siyuan-plugin-table-view/commit/42a1916050955424628ad7dfb9d5c25afa02f354))
28+
29+
30+
131
## [0.2.2](https://github.com/etchnight/siyuan-plugin-table-view/compare/v0.2.1...v0.2.2) (2024-02-02)
232

333

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-table-view",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"type": "module",
55
"description": "抽取笔记内容生成表格,汇总概念及其属性",
66
"repository": "",
@@ -12,7 +12,7 @@
1212
"dev": "vite build --watch",
1313
"build": "vite build",
1414
"commit": "git add . && git cz",
15-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && echo WARN: 修改版本号后再添加标签"
15+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && echo WARN: 注意修改plugin.json中版本号再添加标签"
1616
},
1717
"devDependencies": {
1818
"@sveltejs/vite-plugin-svelte": "^2.0.3",

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-plugin-table-view",
33
"author": "dualwind",
44
"url": "https://github.com/etchnight/siyuan-plugin-table-view",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"minAppVersion": "2.11.4",
77
"backends": ["windows", "linux", "darwin", "ios", "android"],
88
"frontends": ["desktop", "browser-desktop", "desktop-window"],

0 commit comments

Comments
 (0)