@ibiz-template/web-theme 1.1.9 → 1.1.10

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 +2 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.1.10] - 2024-02-22
11
+
10
12
  ### Changed
11
13
 
12
14
  - 首页视图菜单方向是上的时候,调整布局的应用菜单相关配置,使用INDEX_ACTIONS预定义类型,调整按钮高,宽和居中
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "scripts": {
25
25
  "dev": "ibiz-temp build -w",
26
26
  "build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
27
- "pub": "ibizlab pub -m /root/workspace/template/template-next/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app FrontModel --clean",
27
+ "pub": "ibizlab pub -m /root/workspace/gitlab/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app FrontModel --clean",
28
28
  "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
29
29
  "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
30
30
  "publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
@@ -34,9 +34,9 @@
34
34
  "author": "chitanda",
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "@ibiz-template/theme": "^0.4.0"
37
+ "@ibiz-template/theme": "^0.6.0"
38
38
  },
39
39
  "dependencies": {
40
- "@ibiz-template/runtime": "^0.5.0-beta.0"
40
+ "@ibiz-template/runtime": "^0.6.0"
41
41
  }
42
42
  }