Skip to content

Commit

Permalink
release: v0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Mar 29, 2021
1 parent 9f234e3 commit 0894910
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/element3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element3",
"version": "0.0.39",
"version": "0.0.40",
"description": "A Component Library for Vue3",
"main": "dist/element3-ui.cjs.js",
"module": "dist/element3-ui.esm-bundler.js",
Expand Down Expand Up @@ -54,9 +54,6 @@
"vue": "^3.0.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/vue": "^6.4.0",
"@types/testing-library__jest-dom": "^5.9.5",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
Expand All @@ -67,7 +64,10 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-replace": "^2.3.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/vue": "^6.4.0",
"@types/jest": "^26.0.18",
"@types/testing-library__jest-dom": "^5.9.5",
"@vue/babel-plugin-jsx": "^1.0.0-rc.4",
"@vue/compiler-sfc": "^3.0.7",
"@vue/test-utils": "^2.0.0-rc.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/element3/packages/theme-chalk/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@
@import "./radio.scss";
@import "./radioButton.scss";
@import "./radioGroup.scss";
@import "./rate.scss";
@import "./switch.scss";
@import "./tag.scss";
@import "./tree.scss";
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "node scripts/preview.js"
},
"dependencies": {
"element3": "0.0.39",
"element3": "0.0.40",
"mitt": "^2.1.0",
"vue": "^3.0.4"
},
Expand Down Expand Up @@ -76,4 +76,4 @@
"^.+\\.vue$": "vue-jest"
}
}
}
}

0 comments on commit 0894910

Please sign in to comment.