starai-ui 0.1.22 → 0.1.23

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -30,7 +30,7 @@ if (typeof window !== 'undefined' && window.Vue) {
30
30
 
31
31
  // 导出默认对象
32
32
  const StarUI = {
33
- version: '0.1.22',
33
+ version: '0.1.23',
34
34
  install,
35
35
  // 导出所有组件
36
36
  'star-button': starButton, 'star-input': starInput
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starai-ui",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "基于Uniapp的Vue2组件库",
5
5
  "main": "index.js",
6
6
  "module": "index.js",