From 6995641d7218143ef45fcdab126ea9b8dc2cdf1e Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Fri, 27 Oct 2017 11:56:27 +0800 Subject: [PATCH] [build] 2.0.0 --- 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 23b896f87..b94c5a123 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.8":"1.4","2.0.0-rc.1":"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.8":"1.4","2.0.0":"2.0"} \ No newline at end of file diff --git a/packages/theme-chalk/package.json b/packages/theme-chalk/package.json index 79661152a..49d0ae42d 100644 --- a/packages/theme-chalk/package.json +++ b/packages/theme-chalk/package.json @@ -1,6 +1,6 @@ { "name": "element-theme-chalk", - "version": "2.0.0-rc.1", + "version": "2.0.0", "description": "Element component chalk theme.", "main": "lib/index.css", "style": "lib/index.css", diff --git a/src/index.js b/src/index.js index db995ea05..66bcb1d14 100644 --- a/src/index.js +++ b/src/index.js @@ -173,7 +173,7 @@ if (typeof window !== 'undefined' && window.Vue) { }; module.exports = { - version: '2.0.0-rc.1', + version: '2.0.0', locale: locale.use, i18n: locale.i18n, install,