Skip to content

Commit 12f16e8

Browse files
Version Packages
1 parent f75773c commit 12f16e8

File tree

5 files changed

+35
-43
lines changed

5 files changed

+35
-43
lines changed

.changeset/dirty-foxes-glow.md

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

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.7.0
4+
5+
### Minor 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.7.0",
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
@@ -24,7 +24,7 @@
2424
"@builder.io/qwik": ">=1.3.1"
2525
},
2626
"devDependencies": {
27-
"@qwik-ui/headless": "^0.6.7",
27+
"@qwik-ui/headless": "^0.7.0",
2828
"@qwik-ui/utils": "0.3.2"
2929
}
3030
}

pnpm-lock.yaml

Lines changed: 27 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)