bxs-tools-ui 3.0.3-alpha.1 → 3.0.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/es/index.js CHANGED
@@ -39592,7 +39592,7 @@ if (typeof window !== 'undefined' && window.Vue) {
39592
39592
  install(window.Vue);
39593
39593
  }
39594
39594
  const index = {
39595
- version: '3.0.3-alpha.1',
39595
+ version: '3.0.3',
39596
39596
  install: install
39597
39597
  };
39598
39598
 
package/lib/index.js CHANGED
@@ -39582,7 +39582,7 @@
39582
39582
  install(window.Vue);
39583
39583
  }
39584
39584
  var index = {
39585
- version: '3.0.3-alpha.1',
39585
+ version: '3.0.3',
39586
39586
  install: install
39587
39587
  };
39588
39588
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "3.0.3-alpha.1",
3
+ "version": "3.0.3",
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.3-alpha.1',
50
+ version: '3.0.3',
51
51
  install
52
52
  }