@spaceflow/review-summary 0.12.0 → 0.13.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.12.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.11.0...@spaceflow/review-summary@0.12.0) (2026-02-27)
4
+
5
+ ### 代码重构
6
+
7
+ * **cli:** 简化 getSpaceflowDir 逻辑,直接回退到全局目录 ([6763afa](https://github.com/Lydanne/spaceflow/commit/6763afab09c1a303a8a278cb8880490f2f39e769))
8
+
9
+ ### 其他修改
10
+
11
+ * **cli:** released version 0.32.0 [no ci] ([0702e0e](https://github.com/Lydanne/spaceflow/commit/0702e0e4c5dd6c1d067297372d718225dab9aaee))
12
+ * **publish:** released version 0.34.0 [no ci] ([6b949b5](https://github.com/Lydanne/spaceflow/commit/6b949b5894dda61198c115d60fd39a08511d64c3))
13
+ * **review:** released version 0.42.0 [no ci] ([366684a](https://github.com/Lydanne/spaceflow/commit/366684a36ab5ccad0cf8de848376fe8427b70b3f))
14
+ * **scripts:** released version 0.11.0 [no ci] ([4c1d726](https://github.com/Lydanne/spaceflow/commit/4c1d726587a0be3187957e069b78d6eaefa7fddc))
15
+ * **shell:** released version 0.11.0 [no ci] ([3df4552](https://github.com/Lydanne/spaceflow/commit/3df4552e24e6f73b3cb8116c348453dd46dd1db5))
16
+
3
17
  ## [0.11.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.10.0...@spaceflow/review-summary@0.11.0) (2026-02-26)
4
18
 
5
19
  ### 文档更新
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/review-summary",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Spaceflow 审查统计命令,根据时间范围统计 PR 贡献情况,按人员汇总并排序",
5
5
  "license": "MIT",
6
6
  "author": "Lydanne",
@@ -16,10 +16,10 @@
16
16
  "main": "./dist/index.js",
17
17
  "devDependencies": {
18
18
  "@types/node": "^22.15.0",
19
- "@spaceflow/cli": "0.32.0"
19
+ "@spaceflow/cli": "0.33.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@spaceflow/core": "0.10.0"
22
+ "@spaceflow/core": "0.11.0"
23
23
  },
24
24
  "spaceflow": {
25
25
  "type": "flow",