diff --git a/.changeset/eight-zoos-melt.md b/.changeset/eight-zoos-melt.md deleted file mode 100644 index c863ac061..000000000 --- a/.changeset/eight-zoos-melt.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'qwik-ui': patch ---- - -FIX: `qwik-ui.config.json` is generated at the root of the monorepo. - -Before it got created inside of the individual project, but it was wrong because we couldn't generate components in the right place or use the CLI from the root of the monorepo. \ No newline at end of file diff --git a/.changeset/real-chairs-tickle.md b/.changeset/real-chairs-tickle.md deleted file mode 100644 index 72cd906c8..000000000 --- a/.changeset/real-chairs-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/headless': patch ---- - -fix: collapsible trigger has correct label diff --git a/.changeset/soft-snakes-sniff.md b/.changeset/soft-snakes-sniff.md deleted file mode 100644 index 055f24522..000000000 --- a/.changeset/soft-snakes-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"qwik-ui": patch ---- - -FIX: cli not checking relative global.css correctly diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index dffb9b353..b0a304f73 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # qwik-ui +## 0.1.4 + +### Patch Changes + +- 🐞🩹 `qwik-ui.config.json` is generated at the root of the monorepo. (by [@shairez](https://github.com/shairez) in [#1009](https://github.com/qwikifiers/qwik-ui/pull/1009)) + + Before it got created inside of the individual project, but it was wrong because we couldn't generate components in the right place or use the CLI from the root of the monorepo. + +- 🐞🩹 cli not checking relative global.css correctly (by [@shairez](https://github.com/shairez) in [#1003](https://github.com/qwikifiers/qwik-ui/pull/1003)) + ## 0.1.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index d3255772a..acc0b0621 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "qwik-ui", - "version": "0.1.3", + "version": "0.1.4", "publishConfig": { "access": "public" }, diff --git a/packages/kit-headless/CHANGELOG.md b/packages/kit-headless/CHANGELOG.md index 8090e3918..ed80e3bfe 100644 --- a/packages/kit-headless/CHANGELOG.md +++ b/packages/kit-headless/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.3 + +### Patch Changes + +- 🐞🩹 collapsible trigger has correct label (by [@thejackshelton-kunaico](https://github.com/thejackshelton-kunaico) in [#1012](https://github.com/qwikifiers/qwik-ui/pull/1012)) + ## 0.6.2 ### Patch Changes diff --git a/packages/kit-headless/package.json b/packages/kit-headless/package.json index 29c85fba4..c83567145 100644 --- a/packages/kit-headless/package.json +++ b/packages/kit-headless/package.json @@ -1,6 +1,6 @@ { "name": "@qwik-ui/headless", - "version": "0.6.2", + "version": "0.6.3", "description": "Qwik UI headless components library", "publishConfig": { "access": "public"