Skip to content

Commit 6795d22

Browse files
Version Packages (#1155)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 158eb88 commit 6795d22

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed

.changeset/light-fans-grow.md

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

.changeset/violet-doodles-travel.md

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

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# qwik-ui
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 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))
8+
39
## 0.4.2
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-ui",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -19,7 +19,7 @@
1919
"yargs": "17.7.2"
2020
},
2121
"devDependencies": {
22-
"@qwik-ui/styled": "0.4.0",
22+
"@qwik-ui/styled": "0.4.1",
2323
"prettier-2": "npm:prettier@^2"
2424
},
2525
"type": "commonjs",

packages/kit-styled/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# @qwik-ui/styled
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 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))
8+
39
## 0.4.0
410

511
### Minor Changes
612

713
- ✨ 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))
814

915
## Migration guide:
10-
1116
- Make sure to commit any changes before you start the steps below
1217
- Run the `npx @tailwindcss/upgrade` script and let it do most of the work for you
1318
- Remove your tailwind.config.cjs and postcss.config.cjs

packages/kit-styled/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/styled",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Qwik UI components library with styles",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)