Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
estevanmaito committed Jul 20, 2020
1 parent 4a3bc13 commit 65c66a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.2.0](https://github.com/estevanmaito/windmill-react-ui/compare/0.1.2...0.2.0) (2020-07-20)


### Bug Fixes

* **form:** fix 1px off input and select ([4a3bc13](https://github.com/estevanmaito/windmill-react-ui/commit/4a3bc133f7b81744f0869b65deb136d2ed5516d1))


### BREAKING CHANGES

* **form:** Regular Inputs and Selects had a height of 39px, which looked terrible when used
side-by-side with a regular button (38px height). Reducing the `line-height` to `leading-5` solved
it, and now regular inputs and selects have a 38px height.

## [0.1.2](https://github.com/estevanmaito/windmill-react-ui/compare/0.1.2-beta.0...0.1.2) (2020-07-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "windmill-react-ui",
"version": "0.1.2",
"version": "0.2.0",
"description": "React UI component library built with Tailwind CSS",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 65c66a1

Please sign in to comment.