We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d29a0 commit fc2b081Copy full SHA for fc2b081
packages/ui/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# solid-element-ui
2
3
+## 0.2.4
4
+
5
+### Patch Changes
6
7
+- fix:some
8
9
## 0.2.3
10
11
### Patch Changes
packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "solid-element-ui",
- "version": "0.2.3",
+ "version": "0.2.4",
"type": "module",
"license": "MIT",
"author": "sanguogege",
@@ -38,7 +38,7 @@
38
"default": "./dist/index.js"
39
},
40
"./styles": "./src/index.css",
41
- "./index.css": "./dist/index.css"
+ "./index.css": "./dist/index.css"
42
43
"source": "./src/index.tsx",
44
"scripts": {
0 commit comments