Skip to content

Commit 6362003

Browse files
Version Packages
1 parent 7745021 commit 6362003

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/wicked-zoos-beg.md

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

packages/kit-headless/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.2
4+
5+
### Patch Changes
6+
7+
- ✨ accordion items can now open without a value using the `open` prop. use only in multiple mode. (by [@thejackshelton](https://github.com/thejackshelton) in [#803](https://github.com/qwikifiers/qwik-ui/pull/803))
8+
39
## 0.4.1
410

511
### Patch Changes

packages/kit-headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

packages/kit-styled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@builder.io/qwik": "^1.1.0"
2424
},
2525
"devDependencies": {
26-
"@qwik-ui/headless": "0.4.1",
26+
"@qwik-ui/headless": "0.4.2",
2727
"@qwik-ui/utils": "0.2.1"
2828
}
2929
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)