Skip to content

Commit 67b94a4

Browse files
Merge pull request #708 from qwikifiers/changeset-release/main
Version Packages
2 parents 51d1a7f + 593dda9 commit 67b94a4

File tree

6 files changed

+135
-21
lines changed

6 files changed

+135
-21
lines changed

.changeset/blue-spiders-flash.md

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

.changeset/breezy-crabs-film.md

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

packages/kit-headless/CHANGELOG.md

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

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 race condition in the popover when programmatically opening on supported browsers (by [@thejackshelton](https://github.com/thejackshelton) in [#716](https://github.com/qwikifiers/qwik-ui/pull/716))
8+
9+
- ✨ Adding the bind:open signal prop to the select component can now reactively control the select listbox open state (by [@thejackshelton](https://github.com/thejackshelton) in [#707](https://github.com/qwikifiers/qwik-ui/pull/707))
10+
311
## 0.3.6
412

513
### 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.3.6",
3+
"version": "0.3.7",
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
@@ -18,7 +18,7 @@
1818
"@builder.io/qwik": "^1.1.0"
1919
},
2020
"devDependencies": {
21-
"@qwik-ui/headless": "0.3.6",
21+
"@qwik-ui/headless": "0.3.7",
2222
"@qwik-ui/utils": "0.2.1"
2323
}
2424
}

0 commit comments

Comments
 (0)