cy-element-ui 1.1.9 → 1.1.10

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/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cy-element-ui",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "A Component Library for Vue.js.",
5
5
  "main": "lib/index.js",
6
6
  "files": [
package/src/index.js CHANGED
@@ -223,7 +223,7 @@ if (typeof window !== 'undefined' && window.Vue) {
223
223
  }
224
224
 
225
225
  export default {
226
- version: '1.1.8',
226
+ version: '1.1.10',
227
227
  locale: locale.use,
228
228
  i18n: locale.i18n,
229
229
  install,