From 8d49e17303692e215759e4c4ca71fce588d8ce64 Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Sun, 24 Dec 2017 19:35:10 +0800 Subject: [PATCH] [build] 2.0.9 --- examples/versions.json | 2 +- packages/theme-chalk/package.json | 2 +- src/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/versions.json b/examples/versions.json index 5ea847296..4952af6ac 100644 --- a/examples/versions.json +++ b/examples/versions.json @@ -1 +1 @@ -{"1.4.12":"1.4","2.0.8":"2.0"} \ No newline at end of file +{"1.4.12":"1.4","2.0.9":"2.0"} \ No newline at end of file diff --git a/packages/theme-chalk/package.json b/packages/theme-chalk/package.json index a5ade7185..889c13e46 100644 --- a/packages/theme-chalk/package.json +++ b/packages/theme-chalk/package.json @@ -1,6 +1,6 @@ { "name": "element-theme-chalk", - "version": "2.0.8", + "version": "2.0.9", "description": "Element component chalk theme.", "main": "lib/index.css", "style": "lib/index.css", diff --git a/src/index.js b/src/index.js index 90c06b0a6..d414e7603 100644 --- a/src/index.js +++ b/src/index.js @@ -171,7 +171,7 @@ if (typeof window !== 'undefined' && window.Vue) { }; module.exports = { - version: '2.0.8', + version: '2.0.9', locale: locale.use, i18n: locale.i18n, install,