ソースを参照

[build] 1.0.0-rc.9

Leopoldthecoder 8 年 前
コミット
9e6513fa17
2 ファイル変更2 行追加2 行削除
  1. 1 1
      packages/theme-default/package.json
  2. 1 1
      src/index.js

+ 1 - 1
packages/theme-default/package.json

@@ -1,6 +1,6 @@
 {
   "name": "element-theme-default",
-  "version": "1.0.0",
+  "version": "1.0.0-rc.9",
   "description": "Element component default theme.",
   "main": "lib/index.css",
   "style": "lib/index.css",

+ 1 - 1
src/index.js

@@ -130,7 +130,7 @@ if (typeof window !== 'undefined' && window.Vue) {
 };
 
 module.exports = {
-  version: '1.0.0-rc.8',
+  version: '1.0.0-rc.9',
   locale,
   install,
   Pagination,