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