@opentiny/vue-drawer 2.11.0-alpha.0 → 2.11.0-alpha.2

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/lib/index.js +1 -1
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -97,7 +97,7 @@ var Drawer = {
97
97
  });
98
98
  }
99
99
  };
100
- var version = "2.11.0-alpha.0";
100
+ var version = "2.11.0-alpha.2";
101
101
  Drawer.model = {
102
102
  prop: "modelValue",
103
103
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@opentiny/vue-drawer",
3
- "version": "2.11.0-alpha.0",
3
+ "version": "2.11.0-alpha.2",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentiny/vue-button": "~2.11.0",
11
- "@opentiny/vue-common": "~2.11.0",
12
- "@opentiny/vue-renderless": "~3.11.0"
10
+ "@opentiny/vue-button": "~2.11.0-alpha.0",
11
+ "@opentiny/vue-common": "~2.11.0-alpha.0",
12
+ "@opentiny/vue-renderless": "~3.11.0-alpha.0"
13
13
  },
14
14
  "license": "MIT",
15
15
  "types": "index.d.ts"