@hy-bricks/editor 0.4.3 → 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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @hy-bricks/editor
2
2
 
3
+ ## [0.5.0] - 2026-06-03
4
+
5
+ 随 @hy-bricks fixed 组(canvas `free-split` 发版)同步升 0.5.0;`@hy-bricks/editor` **无功能改动**(其 `SplitNode` 是编辑器面板分屏,与 canvas free-split 无关)。
6
+
3
7
  ## 0.4.3
4
8
 
5
9
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hy-bricks/editor",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "description": "HyperCard 嵌入式编辑器 — Monaco 三栏 + 拖 tab 分栏 + 实时预览 + shadcn-vue 风格 UI",
5
5
  "keywords": [
6
6
  "hypercard",
@@ -43,7 +43,7 @@
43
43
  "tailwindcss": "^3.4.0 || ^4.0.0",
44
44
  "tailwindcss-animate": "^1.0.7",
45
45
  "vue": "^3.5.0",
46
- "@hy-bricks/core": "^0.4.3"
46
+ "@hy-bricks/core": "^0.5.0"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "tailwindcss": {