Skip to content

Commit d8099e7

Browse files
Version Packages
1 parent 69785a8 commit d8099e7

File tree

11 files changed

+30
-31
lines changed

11 files changed

+30
-31
lines changed

.changeset/little-llamas-brake.md

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

.changeset/pink-pans-melt.md

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

.changeset/rich-windows-admire.md

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

.changeset/tiny-cups-teach.md

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

.changeset/twenty-spoons-fail.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# qwik-ui
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 now installing `tailwindcss-animate`, `class-variance-authority` (by [@shairez](https://github.com/shairez) in [#872](https://github.com/qwikifiers/qwik-ui/pull/872))
8+
and `@qwikest/icons` during the cli init
9+
310
## 0.1.0
411

512
### Minor Changes

packages/cli/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",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/kit-headless/CHANGELOG.md

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

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- Enable select item indicator styling by passing down properties (by [@juanpmarin](https://github.com/juanpmarin) in [#857](https://github.com/qwikifiers/qwik-ui/pull/857))
8+
9+
- We are adding the final set of popover tests. With this we should now have full coverage for both current and legacy browsers. (by [@cwoolum](https://github.com/cwoolum) in [#831](https://github.com/qwikifiers/qwik-ui/pull/831))
10+
11+
- 🐞🩹 Only run single modal close step (by [@RumNCodeDev](https://github.com/RumNCodeDev) in [#845](https://github.com/qwikifiers/qwik-ui/pull/845))
12+
13+
- Chromium 109-113 did not properly support the popover but reported that they did. This led to the polyfill not activating which caused our E2E tests to break. We are dropping down to Chromium 108 to validate the polyfill as users of Chrome would see it before the popover API was supported. (by [@cwoolum](https://github.com/cwoolum) in [#827](https://github.com/qwikifiers/qwik-ui/pull/827))
14+
315
## 0.4.4
416

517
### 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.4",
3+
"version": "0.4.5",
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.4",
26+
"@qwik-ui/headless": "0.4.5",
2727
"@qwik-ui/utils": "0.2.1"
2828
}
2929
}

0 commit comments

Comments
 (0)