bxs-tools-ui 3.0.0-7 → 3.0.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
@@ -39538,7 +39538,7 @@ if (typeof window !== 'undefined' && window.Vue) {
39538
39538
  install(window.Vue);
39539
39539
  }
39540
39540
  const index = {
39541
- version: '3.0.0-7',
39541
+ version: '3.0.0',
39542
39542
  install: install
39543
39543
  };
39544
39544
 
package/lib/index.js CHANGED
@@ -39528,7 +39528,7 @@
39528
39528
  install(window.Vue);
39529
39529
  }
39530
39530
  var index = {
39531
- version: '3.0.0-7',
39531
+ version: '3.0.0',
39532
39532
  install: install
39533
39533
  };
39534
39534
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "3.0.0-7",
3
+ "version": "3.0.0",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
package/packages/index.ts CHANGED
@@ -47,6 +47,6 @@ export {
47
47
  }
48
48
 
49
49
  export default {
50
- version: '3.0.0-7',
50
+ version: '3.0.0',
51
51
  install
52
52
  }