@spaceflow/publish 0.49.0 → 0.50.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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.49.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/publish@0.48.0...@spaceflow/publish@0.49.0) (2026-03-03)
4
+
5
+ ### 新特性
6
+
7
+ * **core:** 在安装过程中记录并提示 @spaceflow/core 版本变更 ([1992129](https://github.com/Lydanne/spaceflow/commit/19921299bf77b98b150ba6522c1b37ac872f431e))
8
+ * **shared:** 优化获取 core 版本逻辑,支持 .spaceflowrc 显式指定 ([916a87d](https://github.com/Lydanne/spaceflow/commit/916a87d5b7a7fc8c8dba3f959f3379fee26e0017))
9
+
10
+ ### 其他修改
11
+
12
+ * **cli:** released version 0.39.0 [no ci] ([9de7c35](https://github.com/Lydanne/spaceflow/commit/9de7c35db100e482baa78059ecd3176c7942e16b))
13
+ * **core:** released version 0.25.0 [no ci] ([28d6b6d](https://github.com/Lydanne/spaceflow/commit/28d6b6dcfbaf0dfa7b986f8c880b47bd4962eac8))
14
+ * **review-summary:** released version 0.33.0 [no ci] ([ca07fa3](https://github.com/Lydanne/spaceflow/commit/ca07fa33f9418147a6a511d0a2699159d01b892c))
15
+ * **review:** released version 0.65.0 [no ci] ([8de84ba](https://github.com/Lydanne/spaceflow/commit/8de84ba1ca6f2254299de199827a3940beff76a0))
16
+ * **scripts:** released version 0.26.0 [no ci] ([e757eba](https://github.com/Lydanne/spaceflow/commit/e757eba5ae1cdbea428d4cc1c6de6e7e68e546ff))
17
+ * **shared:** released version 0.7.0 [no ci] ([e9ade7e](https://github.com/Lydanne/spaceflow/commit/e9ade7e8caefd9f5ee4603b52b3a350ae604dfea))
18
+ * **shell:** released version 0.26.0 [no ci] ([753cf30](https://github.com/Lydanne/spaceflow/commit/753cf3044ee7d09ea3f1f9150bf045395703c712))
19
+
3
20
  ## [0.48.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/publish@0.47.0...@spaceflow/publish@0.48.0) (2026-03-03)
4
21
 
5
22
  ### 新特性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/publish",
3
- "version": "0.49.0",
3
+ "version": "0.50.0",
4
4
  "description": "Spaceflow CI 发布插件,用于在发布流程中锁定/解锁分支",
5
5
  "license": "MIT",
6
6
  "author": "Lydanne",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.15.0",
24
- "@spaceflow/cli": "0.39.0"
24
+ "@spaceflow/cli": "0.40.0"
25
25
  },
26
26
  "peerDependencies": {
27
- "@spaceflow/core": "0.25.0"
27
+ "@spaceflow/core": "0.26.0"
28
28
  },
29
29
  "spaceflow": {
30
30
  "type": "flow",