Skip to content

Commit

Permalink
chore(daisy): release version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
@qwikifiers committed Feb 23, 2023
1 parent 24207e2 commit 832c711
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/daisy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.0.2](https://github.com/qwikifiers/qwik-ui/compare/daisy-0.0.1...daisy-0.0.2) (2023-02-23)


### Bug Fixes

* **accordion:** removed duplicate class in Accordion ([#192](https://github.com/qwikifiers/qwik-ui/issues/192)) ([08b6bc0](https://github.com/qwikifiers/qwik-ui/commit/08b6bc02eb7f6137cfd6c024a1af5b676bf580ef))
* deprecated useClientEffect$ and createContext hooks ([#187](https://github.com/qwikifiers/qwik-ui/issues/187)) ([ff6016f](https://github.com/qwikifiers/qwik-ui/commit/ff6016f88f19a6a0f915afe5f70f5576e3c3be1a))
* docs and website ([#172](https://github.com/qwikifiers/qwik-ui/issues/172)) ([8906771](https://github.com/qwikifiers/qwik-ui/commit/8906771d64f889c0d0e7a647e347378270e70fb4))
* remove warnings ([#182](https://github.com/qwikifiers/qwik-ui/issues/182)) ([befcbc5](https://github.com/qwikifiers/qwik-ui/commit/befcbc5509708a3c222a6a634cce4dc5bf93dfb4))


### Features

* **component:** add draft Popover component ([#140](https://github.com/qwikifiers/qwik-ui/issues/140)) ([15950fe](https://github.com/qwikifiers/qwik-ui/commit/15950fe87a23a35ce8d6a5d61a2599a2687abf7d))
* **component:** add new Progress Bar component ([#174](https://github.com/qwikifiers/qwik-ui/issues/174)) ([5bf8262](https://github.com/qwikifiers/qwik-ui/commit/5bf8262e86abd20590baa81cc69988dd5daf307b)), closes [#129](https://github.com/qwikifiers/qwik-ui/issues/129)
* **component:** add radio component ([#178](https://github.com/qwikifiers/qwik-ui/issues/178)) ([35b7a60](https://github.com/qwikifiers/qwik-ui/commit/35b7a60ceda6233587fe4f6ffe2b187e7ef5757e)), closes [#128](https://github.com/qwikifiers/qwik-ui/issues/128)
* **component:** add the Accordion Component ([#176](https://github.com/qwikifiers/qwik-ui/issues/176)) ([523d19d](https://github.com/qwikifiers/qwik-ui/commit/523d19d124c245f3973b3b6ac0adbb82a6820e60)), closes [#126](https://github.com/qwikifiers/qwik-ui/issues/126)
* **component:** add the rating component ([#149](https://github.com/qwikifiers/qwik-ui/issues/149)) ([0c07dd9](https://github.com/qwikifiers/qwik-ui/commit/0c07dd993f7ea46dc93420625ca8bbb8c3dc2e69))
* **component:** added a Toast component that reads the label, the po… ([#157](https://github.com/qwikifiers/qwik-ui/issues/157)) ([019f7fa](https://github.com/qwikifiers/qwik-ui/commit/019f7fa1e72ef7bd85c19adec3184add33e55010))



## 0.0.1 (2023-02-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/daisy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/theme-daisy",
"version": "0.0.1",
"version": "0.0.2",
"description": "Qwik UI components library - daisy theme",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 832c711

Please # to comment.