@spaceflow/shell 0.3.0 → 0.5.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 +29 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.3.0...@spaceflow/shell@0.4.0) (2026-02-25)
4
+
5
+ ### 代码重构
6
+
7
+ * **cli:** 统一使用 core 层配置读取函数,移除重复的配置解析逻辑 ([5783e5f](https://github.com/Lydanne/spaceflow/commit/5783e5f693b0aafd8346ee3a250692265aad55c5))
8
+
9
+ ### 其他修改
10
+
11
+ * **cli:** released version 0.24.0 [no ci] ([418daf8](https://github.com/Lydanne/spaceflow/commit/418daf8a8571e9dec2ef5c13e8fb103b876fb483))
12
+ * **publish:** released version 0.26.0 [no ci] ([2f196b1](https://github.com/Lydanne/spaceflow/commit/2f196b196a0cdb6da94881c27d5d55202c5fa8c0))
13
+ * **review-summary:** released version 0.4.0 [no ci] ([6a9e7d5](https://github.com/Lydanne/spaceflow/commit/6a9e7d58f796a72fb381e18bfb0d0a1799fd2d5d))
14
+ * **review:** released version 0.34.0 [no ci] ([fb1ae4a](https://github.com/Lydanne/spaceflow/commit/fb1ae4a48a6ff6f68b43ea45ac8950283605bad6))
15
+ * **scripts:** released version 0.4.0 [no ci] ([b30f118](https://github.com/Lydanne/spaceflow/commit/b30f118e07506485ceaafaa850d13b3167facea9))
16
+
17
+ ## [0.3.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.2.0...@spaceflow/shell@0.3.0) (2026-02-25)
18
+
19
+ ### 代码重构
20
+
21
+ * **core:** 优化 dependencies 配置管理,支持按字段查找配置文件并原地更新 ([6d97021](https://github.com/Lydanne/spaceflow/commit/6d97021a3051602ac655b0beff89acdfc8dbe497))
22
+
23
+ ### 其他修改
24
+
25
+ * **cli:** released version 0.23.0 [no ci] ([7a71e2c](https://github.com/Lydanne/spaceflow/commit/7a71e2c21a409999fde86a7fca9e6b26fa8bef14))
26
+ * **core:** released version 0.5.0 [no ci] ([1d491aa](https://github.com/Lydanne/spaceflow/commit/1d491aa3d527714e2d0df2bbc55bc3e1374332f3))
27
+ * **publish:** released version 0.25.0 [no ci] ([3bae586](https://github.com/Lydanne/spaceflow/commit/3bae586e34df1978a010a33bba20611082b3c3e2))
28
+ * **review-summary:** released version 0.3.0 [no ci] ([9a881e9](https://github.com/Lydanne/spaceflow/commit/9a881e94b6141592aefc835861bf2bf7cca9eefe))
29
+ * **review:** released version 0.33.0 [no ci] ([467cf91](https://github.com/Lydanne/spaceflow/commit/467cf91c60c0693e22c172a9358d0981dc8a9d64))
30
+ * **scripts:** released version 0.3.0 [no ci] ([7b62b7b](https://github.com/Lydanne/spaceflow/commit/7b62b7bc7a4c4795472d729df321acbde808ec4d))
31
+
3
32
  ## [0.2.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.1.0...@spaceflow/shell@0.2.0) (2026-02-25)
4
33
 
5
34
  ### 修复BUG
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/shell",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "Spaceflow Shell 插件,用于在分支锁定/解锁之间执行 Shell 命令",
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.23.0"
19
+ "@spaceflow/cli": "0.25.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@spaceflow/core": "0.5.0"
22
+ "@spaceflow/core": "0.6.0"
23
23
  },
24
24
  "spaceflow": {
25
25
  "type": "flow",