@hy-bricks/editor 0.4.1 → 0.4.2

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @hy-bricks/editor
2
2
 
3
+ ## [0.4.2] - 2026-05-28 · 跟随版本(无 editor 改动)
4
+
5
+ lock-step 版本号,本次 editor 包源代码无变更。
6
+ 从 0.4.0 / 0.4.1 升上来可跳过。
7
+
8
+ 详见 [根 CHANGELOG.md](../../CHANGELOG.md) §0.4.2。
9
+
10
+ ### 业务侧升级
11
+
12
+ ```bash
13
+ pnpm up @hy-bricks/editor@0.4.2
14
+ ```
15
+
16
+ 零代码改动。
17
+
18
+ ---
19
+
3
20
  ## [0.4.1] - 2026-05-27
4
21
 
5
22
  文档补完 — 0.4.0 的发版说明现在 npm 包页面可见。代码无变更。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hy-bricks/editor",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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.1"
46
+ "@hy-bricks/core": "^0.4.2"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "tailwindcss": {