Skip to content

Commit 32de594

Browse files
Version Packages (#1143)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b25878 commit 32de594

File tree

9 files changed

+26
-14
lines changed

9 files changed

+26
-14
lines changed

.changeset/chatty-gifts-tease.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# qwik-ui
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6b25878`](https://github.com/qwikifiers/qwik-ui/commit/6b25878e1f40ce83044c7ed3e7baef83300718de)]:
8+
- @qwik-ui/utils@0.3.3
9+
310
## 0.4.0
411

512
### Minor Changes
613

714
- ✨ 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))
815

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

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.0",
3+
"version": "0.4.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@clack/prompts": "^0.7.0",
1515
"@nx/devkit": "21.1.2",
16-
"@qwik-ui/utils": "0.3.2",
16+
"@qwik-ui/utils": "0.3.3",
1717
"ansis": "2.3.0",
1818
"tslib": "^2.3.0",
1919
"yargs": "17.7.2"

packages/kit-styled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@qwik-ui/headless": "^0.7.3",
28-
"@qwik-ui/utils": "0.3.2"
28+
"@qwik-ui/utils": "0.3.3"
2929
},
3030
"sideEffects": false
3131
}

packages/themes/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 the cli with tailwind v4 was not working because it was using outdated versions of its dependencies. It should now work normally. (by [@maiieul](https://github.com/maiieul) in [#1142](https://github.com/qwikifiers/qwik-ui/pull/1142))
8+
39
## 0.1.2
410

511
### Patch Changes

packages/themes/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/themes",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Qwik UI themes",
55
"publishConfig": {
66
"access": "public"

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Patch Changes
66

7+
- 🐞🩹 the cli with tailwind v4 was not working because it was using outdated versions of its dependencies. It should now work normally. (by [@maiieul](https://github.com/maiieul) in [#1142](https://github.com/qwikifiers/qwik-ui/pull/1142))
8+
9+
## 0.3.3
10+
11+
### Patch Changes
12+
713
- 🐞🩹 all @qwik-ui packages are now side effect free. This cleans up the consumers bundle-graphs of unnecessary static imports, preventing any likelyhood of over-preloading. (by [@maiieul](https://github.com/maiieul) in [#1126](https://github.com/qwikifiers/qwik-ui/pull/1126))
814

915
## 0.3.2

packages/utils/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/utils",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Qwik UI Utils",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)