Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Aug 13, 2017
1 parent 2713bd0 commit 1925df7
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.2.2"
"version": "0.2.3"
}
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.2",
"version": "0.2.3",
"description": "Import VEUI components with ease.",
"main": "dist/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.2",
"version": "0.2.3",
"description": "DUX theme for VEUI.",
"main": "index.js",
"keywords": [
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.2.2",
"version": "0.2.3",
"description": "Baidu Enterprise UI for Vue.js.",
"author": "ecomfe",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"lodash": "^4.17.4",
"tether": "^1.4.0",
"veui-theme-dux": "^0.2.2",
"veui-theme-dux": "^0.2.3",
"vue-awesome": "^2.2.1"
},
"peerDependencies": {
Expand All @@ -35,7 +35,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.2",
"babel-plugin-veui": "^0.2.3",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
Expand Down

0 comments on commit 1925df7

Please sign in to comment.