Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Sep 20, 2017
1 parent 1e49d32 commit d498ba4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"lerna": "2.0.0-rc.5",
"packages": [
"packages/*"
]
],
"version": "0.3.0"
}
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.2.4",
"version": "0.3.0",
"description": "Import VEUI components with ease.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-loader",
"version": "0.2.4",
"version": "0.3.0",
"description": "Webpack loader for VEUI.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-dux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-dux",
"version": "0.2.4",
"version": "0.3.0",
"description": "DUX theme for VEUI.",
"keywords": [
"veui",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-x",
"version": "0.2.4",
"version": "0.3.0",
"description": "X theme for VEUI.",
"keywords": [
"veui",
Expand Down
10 changes: 5 additions & 5 deletions packages/veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui",
"version": "0.2.4",
"version": "0.3.0",
"description": "Baidu Enterprise UI for Vue.js.",
"author": "ecomfe",
"scripts": {
Expand All @@ -23,8 +23,6 @@
"vue": "^2.2.2"
},
"devDependencies": {
"veui-theme-x": "^0.2.4",
"veui-theme-dux": "^0.2.4",
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
Expand All @@ -35,7 +33,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.2.4",
"babel-plugin-veui": "^0.3.0",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
Expand Down Expand Up @@ -86,7 +84,9 @@
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"url-loader": "^0.5.7",
"veui-loader": "^0.2.4",
"veui-loader": "^0.3.0",
"veui-theme-dux": "^0.3.0",
"veui-theme-x": "^0.3.0",
"vue": "^2.3.0",
"vue-loader": "^11.1.4",
"vue-router": "^2.2.0",
Expand Down

0 comments on commit d498ba4

Please sign in to comment.