@dfsj/components 3.1.2 → 3.1.3
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.
- package/CHANGELOG.md +19 -18
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
## 3.1.3 (2024-07-01)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- (components) 增加时间轴导出 ([ca11a1f](http://10.10.12.18/dfsj/dfsj/commits/ca11a1f00f0e963b4c4f483fae3cacd76f65d522))
|
|
10
|
+
- (template) 增加要素图标 ([f6d046b](http://10.10.12.18/dfsj/dfsj/commits/f6d046b4e3805a115477516deae719dca54cac3f))
|
|
11
|
+
- (template)标绘工具 ([b35fa56](http://10.10.12.18/dfsj/dfsj/commits/b35fa56f91041545eed077b383531bc196543f21))
|
|
12
|
+
|
|
13
|
+
## 3.1.2 (2024-06-20)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
- (components) 增加时间轴导出 ([ca11a1f](http://10.10.12.18/dfsj/dfsj/commits/ca11a1f00f0e963b4c4f483fae3cacd76f65d522))
|
|
18
|
+
- (template) 增加要素图标 ([f6d046b](http://10.10.12.18/dfsj/dfsj/commits/f6d046b4e3805a115477516deae719dca54cac3f))
|
|
18
19
|
|
|
19
20
|
## [3.1.1](https://gitee.com/verdaccio/ec/compare/@dfsj/components@3.1.0...@dfsj/components@3.1.1) (2024-05-21)
|
|
20
21
|
|
|
@@ -277,4 +278,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
277
278
|
|
|
278
279
|
## [1.1.3](https://gitee.com/verdaccio/ec/compare/@dfsj/components@1.1.2...@dfsj/components@1.1.3) (2023-06-11)
|
|
279
280
|
|
|
280
|
-
**Note:** Version bump only for package @dfsj/components
|
|
281
|
+
**Note:** Version bump only for package @dfsj/components
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dfsj/components",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"description": "通用的vue组件;包括专业组件、原子级组件",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@babel/runtime": "^7.24.0",
|
|
46
|
-
"@dfsj/echarts": "^3.1.
|
|
47
|
-
"@dfsj/utils": "^3.1.
|
|
46
|
+
"@dfsj/echarts": "^3.1.3",
|
|
47
|
+
"@dfsj/utils": "^3.1.3",
|
|
48
48
|
"@element-plus/icons-vue": "^2.3.1",
|
|
49
49
|
"@iconify/iconify": "^3.1.1",
|
|
50
50
|
"@wangeditor/editor": "^5.1.23",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"vue-types": "^5.0.2",
|
|
58
58
|
"zrender": "^5.5.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "2aa6615f356d54b88a7a38983abb5f98a46c4b35",
|
|
61
61
|
"module": "dist/index.js",
|
|
62
62
|
"browser": "dist/index.js",
|
|
63
63
|
"types": "dist/index.d.ts",
|