@spaceflow/shell 0.5.0 → 0.6.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 +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.4.0...@spaceflow/shell@0.5.0) (2026-02-25)
4
+
5
+ ### 代码重构
6
+
7
+ * **core:** 修复 dependencies 写入格式,确保与 package.json 规范一致 ([b3d4ada](https://github.com/Lydanne/spaceflow/commit/b3d4ada9ece7d191bdbf035550553c9919d9d90f))
8
+
9
+ ### 其他修改
10
+
11
+ * **cli:** released version 0.25.0 [no ci] ([f0a7707](https://github.com/Lydanne/spaceflow/commit/f0a7707caffd9868b7b6b64fca4ffa01091d1478))
12
+ * **core:** released version 0.6.0 [no ci] ([42d7669](https://github.com/Lydanne/spaceflow/commit/42d76699e3b74fd3fe64031a004003967ddbdbd6))
13
+ * **publish:** released version 0.27.0 [no ci] ([2474165](https://github.com/Lydanne/spaceflow/commit/2474165f69492a0e0038e7713436c09ee7b27ec3))
14
+ * **review-summary:** released version 0.5.0 [no ci] ([8ebcc22](https://github.com/Lydanne/spaceflow/commit/8ebcc224b61afebd77a21ec9beafe5e813b2e7ec))
15
+ * **review:** released version 0.35.0 [no ci] ([d33b8ee](https://github.com/Lydanne/spaceflow/commit/d33b8eebdbcb2871a151df004c41bee86bfaedb7))
16
+ * **scripts:** released version 0.5.0 [no ci] ([0d8de8d](https://github.com/Lydanne/spaceflow/commit/0d8de8d0b211b8e398730de25d06eee7d3cfb7b3))
17
+
3
18
  ## [0.4.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.3.0...@spaceflow/shell@0.4.0) (2026-02-25)
4
19
 
5
20
  ### 代码重构
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/shell",
3
- "version": "0.5.0",
3
+ "version": "0.6.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.25.0"
19
+ "@spaceflow/cli": "0.26.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@spaceflow/core": "0.6.0"
22
+ "@spaceflow/core": "0.7.0"
23
23
  },
24
24
  "spaceflow": {
25
25
  "type": "flow",