@spaceflow/review-summary 0.35.0 → 0.36.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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.35.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.34.0...@spaceflow/review-summary@0.35.0) (2026-03-03)
4
+
5
+ ### 新特性
6
+
7
+ * **shared:** 新增获取扩展依赖函数,过滤内部包 ([86f4864](https://github.com/Lydanne/spaceflow/commit/86f48646c790285797b53c63a463d5134f7ac6b6))
8
+
9
+ ### 代码重构
10
+
11
+ * **cli:** 重构外部扩展包读取逻辑,使用专用函数 ([d15054d](https://github.com/Lydanne/spaceflow/commit/d15054d81335a3b0c55db1acd169a2d9edf32a94))
12
+ * **core:** 统一依赖获取函数命名,将 getDependencies 重命名为 getExtensionDependencies ([ff78202](https://github.com/Lydanne/spaceflow/commit/ff78202be9975ce6721e4ecbbd6b1e02f8a57b70))
13
+
14
+ ### 其他修改
15
+
16
+ * **cli:** released version 0.40.0 [no ci] ([bec5724](https://github.com/Lydanne/spaceflow/commit/bec5724745e8d33a06a00be452ec647bd82be934))
17
+ * **core:** released version 0.26.0 [no ci] ([cc597b0](https://github.com/Lydanne/spaceflow/commit/cc597b000bae00885de32eb2ad4287805de7ce5a))
18
+ * **publish:** released version 0.50.0 [no ci] ([8020040](https://github.com/Lydanne/spaceflow/commit/802004073c276705868ffbef4d5daae6a0068d39))
19
+ * **review:** released version 0.67.0 [no ci] ([8a95083](https://github.com/Lydanne/spaceflow/commit/8a95083d4ffd3367dc96cfa1754b9b0e3fea15dc))
20
+ * **scripts:** released version 0.28.0 [no ci] ([55db5cf](https://github.com/Lydanne/spaceflow/commit/55db5cfa1dc0a1e318085caa0cfd9f91b06dcb21))
21
+ * **shared:** released version 0.8.0 [no ci] ([c3fe353](https://github.com/Lydanne/spaceflow/commit/c3fe3536ba0adca45f610fa2e8697bfccf842efe))
22
+ * **shell:** released version 0.28.0 [no ci] ([01f180f](https://github.com/Lydanne/spaceflow/commit/01f180f2508e75524a33e66fea580a738adc689f))
23
+
3
24
  ## [0.34.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review-summary@0.33.0...@spaceflow/review-summary@0.34.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.35.0",
3
+ "version": "0.36.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.67.0"
19
+ "@spaceflow/review": "0.68.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/micromatch": "^4.0.9",