Skip to content

Commit

Permalink
v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Nov 23, 2017
1 parent e691b0a commit 6f1990e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.3.3"
"version": "1.0.0-alpha.1"
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-veui",
"version": "0.3.3",
"version": "1.0.0-alpha.1",
"description": "Import VEUI components with ease.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-one",
"version": "0.3.3",
"version": "1.0.0-alpha.1",
"description": "One Design theme for VEUI.",
"keywords": [
"veui",
Expand Down
6 changes: 3 additions & 3 deletions packages/veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui",
"version": "0.3.3",
"version": "1.0.0-alpha.1",
"description": "Baidu Enterprise UI for Vue.js.",
"author": "ecomfe",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.4.2",
"babel-plugin-veui": "^0.3.3",
"babel-plugin-veui": "^1.0.0-alpha.1",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"url-loader": "^0.5.7",
"veui-loader": "^0.3.3",
"veui-theme-dux": "^0.3.3",
"veui-theme-one": "^0.3.3",
"veui-theme-one": "^1.0.0-alpha.1",
"vue": "^2.3.0",
"vue-loader": "^13.3.0",
"vue-router": "^2.2.0",
Expand Down

0 comments on commit 6f1990e

Please sign in to comment.