Skip to content

Commit

Permalink
release: v0.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jan 4, 2021
1 parent 5980a9c commit 0e01023
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/element3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element3",
"version": "0.0.35",
"version": "0.0.37",
"description": "A Component Library for Vue3",
"main": "dist/element3-ui.cjs.js",
"module": "dist/element3-ui.esm-bundler.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/element3/packages/theme-chalk/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@import "./breadcrumb-item.scss";
@import "./button-group.scss";
@import "./calendar.scss";
@import "./card.scss";
@import "./carousel.scss";
@import "./carousel-item.scss";
@import "./cascader.scss";
Expand Down Expand Up @@ -43,7 +42,6 @@
@import "./pagination.scss";
@import "./popconfirm.scss";
@import "./popover.scss";
@import "./progress.scss";
@import "./radio-group.scss";
@import "./rate.scss";
@import "./row.scss";
Expand All @@ -69,12 +67,14 @@
@import "./avatar.scss";
@import "./badge.scss";
@import "./button.scss";
@import "./card.scss";
@import "./container.scss";
@import "./divider.scss";
@import "./input.scss";
@import "./link.scss";
@import "./message.scss";
@import "./notification.scss";
@import "./progress.scss";
@import "./radio.scss";
@import "./radioButton.scss";
@import "./switch.scss";
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"deploy": "yarn build && node scripts/deploy.js"
},
"dependencies": {
"element3": "0.0.35",
"element3": "0.0.37",
"mitt": "^2.1.0",
"vue": "^3.0.4"
},
Expand Down

0 comments on commit 0e01023

Please sign in to comment.