Skip to content

Commit 6f404f5

Browse files
Version Packages (#1008)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5bad4eb commit 6f404f5

File tree

7 files changed

+18
-19
lines changed

7 files changed

+18
-19
lines changed

.changeset/eight-zoos-melt.md

-7
This file was deleted.

.changeset/real-chairs-tickle.md

-5
This file was deleted.

.changeset/soft-snakes-sniff.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# qwik-ui
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 `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))
8+
9+
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.
10+
11+
- 🐞🩹 cli not checking relative global.css correctly (by [@shairez](https://github.com/shairez) in [#1003](https://github.com/qwikifiers/qwik-ui/pull/1003))
12+
313
## 0.1.3
414

515
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-ui",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"publishConfig": {
55
"access": "public"
66
},

packages/kit-headless/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 collapsible trigger has correct label (by [@thejackshelton-kunaico](https://github.com/thejackshelton-kunaico) in [#1012](https://github.com/qwikifiers/qwik-ui/pull/1012))
8+
39
## 0.6.2
410

511
### Patch Changes

packages/kit-headless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)