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