@opentiny/vue-dropdown-item 2.5.0-alpha.0 → 2.5.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/lib/index.js +1 -1
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -110,6 +110,6 @@ DropdownItem.model = {
110
110
  DropdownItem.install = function (Vue) {
111
111
  Vue.component(DropdownItem.name, DropdownItem);
112
112
  };
113
- DropdownItem.version = '2.5.0-alpha.0';
113
+ DropdownItem.version = '2.5.0';
114
114
 
115
115
  export { DropdownItem as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-dropdown-item",
3
- "version": "2.5.0-alpha.0",
3
+ "version": "2.5.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -9,11 +9,11 @@
9
9
  "build:ui3": "cross-env BUILD_TARGET=single NODE_ENV=production node ../../example/build/build-ui.js"
10
10
  },
11
11
  "dependencies": {
12
- "@opentiny/vue-common": "~2.5.0-alpha.0",
13
- "@opentiny/vue-icon": "~2.5.0-alpha.0",
12
+ "@opentiny/vue-common": "~2.5.0",
13
+ "@opentiny/vue-icon": "~2.5.0",
14
14
  "@opentiny/vue-renderless": "~3.5.0",
15
- "@opentiny/vue-popup": "~2.5.0-alpha.0",
16
- "@opentiny/vue-button": "~2.5.0-alpha.0",
15
+ "@opentiny/vue-popup": "~2.5.0",
16
+ "@opentiny/vue-button": "~2.5.0",
17
17
  "@opentiny/vue-theme": "~3.5.0",
18
18
  "@opentiny/vue-theme-mobile": "~3.5.0"
19
19
  },