@spaceflow/review-summary 0.9.0 → 0.10.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.9.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.8.0...@spaceflow/review-summary@0.9.0) (2026-02-26)
4
+
5
+ ### 修复BUG
6
+
7
+ * **cli:** 自动安装扩展时根据命令行参数动态设置 verbose 级别 ([d2da6f5](https://github.com/Lydanne/spaceflow/commit/d2da6f5eb30425e48bb4fd924c73bb9237a437ab))
8
+
9
+ ### 其他修改
10
+
11
+ * **cli:** released version 0.29.0 [no ci] ([5fd87d3](https://github.com/Lydanne/spaceflow/commit/5fd87d31511d13d4937b1b1a247ad8a322d6fc9c))
12
+ * **publish:** released version 0.31.0 [no ci] ([e928d60](https://github.com/Lydanne/spaceflow/commit/e928d6061e05c03fc92303a246b2563a5100740b))
13
+ * **review:** released version 0.39.0 [no ci] ([0fbda14](https://github.com/Lydanne/spaceflow/commit/0fbda140982510f49c449eb35605b0dedd27c8cc))
14
+ * **scripts:** released version 0.8.0 [no ci] ([efea246](https://github.com/Lydanne/spaceflow/commit/efea246fe1bbd8815c7af44e8fd40df57a0219d6))
15
+ * **shell:** released version 0.8.0 [no ci] ([607b93b](https://github.com/Lydanne/spaceflow/commit/607b93bd911e3da102a73dd4513a4733b40c8672))
16
+
3
17
  ## [0.8.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.7.0...@spaceflow/review-summary@0.8.0) (2026-02-26)
4
18
 
5
19
  ### 修复BUG
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/review-summary",
3
- "version": "0.9.0",
3
+ "version": "0.10.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.29.0"
19
+ "@spaceflow/cli": "0.30.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@spaceflow/core": "0.8.0"
22
+ "@spaceflow/core": "0.9.0"
23
23
  },
24
24
  "spaceflow": {
25
25
  "type": "flow",