Skip to content

Commit 4275e66

Browse files
committed
chore: changeset version and lib-helpers
1 parent c93161d commit 4275e66

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.changeset/neat-bottles-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.4
4+
5+
### Patch Changes
6+
7+
- fix: update DropdownItem and SidebarDropdownWrapper ([`c93161d02f18ec2f42cb77f808602661efa9312a`](https://github.com/shinokada/svelte-5-ui-lib/commit/c93161d02f18ec2f42cb77f808602661efa9312a))
8+
39
## 0.4.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-5-ui-lib",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "A UI library for Svelte 5.",
55
"license": "MIT",
66
"main": "dist/index.js",

src/lib/dropdown/DropdownItem.svelte

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
4343
## Props
4444
@props: children: Snippet;
45-
@props:aclass?: string | undefined;
46-
@props:href?: string | undefined;
47-
@props:activeclass?: string | undefined;
45+
@props:aclass?: string;
46+
@props:href?: string;
47+
@props:activeclass?: string;
48+
@props:liclass?: string;
4849
-->

0 commit comments

Comments
 (0)