Skip to content

Commit

Permalink
release: v0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jan 7, 2021
1 parent f14eac9 commit c17555e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.37",
"version": "0.0.38",
"description": "A Component Library for Vue3",
"main": "dist/element3-ui.cjs.js",
"module": "dist/element3-ui.esm-bundler.js",
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.37",
"element3": "0.0.38",
"mitt": "^2.1.0",
"vue": "^3.0.4"
},
Expand Down

0 comments on commit c17555e

Please sign in to comment.