@opentinyvue/vue-design-saas 2.23.0 → 2.24.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -425,7 +425,7 @@ var Cascader = {
425
425
  // 多选时,控制tag的颜色
426
426
  tagTypeWhenMultiple: "info"
427
427
  };
428
- var version = "2.23.0";
428
+ var version = "2.undefined";
429
429
  var index = {
430
430
  name: "saas",
431
431
  version,
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-design-saas",
3
- "version": "2.23.0",
3
+ "version": "2.24.0",
4
4
  "main": "./index.js",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@opentinyvue/vue-icon": "~2.23.0"
8
+ "@opentinyvue/vue-icon": "~2.24.0"
9
9
  },
10
10
  "license": "MIT",
11
11
  "module": "./index.js",