We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1c14d commit 422ec08Copy full SHA for 422ec08
lerna.json
@@ -2,6 +2,6 @@
2
"packages": [
3
"packages/*"
4
],
5
- "version": "0.0.1",
+ "version": "0.0.2",
6
"npmClient": "yarn"
7
}
packages/button/package.json
@@ -1,7 +1,7 @@
1
{
"private": true,
"name": "button",
"description": "Button 组件",
"keywords": [
"button"
@@ -27,7 +27,7 @@
27
"serve": "vite preview"
28
},
29
"dependencies": {
30
- "icon": "^0.0.1",
+ "icon": "^0.0.2",
31
"vue": "^3.0.5"
32
33
"devDependencies": {
packages/icon/package.json
"name": "icon",
"description": "Icon 组件",
"icon"
0 commit comments