Skip to content

Commit

Permalink
v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Jan 15, 2022
1 parent 9acf283 commit 6ed667f
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 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": "2.4.3"
"version": "2.4.4"
}
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": "2.4.3",
"version": "2.4.4",
"description": "Import VEUI components with ease.",
"main": "./index.js",
"repository": "ecomfe/veui",
Expand All @@ -27,7 +27,7 @@
"ava": "^3.10.1",
"esm": "^3.2.25",
"prettier": "^1.18.2",
"veui": "^2.4.3"
"veui": "^2.4.4"
},
"ava": {
"require": [
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": "2.4.3",
"version": "2.4.4",
"description": "webpack loader for VEUI.",
"main": "lib/index.js",
"repository": "ecomfe/veui",
Expand Down Expand Up @@ -32,8 +32,8 @@
"ava": "^3.10.1",
"esm": "^3.2.25",
"raw-loader": "^0.5.1",
"veui": "^2.4.3",
"veui-theme-dls": "^2.4.3",
"veui": "^2.4.4",
"veui-theme-dls": "^2.4.4",
"webpack": "^4.43.0"
},
"ava": {
Expand Down
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": "2.4.3",
"version": "2.4.4",
"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": "2.4.3",
"version": "2.4.4",
"description": "Theme Baidu DLS for VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"focus-visible": "^4.1.0",
"less-plugin-dls": "^5.1.0",
"less-plugin-est": "^3.0.0",
"veui-theme-dls-icons": "^2.4.3"
"veui-theme-dls-icons": "^2.4.4"
},
"peerDependencies": {
"veui": "2.4.4"
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": "2.4.3",
"version": "2.4.4",
"description": "Baidu Enterprise UI for Vue.js.",
"scripts": {
"serve": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service serve",
Expand Down Expand Up @@ -48,7 +48,7 @@
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-veui": "^2.4.3",
"babel-plugin-veui": "^2.4.4",
"chai": "^4.2.0",
"classlist-polyfill": "^1.2.0",
"cross-env": "^5.2.0",
Expand Down Expand Up @@ -85,9 +85,9 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-vue": "^5.1.9",
"sinon": "^8.0.4",
"veui-loader": "^2.4.3",
"veui-theme-dls": "^2.4.3",
"veui-theme-dls-icons": "^2.4.3",
"veui-loader": "^2.4.4",
"veui-theme-dls": "^2.4.4",
"veui-theme-dls-icons": "^2.4.4",
"vue": "^2.6.11",
"vue-router": "^3.3.4",
"vue-template-compiler": "^2.6.11"
Expand Down

0 comments on commit 6ed667f

Please sign in to comment.