@spaceflow/shell 0.6.0 → 0.7.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.6.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.5.0...@spaceflow/shell@0.6.0) (2026-02-26)
4
+
5
+ ### 代码重构
6
+
7
+ * **core:** 使用 globalThis 确保多份 core 实例共享同一个 i18n 状态 ([c46e713](https://github.com/Lydanne/spaceflow/commit/c46e713d3e6e4d84447ebecad6ea719fc861854f))
8
+ * **core:** 实现扩展自动安装机制,确保 .spaceflowrc 声明的依赖自动同步 ([89af2ae](https://github.com/Lydanne/spaceflow/commit/89af2ae864decd6f2acb917d59afd657ee8e4562))
9
+
10
+ ### 其他修改
11
+
12
+ * **cli:** released version 0.26.0 [no ci] ([55f6cf7](https://github.com/Lydanne/spaceflow/commit/55f6cf7f76c49a8a871e0a1516520db78d841752))
13
+ * **core:** released version 0.7.0 [no ci] ([1e37534](https://github.com/Lydanne/spaceflow/commit/1e37534d5e25ce8e08bb90a073c402d0cae80c9d))
14
+ * **publish:** released version 0.28.0 [no ci] ([c226199](https://github.com/Lydanne/spaceflow/commit/c22619956276d6c4464ae94f6e47f798d66eba2b))
15
+ * **review-summary:** released version 0.6.0 [no ci] ([185e4ff](https://github.com/Lydanne/spaceflow/commit/185e4ff5488a13cd32e54a442bf41728abdadb4e))
16
+ * **review:** released version 0.36.0 [no ci] ([32df799](https://github.com/Lydanne/spaceflow/commit/32df799cf56a1bd7ca987fe79c6392dfc829f841))
17
+ * **scripts:** released version 0.6.0 [no ci] ([91ea44e](https://github.com/Lydanne/spaceflow/commit/91ea44ec943c2de318b32c0cd29d8c6ce1e89012))
18
+
3
19
  ## [0.5.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.4.0...@spaceflow/shell@0.5.0) (2026-02-25)
4
20
 
5
21
  ### 代码重构
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/shell",
3
- "version": "0.6.0",
3
+ "version": "0.7.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.26.0"
19
+ "@spaceflow/cli": "0.27.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@spaceflow/core": "0.7.0"
22
+ "@spaceflow/core": "0.8.0"
23
23
  },
24
24
  "spaceflow": {
25
25
  "type": "flow",