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
7 changes: 0 additions & 7 deletions .changeset/eight-zoos-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-chairs-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-snakes-sniff.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# qwik-ui

## 0.1.4

### Patch Changes

- 🐞🩹 `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))

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.

- 🐞🩹 cli not checking relative global.css correctly (by [@shairez](https://github.com/shairez) in [#1003](https://github.com/qwikifiers/qwik-ui/pull/1003))

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qwik-ui",
"version": "0.1.3",
"version": "0.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/kit-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.3

### Patch Changes

- 🐞🩹 collapsible trigger has correct label (by [@thejackshelton-kunaico](https://github.com/thejackshelton-kunaico) in [#1012](https://github.com/qwikifiers/qwik-ui/pull/1012))

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/headless",
"version": "0.6.2",
"version": "0.6.3",
"description": "Qwik UI headless components library",
"publishConfig": {
"access": "public"
Expand Down
Loading