@opentinyvue/vue-design-aurora 2.22.0 → 2.23.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
@@ -394,7 +394,7 @@ var Popeditor = {
394
394
  };
395
395
  }
396
396
  };
397
- var version = "2.22.0";
397
+ var version = "2.23.0";
398
398
  var index = {
399
399
  name: "aurora",
400
400
  version,
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-design-aurora",
3
- "version": "2.22.0",
3
+ "version": "2.23.0",
4
4
  "main": "./index.js",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@opentinyvue/vue-icon": "~2.22.0"
8
+ "@opentinyvue/vue-icon": "~2.23.0"
9
9
  },
10
10
  "license": "MIT",
11
11
  "module": "./index.js",