Skip to content

Commit 352244a

Browse files
committed
v2.0.0-alpha.4
1 parent bc25daf commit 352244a

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.3"
6+
"version": "2.0.0-alpha.4"
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.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "Import VEUI components with ease.",
55
"main": "./index.js",
66
"repository": "ecomfe/veui",
@@ -18,7 +18,7 @@
1818
"babel-plugin"
1919
],
2020
"dependencies": {
21-
"veui": "^2.0.0-alpha.3"
21+
"veui": "^2.0.0-alpha.4"
2222
},
2323
"devDependencies": {
2424
"@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.3",
3+
"version": "2.0.0-alpha.4",
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.3",
19+
"babel-plugin-veui": "^2.0.0-alpha.4",
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.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "webpack loader for VEUI.",
55
"main": "lib/index.js",
66
"repository": "ecomfe/veui",
@@ -30,8 +30,8 @@
3030
"@babel/runtime": "^7.5.5",
3131
"ava": "^2.3.0",
3232
"raw-loader": "^0.5.1",
33-
"veui": "^2.0.0-alpha.3",
34-
"veui-theme-dls": "^2.0.0-alpha.3",
33+
"veui": "^2.0.0-alpha.4",
34+
"veui-theme-dls": "^2.0.0-alpha.4",
3535
"webpack": "^4.39.3"
3636
}
3737
}

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.3",
3+
"version": "2.0.0-alpha.4",
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)