Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2022-11-11)

### Bug Fixes

* **checkbox :** add outline styles ([76b1487](76b1487))
* **checkbox :** type prop from component and remove unused import ([1049348](1049348))
* **Checkbox:** add indeterminate default value ([fca09a7](fca09a7))
* **Checkbox:** fix box shadow ([a76de56](a76de56))
* **Checkbox:** fix box shadow when checked ([62a2b86](62a2b86))
* **Checkbox:** fix change indeterminate state ([9a4d57e](9a4d57e))
* **Checkbox:** fix props ([4b18dc3](4b18dc3))
* **checkbox:** fix some styles and add interactions in storybook ([6f77205](6f77205))
* **Checkbox:** fix typing Checkbox ([b4bc4af](b4bc4af))
* **checkbox:** type after rest props ([22999dc](22999dc))

### Features

* **checkbox:** add checkbox component ([4ea2b88](4ea2b88))
* **checkbox:** add cursor pointer ([81dd872](81dd872))
  • Loading branch information
semantic-release-bot committed Nov 11, 2022
1 parent ea6e23e commit 189eca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@landbot/lui",
"version": "1.8.0",
"version": "1.9.0",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 189eca6

Please sign in to comment.