Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/light-fans-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-doodles-travel.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qwik-ui",
"version": "0.4.2",
"version": "0.4.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion packages/kit-styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# @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

- ✨ 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
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-styled/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.