Skip to content

Commit 652cf68

Browse files
committed
fix: update DropdownItem and SidebarDropdownWrapper
1 parent 9cf4720 commit 652cf68

File tree

5 files changed

+124
-118
lines changed

5 files changed

+124
-118
lines changed

CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- fix: change snippet icon to iconSlot in SidebarDropdownWrapper
8+
39
## 0.4.2
410

511
### Patch Changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-5-ui-lib",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A UI library for Svelte 5.",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -64,7 +64,7 @@
6464
"prettier-plugin-svelte": "^3.2.2",
6565
"prettier-plugin-tailwindcss": "^0.5.13",
6666
"publint": "^0.1.16",
67-
"svelte": "5.0.0-next.90",
67+
"svelte": "5.0.0-next.93",
6868
"svelte-check": "^3.6.9",
6969
"svelte-flag-icons": "^1.0.3",
7070
"svelte-highlight": "^7.6.0",
@@ -73,7 +73,7 @@
7373
"tailwindcss": "^3.4.3",
7474
"tslib": "^2.6.2",
7575
"typescript": "^5.4.3",
76-
"vite": "^5.2.7"
76+
"vite": "^5.2.8"
7777
},
7878
"peerDependencies": {
7979
"@sveltejs/kit": "^2.0.0",

0 commit comments

Comments
 (0)