@opentiny/vue-dropdown-item 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 +7 -7
package/lib/index.js CHANGED
@@ -111,7 +111,7 @@ var DropdownItem = defineComponent({
111
111
  });
112
112
  }
113
113
  });
114
- var version = "2.11.0-alpha.0";
114
+ var version = "2.11.0-alpha.2";
115
115
  DropdownItem.model = {
116
116
  prop: "modelValue",
117
117
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@opentiny/vue-dropdown-item",
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-common": "~2.11.0",
11
- "@opentiny/vue-icon": "~2.11.0",
12
- "@opentiny/vue-renderless": "~3.11.0",
13
- "@opentiny/vue-popup": "~2.11.0",
14
- "@opentiny/vue-button": "~2.11.0",
15
- "@opentiny/vue-tooltip": "~2.11.0"
10
+ "@opentiny/vue-common": "~2.11.0-alpha.0",
11
+ "@opentiny/vue-icon": "~2.11.0-alpha.0",
12
+ "@opentiny/vue-renderless": "~3.11.0-alpha.0",
13
+ "@opentiny/vue-popup": "~2.11.0-alpha.0",
14
+ "@opentiny/vue-button": "~2.11.0-alpha.0",
15
+ "@opentiny/vue-tooltip": "~2.11.0-alpha.0"
16
16
  },
17
17
  "license": "MIT",
18
18
  "types": "index.d.ts",