@ibiz-template/mob-theme 0.2.12 → 0.2.13

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.13] - 2024-03-21
11
+
12
+ ### Changed
13
+
14
+ - 样式更新
15
+
10
16
  ## [0.2.12] - 2023-12-28
11
17
 
12
18
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/mob-theme",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "scripts": {
24
24
  "dev": "ibiz-temp build -w",
25
25
  "build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
26
- "pub": "ibizlab pub -m /root/Git/base/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app MobFrontModel --clean",
26
+ "pub": "ibizlab pub -m /root/workspace/template/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app MobFrontModel --clean",
27
27
  "publish:next": "npm run build && npm publish --access public --tag=next",
28
28
  "publish:dev": "npm run build && npm publish --access public --tag=dev",
29
29
  "publish:beta": "npm run build && npm publish --access public --tag=beta",