@spaceflow/shell 0.14.0 → 0.15.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.14.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.13.0...@spaceflow/shell@0.14.0) (2026-02-27)
4
+
5
+ ### 新特性
6
+
7
+ * **cli:** 优化 .spaceflow 目录查找逻辑,改为基于 .spaceflowrc 定位 ([7d98f64](https://github.com/Lydanne/spaceflow/commit/7d98f64ac6d0dce2965da4ca45f0c62524c8fc7c))
8
+
9
+ ### 其他修改
10
+
11
+ * **cli:** released version 0.34.0 [no ci] ([020ff3c](https://github.com/Lydanne/spaceflow/commit/020ff3c44c56a2366f4c40a89653fbf49dba39b1))
12
+ * **core:** released version 0.12.0 [no ci] ([c0ed70e](https://github.com/Lydanne/spaceflow/commit/c0ed70ec187c9585eefafba44963b00abf883030))
13
+ * **publish:** released version 0.36.0 [no ci] ([28f3b14](https://github.com/Lydanne/spaceflow/commit/28f3b14f7db914556ddf143709a00d6fa877e417))
14
+ * **review-summary:** released version 0.14.0 [no ci] ([4e39c73](https://github.com/Lydanne/spaceflow/commit/4e39c7337f74ac66f10c15cfae2b6c32eccae561))
15
+ * **review:** released version 0.44.0 [no ci] ([5d984a2](https://github.com/Lydanne/spaceflow/commit/5d984a244412aed8ef2215b013127fd38d831e1e))
16
+ * **scripts:** released version 0.14.0 [no ci] ([6b3bb66](https://github.com/Lydanne/spaceflow/commit/6b3bb6659666f58cfd8aa109f12df13694c9895f))
17
+ * **shared:** released version 0.3.0 [no ci] ([a7d20f7](https://github.com/Lydanne/spaceflow/commit/a7d20f7bb9784ec8dafe466c9fba699b43e5abb8))
18
+
3
19
  ## [0.13.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.12.0...@spaceflow/shell@0.13.0) (2026-02-27)
4
20
 
5
21
  ### 新特性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/shell",
3
- "version": "0.14.0",
3
+ "version": "0.15.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.34.0"
19
+ "@spaceflow/cli": "0.35.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@spaceflow/core": "0.12.0"
22
+ "@spaceflow/core": "0.13.0"
23
23
  },
24
24
  "spaceflow": {
25
25
  "type": "flow",