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