@spaceflow/review-summary 0.15.0 → 0.16.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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.15.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.14.0...@spaceflow/review-summary@0.15.0) (2026-02-27)
4
+
5
+ ### 新特性
6
+
7
+ * **shared:** 在非 workspace 模式下为 pnpm 创建空 pnpm-workspace.yaml ([0b72b8c](https://github.com/Lydanne/spaceflow/commit/0b72b8c50068f8d1ce131f70e60438fb0ad3c0f9))
8
+
9
+ ### 其他修改
10
+
11
+ * **cli:** released version 0.35.0 [no ci] ([527b4bc](https://github.com/Lydanne/spaceflow/commit/527b4bcec3a2dbe10f6f5848e80418df733a57db))
12
+ * **core:** released version 0.13.0 [no ci] ([9244d7c](https://github.com/Lydanne/spaceflow/commit/9244d7cf8d217ea3af22d1ef1fa7a2ccec852615))
13
+ * **publish:** released version 0.37.0 [no ci] ([c1e39bd](https://github.com/Lydanne/spaceflow/commit/c1e39bd28f52a40ca4423ae1088b3b29cffe4946))
14
+ * **review:** released version 0.45.0 [no ci] ([bd215c4](https://github.com/Lydanne/spaceflow/commit/bd215c4fa86341c1c995b28e438bca1e528efcdd))
15
+ * **scripts:** released version 0.14.0 [no ci] ([6b3bb66](https://github.com/Lydanne/spaceflow/commit/6b3bb6659666f58cfd8aa109f12df13694c9895f))
16
+ * **shared:** released version 0.4.0 [no ci] ([ea8bcde](https://github.com/Lydanne/spaceflow/commit/ea8bcdebc41ccbfa7ed9fd66f867c327976aa334))
17
+ * **shell:** released version 0.14.0 [no ci] ([04f61bf](https://github.com/Lydanne/spaceflow/commit/04f61bfd5a45ab37319aadd6fd4a064259e62e1d))
18
+
3
19
  ## [0.14.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.13.0...@spaceflow/review-summary@0.14.0) (2026-02-27)
4
20
 
5
21
  ### 新特性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/review-summary",
3
- "version": "0.15.0",
3
+ "version": "0.16.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.35.0"
19
+ "@spaceflow/cli": "0.36.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@spaceflow/core": "0.13.0"
22
+ "@spaceflow/core": "0.14.0"
23
23
  },
24
24
  "spaceflow": {
25
25
  "type": "flow",