From 65c66a1e1289b7660ed47f6e46d6cd01d176d620 Mon Sep 17 00:00:00 2001 From: Estevan Maito Date: Mon, 20 Jul 2020 17:09:58 -0300 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a2925..3a03d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index e8ce540..4c9813e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "windmill-react-ui", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f39177d..1c08d2b 100644 --- a/package.json +++ b/package.json @@ -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": [