@devflow-tools/plugin-ui-layout 0.17.7 → 0.17.8

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @devflow-tools/plugin-ui-layout
2
2
 
3
- > UI Layout 专家插件 — 布局模式、组件组合、响应式架构、设计系统。(v0.17.7
3
+ > UI Layout 专家插件 — 布局模式、组件组合、响应式架构、设计系统。(v0.17.8
4
4
 
5
5
  ## 安装
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/plugin-ui-layout",
3
- "version": "0.17.7",
3
+ "version": "0.17.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "clean": "rm -rf dist"
18
18
  },
19
19
  "dependencies": {
20
- "@devflow-tools/sdk": "0.17.7"
20
+ "@devflow-tools/sdk": "0.17.8"
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.5.0",
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "560fe8a097aa9d398fdcfec409134cc94d26f92f"
29
+ "gitHead": "940c6c004c0ebb59abad3da9bc67137fa2d2a666"
30
30
  }