@star-ai/star-ui 0.0.6 → 0.0.7

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/lib/index.js CHANGED
@@ -42,7 +42,7 @@ const StarInput = require('./components/Input/index.js');
42
42
 
43
43
  // 创建导出对象
44
44
  const StarUI = {
45
- version: '0.0.5',
45
+ version: '0.0.7',
46
46
  install,
47
47
  // 导出所有组件
48
48
  StarButton,
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@star-ai/star-ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "基于Uniapp的Vue2组件库",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -48,7 +48,7 @@
48
48
 
49
49
  // 创建导出对象
50
50
  const StarUI = {
51
- version: '0.0.5',
51
+ version: '0.0.7',
52
52
  install,
53
53
  // 导出所有组件
54
54
  StarButton,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@star-ai/star-ui",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "基于Uniapp的Vue2组件库",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",