Skip to content

Commit 29b9ba7

Browse files
committed
v2.0.0-alpha.3
1 parent ba017bb commit 29b9ba7

File tree

17 files changed

+27
-27
lines changed

17 files changed

+27
-27
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.0.0-alpha.2"
6+
"version": "2.0.0-alpha.3"
77
}

packages/babel-plugin-veui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-plugin-veui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-veui",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "Import VEUI components with ease.",
55
"main": "lib/index.js",
66
"repository": "ecomfe/veui",
@@ -17,7 +17,7 @@
1717
"babel-plugin"
1818
],
1919
"dependencies": {
20-
"veui": "^2.0.0-alpha.2"
20+
"veui": "^2.0.0-alpha.3"
2121
},
2222
"devDependencies": {
2323
"@babel/cli": "^7.5.5",

packages/babel-preset-veui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-preset-veui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-veui",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "All you need to transpile VEUI along with your awesome project.",
55
"main": "index.js",
66
"repository": "ecomfe/veui",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"babel-plugin-lodash": "^3.3.4",
1818
"babel-plugin-transform-class-properties": "^6.24.1",
19-
"babel-plugin-veui": "^2.0.0-alpha.2",
19+
"babel-plugin-veui": "^2.0.0-alpha.3",
2020
"babel-preset-vue-app": "^2.0.0"
2121
},
2222
"devDependencies": {

packages/veui-loader/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/veui-loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "veui-loader",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "webpack loader for VEUI.",
55
"main": "lib/index.js",
66
"repository": "ecomfe/veui",
@@ -19,7 +19,7 @@
1919
"loader-utils": "^1.1.0",
2020
"pkg-dir": "^2.0.0",
2121
"slash": "^2.0.0",
22-
"veui": "^2.0.0-alpha.2"
22+
"veui": "^2.0.0-alpha.3"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.5.5",
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "^7.5.5",
2929
"ava": "^2.3.0",
3030
"raw-loader": "^0.5.1",
31-
"veui-theme-dls": "^2.0.0-alpha.2",
31+
"veui-theme-dls": "^2.0.0-alpha.3",
3232
"webpack": "^4.39.3"
3333
}
3434
}

packages/veui-theme-dls-icons/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/veui-theme-dls-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "veui-theme-dls-icons",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "Icon pack for theme Baidu DLS of VEUI.",
55
"repository": "ecomfe/veui",
66
"license": "MIT",

packages/veui-theme-dls/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)