Skip to content

Commit

Permalink
Version Packages (#1008)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 18, 2024
1 parent 5bad4eb commit 6f404f5
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
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

0 comments on commit 6f404f5

Please sign in to comment.