bxs-tools-ui 3.1.0-1 → 3.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.
package/es/index.js CHANGED
@@ -40112,7 +40112,7 @@ if (typeof window !== 'undefined' && window.Vue) {
40112
40112
  install(window.Vue);
40113
40113
  }
40114
40114
  const index = {
40115
- version: '3.1.0-1',
40115
+ version: '3.1.0',
40116
40116
  install: install
40117
40117
  };
40118
40118
 
package/lib/index.js CHANGED
@@ -40094,7 +40094,7 @@
40094
40094
  install(window.Vue);
40095
40095
  }
40096
40096
  var index = {
40097
- version: '3.1.0-1',
40097
+ version: '3.1.0',
40098
40098
  install: install
40099
40099
  };
40100
40100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "3.1.0-1",
3
+ "version": "3.1.0",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
package/packages/index.ts CHANGED
@@ -50,6 +50,6 @@ export {
50
50
  }
51
51
 
52
52
  export default {
53
- version: '3.1.0-1',
53
+ version: '3.1.0',
54
54
  install
55
55
  }