Skip to content

Commit 3dcae5f

Browse files
Version Packages (#1077)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a36987f commit 3dcae5f

File tree

12 files changed

+26
-36
lines changed

12 files changed

+26
-36
lines changed

.changeset/brave-pots-help.md

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

.changeset/dirty-foxes-glow.md

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

.changeset/fair-women-cover.md

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

.changeset/green-news-crash.md

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

.changeset/tender-rocks-trade.md

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

.changeset/tiny-beds-nail.md

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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"yargs": "17.7.2"
2020
},
2121
"devDependencies": {
22-
"@qwik-ui/styled": "0.3.1",
22+
"@qwik-ui/styled": "0.3.2",
2323
"prettier-2": "npm:prettier@^2"
2424
},
2525
"type": "commonjs",

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.6.8
4+
5+
### Patch Changes
6+
7+
- We deprecated the Tabs shorthand API as it was less composable and more maintenance. We might add that API as copy/paste in the future. (by [@maiieul](https://github.com/maiieul) in [#995](https://github.com/qwikifiers/qwik-ui/pull/995))
8+
39
## 0.6.7
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.6.7",
3+
"version": "0.6.8",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

packages/kit-styled/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @qwik-ui/styled
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- ✨ The styled kit Tooltip component is now available. (by [@maiieul](https://github.com/maiieul) in [#1103](https://github.com/qwikifiers/qwik-ui/pull/1103))
8+
9+
- ✨ The styled kit Collapsible component is now available. (by [@maiieul](https://github.com/maiieul) in [#1102](https://github.com/qwikifiers/qwik-ui/pull/1102))
10+
11+
- 🐞🩹 global.css for correct Accordion data-open data-closed in animations, fix "leftover" styled Modal inlined tailwind to data-[open] data-[closed] from deprecated data-[state="open"] data=[state="closed"], and reflected the changes to the qwik-ui docs (by [@serbyxp](https://github.com/serbyxp) in [#1050](https://github.com/qwikifiers/qwik-ui/pull/1050))
12+
13+
- ✨ The styled kit Carousel component is now available. (by [@maiieul](https://github.com/maiieul) in [#1086](https://github.com/qwikifiers/qwik-ui/pull/1086))
14+
15+
- ✨ The styled kit Dropdown component is now available. (by [@maiieul](https://github.com/maiieul) in [#1103](https://github.com/qwikifiers/qwik-ui/pull/1103))
16+
317
## 0.3.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)