diff --git a/.changeset/brave-pots-help.md b/.changeset/brave-pots-help.md deleted file mode 100644 index b7c28f53c..000000000 --- a/.changeset/brave-pots-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/styled': patch ---- - -FEAT: The styled kit Tooltip component is now available. diff --git a/.changeset/dirty-foxes-glow.md b/.changeset/dirty-foxes-glow.md deleted file mode 100644 index 6fea9113e..000000000 --- a/.changeset/dirty-foxes-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/headless': patch ---- - -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. diff --git a/.changeset/fair-women-cover.md b/.changeset/fair-women-cover.md deleted file mode 100644 index f72eec1d8..000000000 --- a/.changeset/fair-women-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/styled': patch ---- - -FEAT: The styled kit Collapsible component is now available. diff --git a/.changeset/green-news-crash.md b/.changeset/green-news-crash.md deleted file mode 100644 index fd133054c..000000000 --- a/.changeset/green-news-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/styled': patch ---- - -FIX: 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 diff --git a/.changeset/tender-rocks-trade.md b/.changeset/tender-rocks-trade.md deleted file mode 100644 index d9c4e7434..000000000 --- a/.changeset/tender-rocks-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/styled': patch ---- - -FEAT: The styled kit Carousel component is now available. diff --git a/.changeset/tiny-beds-nail.md b/.changeset/tiny-beds-nail.md deleted file mode 100644 index a33c9e8ba..000000000 --- a/.changeset/tiny-beds-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/styled': patch ---- - -FEAT: The styled kit Dropdown component is now available. diff --git a/packages/cli/package.json b/packages/cli/package.json index 242667198..4df1ef58b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/kit-headless/CHANGELOG.md b/packages/kit-headless/CHANGELOG.md index f46aa61a4..a4f332633 100644 --- a/packages/kit-headless/CHANGELOG.md +++ b/packages/kit-headless/CHANGELOG.md @@ -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 diff --git a/packages/kit-headless/package.json b/packages/kit-headless/package.json index dc9d9cab9..bb3917ad7 100644 --- a/packages/kit-headless/package.json +++ b/packages/kit-headless/package.json @@ -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" diff --git a/packages/kit-styled/CHANGELOG.md b/packages/kit-styled/CHANGELOG.md index 8b3785c0f..8a32c6283 100644 --- a/packages/kit-styled/CHANGELOG.md +++ b/packages/kit-styled/CHANGELOG.md @@ -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 diff --git a/packages/kit-styled/package.json b/packages/kit-styled/package.json index 2bde06791..4213ab89e 100644 --- a/packages/kit-styled/package.json +++ b/packages/kit-styled/package.json @@ -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" @@ -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" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 91ac12311..9a0dd34ba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -307,7 +307,7 @@ importers: version: 17.7.2 devDependencies: '@qwik-ui/styled': - specifier: 0.3.1 + specifier: 0.3.2 version: link:../kit-styled prettier-2: specifier: npm:prettier@^2 @@ -341,7 +341,7 @@ importers: version: 1.14.1(vite@6.3.5(@types/node@22.15.29)(jiti@1.21.7)(sass@1.89.1)(yaml@2.8.0)) devDependencies: '@qwik-ui/headless': - specifier: ^0.6.7 + specifier: ^0.6.8 version: link:../kit-headless '@qwik-ui/utils': specifier: 0.3.2