@spaceflow/review-summary 0.30.0 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.31.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.30.0...@spaceflow/review-summary@0.31.0) (2026-03-03)
|
|
4
|
+
|
|
5
|
+
### 代码重构
|
|
6
|
+
|
|
7
|
+
* **review:** 为文件总结标题添加 💡 图标,增强视觉识别度 ([69cecf0](https://github.com/Lydanne/spaceflow/commit/69cecf0a6deadf1935db060800f8f110ae4b9889))
|
|
8
|
+
|
|
9
|
+
### 其他修改
|
|
10
|
+
|
|
11
|
+
* **review:** released version 0.63.0 [no ci] ([7f6b75c](https://github.com/Lydanne/spaceflow/commit/7f6b75cc1f9d594ff596a742e44869884f07d08e))
|
|
12
|
+
|
|
13
|
+
## [0.30.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.29.0...@spaceflow/review-summary@0.30.0) (2026-03-03)
|
|
14
|
+
|
|
15
|
+
### 代码重构
|
|
16
|
+
|
|
17
|
+
* **review:** 优化问题统计展示,统一状态图标并新增汇总行 ([c764625](https://github.com/Lydanne/spaceflow/commit/c76462548a299ee51af98553c73ba4f705031cd3))
|
|
18
|
+
* **review:** 优化问题统计表格布局,将总结内容移至折叠块展示 ([629e96f](https://github.com/Lydanne/spaceflow/commit/629e96f5960167b689c724a4fb4df4fb29088002))
|
|
19
|
+
|
|
20
|
+
### 其他修改
|
|
21
|
+
|
|
22
|
+
* **review:** released version 0.62.0 [no ci] ([9f535e1](https://github.com/Lydanne/spaceflow/commit/9f535e149ffd7063407e3f865418be35b2eb417b))
|
|
23
|
+
|
|
3
24
|
## [0.29.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.28.0...@spaceflow/review-summary@0.29.0) (2026-03-03)
|
|
4
25
|
|
|
5
26
|
### 代码重构
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaceflow/review-summary",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"description": "Spaceflow 审查统计命令,根据时间范围统计 PR 贡献情况,按人员汇总并排序",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Lydanne",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"micromatch": "^4.0.8",
|
|
19
|
-
"@spaceflow/review": "0.
|
|
19
|
+
"@spaceflow/review": "0.64.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/micromatch": "^4.0.9",
|