Skip to content

Commit

Permalink
release: v0.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Dec 15, 2020
1 parent c1f1fd6 commit c604142
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.33",
"version": "0.0.34",
"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 @@ -15,7 +15,7 @@
"dev:play": "npm run build:file && cross-env NODE_ENV=development PLAY_ENV=true webpack-dev-server --config build/webpack.demo.js"
},
"dependencies": {
"element3": "^0.0.33",
"element3": "0.0.34",
"mitt": "^2.1.0",
"vue": "^3.0.4"
},
Expand Down

0 comments on commit c604142

Please sign in to comment.