@ibiz-template/web-theme 1.0.32-dev.1 → 1.1.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 +3 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,9 +7,12 @@
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.1.0] - 2023-12-03
11
+
10
12
  ### Changed
11
13
 
12
14
  - 删除内置的 omni 主题
15
+ - 主题安装采用vue插件方式
13
16
 
14
17
  ## [1.0.30] - 2023-11-24
15
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.0.32-dev.1",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",