From 62584f28a1f67a4ab3d41379cdbeca23631ced28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:43:59 +0000 Subject: [PATCH] Version Packages --- .changeset/light-fans-grow.md | 5 ----- .changeset/violet-doodles-travel.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 4 ++-- packages/kit-styled/CHANGELOG.md | 7 ++++++- packages/kit-styled/package.json | 2 +- pnpm-lock.yaml | 2 +- 7 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/light-fans-grow.md delete mode 100644 .changeset/violet-doodles-travel.md diff --git a/.changeset/light-fans-grow.md b/.changeset/light-fans-grow.md deleted file mode 100644 index 5fcff6e9c..000000000 --- a/.changeset/light-fans-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/styled': patch ---- - -fix: The styled carousel types now use the "type" keyword diff --git a/.changeset/violet-doodles-travel.md b/.changeset/violet-doodles-travel.md deleted file mode 100644 index de0b22a70..000000000 --- a/.changeset/violet-doodles-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'qwik-ui': patch ---- - -fix: the cli now supports handling tailwind import with simple quotes diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b42114a2f..3295b935a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # qwik-ui +## 0.4.3 + +### Patch Changes + +- 🐞🩹 the cli now supports handling tailwind import with simple quotes (by [@maiieul](https://github.com/maiieul) in [#1153](https://github.com/qwikifiers/qwik-ui/pull/1153)) + ## 0.4.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 891c04dce..8696430e8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "qwik-ui", - "version": "0.4.2", + "version": "0.4.3", "publishConfig": { "access": "public" }, @@ -19,7 +19,7 @@ "yargs": "17.7.2" }, "devDependencies": { - "@qwik-ui/styled": "0.4.0", + "@qwik-ui/styled": "0.4.1", "prettier-2": "npm:prettier@^2" }, "type": "commonjs", diff --git a/packages/kit-styled/CHANGELOG.md b/packages/kit-styled/CHANGELOG.md index c420dc720..faaa83459 100644 --- a/packages/kit-styled/CHANGELOG.md +++ b/packages/kit-styled/CHANGELOG.md @@ -1,5 +1,11 @@ # @qwik-ui/styled +## 0.4.1 + +### Patch Changes + +- 🐞🩹 The styled carousel types now use the "type" keyword (by [@maiieul](https://github.com/maiieul) in [#1154](https://github.com/qwikifiers/qwik-ui/pull/1154)) + ## 0.4.0 ### Minor Changes @@ -7,7 +13,6 @@ - ✨ Qwik UI has now fully migrated and updated the global.css config and components to use tailwind v4. You can copy/paste the components into your project(s) or use the CLI. (by [@maiieul](https://github.com/maiieul) in [#1122](https://github.com/qwikifiers/qwik-ui/pull/1122)) ## Migration guide: - - Make sure to commit any changes before you start the steps below - Run the `npx @tailwindcss/upgrade` script and let it do most of the work for you - Remove your tailwind.config.cjs and postcss.config.cjs diff --git a/packages/kit-styled/package.json b/packages/kit-styled/package.json index d44525887..bab309a59 100644 --- a/packages/kit-styled/package.json +++ b/packages/kit-styled/package.json @@ -1,6 +1,6 @@ { "name": "@qwik-ui/styled", - "version": "0.4.0", + "version": "0.4.1", "description": "Qwik UI components library with styles", "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd1ea8997..a6ffe7e36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -316,7 +316,7 @@ importers: version: 17.7.2 devDependencies: '@qwik-ui/styled': - specifier: 0.4.0 + specifier: 0.4.1 version: link:../kit-styled prettier-2: specifier: npm:prettier@^2