Skip to content

Commit fc2b081

Browse files
author
sanguogege
committed
fix:
1 parent a4d29a0 commit fc2b081

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# solid-element-ui
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- fix:some
8+
39
## 0.2.3
410

511
### Patch Changes

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-element-ui",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"type": "module",
55
"license": "MIT",
66
"author": "sanguogege",
@@ -38,7 +38,7 @@
3838
"default": "./dist/index.js"
3939
},
4040
"./styles": "./src/index.css",
41-
"./index.css": "./dist/index.css"
41+
"./index.css": "./dist/index.css"
4242
},
4343
"source": "./src/index.tsx",
4444
"scripts": {

0 commit comments

Comments
 (0)