diff --git a/examples/versions.json b/examples/versions.json index 799438a2..e52ec0dd 100644 --- a/examples/versions.json +++ b/examples/versions.json @@ -1 +1 @@ -{"1.0.9":"1.0","1.1.6":"1.1","1.2.9":"1.2","1.3.7":"1.3","1.4.11":"1.4","2.0.5":"2.0"} \ No newline at end of file +{"1.0.9":"1.0","1.1.6":"1.1","1.2.9":"1.2","1.3.7":"1.3","1.4.11":"1.4","2.0.6":"2.0"} \ No newline at end of file diff --git a/packages/theme-chalk/package.json b/packages/theme-chalk/package.json index 63d09570..9c81063f 100644 --- a/packages/theme-chalk/package.json +++ b/packages/theme-chalk/package.json @@ -1,6 +1,6 @@ { "name": "element-theme-chalk", - "version": "2.0.5", + "version": "2.0.6", "description": "Element component chalk theme.", "main": "lib/index.css", "style": "lib/index.css", diff --git a/src/index.js b/src/index.js index 78ef05a9..05d340a6 100644 --- a/src/index.js +++ b/src/index.js @@ -173,7 +173,7 @@ if (typeof window !== 'undefined' && window.Vue) { }; module.exports = { - version: '2.0.5', + version: '2.0.6', locale: locale.use, i18n: locale.i18n, install,