Skip to content

Commit

Permalink
v2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Oct 30, 2019
1 parent 58c5368 commit 3f93d7f
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 27 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": "1.0.0-alpha.32"
"version": "2.0.0-alpha.0"
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-veui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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": "1.0.0-alpha.32",
"version": "2.0.0-alpha.0",
"description": "Import VEUI components with ease.",
"main": "lib/index.js",
"repository": "ecomfe/veui",
Expand All @@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"veui": "^1.0.0-alpha.32"
"veui": "^2.0.0-alpha.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-veui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/babel-preset-veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-veui",
"version": "1.0.0-alpha.32",
"version": "2.0.0-alpha.0",
"description": "All you need to transpile VEUI along with your awesome project.",
"main": "index.js",
"repository": "ecomfe/veui",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-veui": "^1.0.0-alpha.32",
"babel-plugin-veui": "^2.0.0-alpha.0",
"babel-preset-vue-app": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/veui-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-loader",
"version": "1.0.0-alpha.32",
"version": "2.0.0-alpha.0",
"description": "webpack loader for VEUI.",
"main": "lib/index.js",
"repository": "ecomfe/veui",
Expand All @@ -19,7 +19,7 @@
"loader-utils": "^1.1.0",
"pkg-dir": "^2.0.0",
"slash": "^2.0.0",
"veui": "^1.0.0-alpha.32"
"veui": "^2.0.0-alpha.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand All @@ -28,7 +28,7 @@
"@babel/runtime": "^7.5.5",
"ava": "^2.3.0",
"raw-loader": "^0.5.1",
"veui-theme-dls": "^1.0.0-alpha.32",
"veui-theme-dls": "^2.0.0-alpha.0",
"webpack": "^4.39.3"
}
}
2 changes: 1 addition & 1 deletion packages/veui-theme-dls-icons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/veui-theme-dls-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-dls-icons",
"version": "1.0.0-alpha.32",
"version": "2.0.0-alpha.0",
"description": "Icon pack for theme Baidu DLS of VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-dls/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/veui-theme-dls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-dls",
"version": "1.0.0-alpha.32",
"version": "2.0.0-alpha.0",
"description": "Theme Baidu DLS for VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"focus-visible": "^4.1.0",
"less-plugin-dls": "^0.25.0",
"less-plugin-est": "^3.0.0",
"veui-theme-dls-icons": "^1.0.0-alpha.32"
"veui-theme-dls-icons": "^2.0.0-alpha.0"
},
"peerDependencies": {
"veui": "2.0.0-alpha.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-one-icons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/veui-theme-one-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-one-icons",
"version": "1.0.0-alpha.32",
"version": "2.0.0-alpha.0",
"description": "Icon pack for theme ONE DESIGN of VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-one/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/veui-theme-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-one",
"version": "1.0.0-alpha.32",
"version": "2.0.0-alpha.0",
"description": "Theme ONE DESIGN of VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"classlist-polyfill": "^1.2.0",
"focus-visible": "^4.1.0",
"less-plugin-est": "^3.0.0",
"veui-theme-one-icons": "^1.0.0-alpha.32"
"veui-theme-one-icons": "^2.0.0-alpha.0"
},
"peerDependencies": {
"veui": "2.0.0-alpha.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/veui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-alpha.32",
"version": "2.0.0-alpha.0",
"description": "Baidu Enterprise UI for Vue.js.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-veui": "^1.0.0-alpha.32",
"babel-plugin-veui": "^2.0.0-alpha.0",
"chai": "^4.2.0",
"classlist-polyfill": "^1.2.0",
"core-js": "^2.6.5",
Expand All @@ -70,9 +70,9 @@
"node-dir": "^0.1.17",
"promise-polyfill": "^8.1.0",
"sinon": "^7.3.2",
"veui-loader": "^1.0.0-alpha.32",
"veui-theme-dls": "^1.0.0-alpha.32",
"veui-theme-dls-icons": "^1.0.0-alpha.32",
"veui-loader": "^2.0.0-alpha.0",
"veui-theme-dls": "^2.0.0-alpha.0",
"veui-theme-dls-icons": "^2.0.0-alpha.0",
"vue": "^2.6.7",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.6.7"
Expand Down

0 comments on commit 3f93d7f

Please sign in to comment.