Skip to content

Commit 582c48c

Browse files
Version Packages
1 parent f4940a0 commit 582c48c

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

.changeset/six-cheetahs-bow.md

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

.changeset/thirty-carrots-sip.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.8
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 popover opening immediately in CSR (by [@thejackshelton](https://github.com/thejackshelton) in [#717](https://github.com/qwikifiers/qwik-ui/pull/717))
8+
9+
- 🐞🩹 regression with popover polyfill executing unnecessary code (by [@thejackshelton](https://github.com/thejackshelton) in [#717](https://github.com/qwikifiers/qwik-ui/pull/717))
10+
311
## 0.3.7
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.7",
3+
"version": "0.3.8",
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.7",
21+
"@qwik-ui/headless": "0.3.8",
2222
"@qwik-ui/utils": "0.2.1"
2323
}
2424
}

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)