Skip to content

Version Packages #1077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-pots-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-foxes-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-women-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-news-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-rocks-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-beds-nail.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@qwik-ui/styled": "0.3.1",
"@qwik-ui/styled": "0.3.2",
"prettier-2": "npm:prettier@^2"
},
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/kit-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.8

### Patch Changes

- 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))

## 0.6.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/headless",
"version": "0.6.7",
"version": "0.6.8",
"description": "Qwik UI headless components library",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/kit-styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @qwik-ui/styled

## 0.3.2

### Patch Changes

- ✨ The styled kit Tooltip component is now available. (by [@maiieul](https://github.com/maiieul) in [#1103](https://github.com/qwikifiers/qwik-ui/pull/1103))

- ✨ The styled kit Collapsible component is now available. (by [@maiieul](https://github.com/maiieul) in [#1102](https://github.com/qwikifiers/qwik-ui/pull/1102))

- 🐞🩹 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))

- ✨ The styled kit Carousel component is now available. (by [@maiieul](https://github.com/maiieul) in [#1086](https://github.com/qwikifiers/qwik-ui/pull/1086))

- ✨ The styled kit Dropdown component is now available. (by [@maiieul](https://github.com/maiieul) in [#1103](https://github.com/qwikifiers/qwik-ui/pull/1103))

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kit-styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/styled",
"version": "0.3.1",
"version": "0.3.2",
"description": "Qwik UI components library with styles",
"publishConfig": {
"access": "public"
Expand All @@ -24,7 +24,7 @@
"@builder.io/qwik": ">=1.3.1"
},
"devDependencies": {
"@qwik-ui/headless": "^0.6.7",
"@qwik-ui/headless": "^0.6.8",
"@qwik-ui/utils": "0.3.2"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.