mic-org 1.1.9 → 1.2.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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,8 +7,8 @@
7
7
 
8
8
  ---------------------------------
9
9
 
10
- ## 版本 1.1.8
10
+ ## 版本 1.2.0
11
11
 
12
12
  - 1.优化说明文档
13
13
  - 2.链接地:http://10.252.105.30:32089/mic/
14
- - 3.reset方法优化
14
+ - 3.table组件功能优化
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mic-org",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "main": "./dist/mic.umd.js",
5
5
  "module": "./dist/mic.es.js",
6
6
  "exports": {