Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Sep 21, 2017
1 parent e64f18e commit a6973b6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.0"
"version": "0.3.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.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"description": "X theme for VEUI.",
"keywords": [
"veui",
Expand Down
12 changes: 6 additions & 6 deletions packages/veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui",
"version": "0.3.0",
"version": "0.3.1",
"description": "Baidu Enterprise UI for Vue.js.",
"author": "ecomfe",
"scripts": {
Expand All @@ -14,9 +14,9 @@
},
"module": "index.js",
"dependencies": {
"bytes": "^3.0.0",
"lodash": "^4.17.4",
"tether": "^1.4.0",
"bytes": "^3.0.0",
"vue-awesome": "^2.3.1",
"wicg-focus-ring": "^2.0.1"
},
Expand All @@ -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.0",
"babel-plugin-veui": "^0.3.1",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
Expand Down Expand Up @@ -83,9 +83,9 @@
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"url-loader": "^0.5.7",
"veui-loader": "^0.3.0",
"veui-theme-dux": "^0.3.0",
"veui-theme-x": "^0.3.0",
"veui-loader": "^0.3.1",
"veui-theme-dux": "^0.3.1",
"veui-theme-x": "^0.3.1",
"vue": "^2.3.0",
"vue-loader": "^11.1.4",
"vue-router": "^2.2.0",
Expand Down

0 comments on commit a6973b6

Please sign in to comment.