From 9edd415036f156f1d4e9045c1ce2afce5c51dd69 Mon Sep 17 00:00:00 2001 From: Estevan Maito Date: Sat, 15 May 2021 13:10:30 +0200 Subject: [PATCH] Release 0.6.0-beta.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f36d475..33f2294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [0.6.0-beta.0](https://github.com/estevanmaito/windmill-react-ui/compare/0.5.1...0.6.0-beta.0) (2021-05-15) + + +### Bug Fixes + +* **dark theme:** add dark variants to tailwind ([6e0bcd3](https://github.com/estevanmaito/windmill-react-ui/commit/6e0bcd32688924584f0a3edcab6bb7b908c3dda4)) +* **dark theme:** fix focus ring for dark theme ([8095735](https://github.com/estevanmaito/windmill-react-ui/commit/8095735ab40b42b79ac0e8e5cbda695720dbdf72)) +* **dark theme:** use tailwind default `dark` class to apply theme ([4c42027](https://github.com/estevanmaito/windmill-react-ui/commit/4c420279078c7a75589fed5df3a458dbffbabd03)) +* **package.json:** add tailwind build before run storybook ([#37](https://github.com/estevanmaito/windmill-react-ui/issues/37)) ([6536826](https://github.com/estevanmaito/windmill-react-ui/commit/653682637554f175c7d9e0e8f7f81c3f854f2d0f)) + + +### Features + +* **dependencies:** upgrade dependencie ([0305963](https://github.com/estevanmaito/windmill-react-ui/commit/0305963609a958561223bb352ffbae856bda571a)) + + +### BREAKING CHANGES + +* **dependencies:** upgrade Tailwind to v2; remove multi-theme plugin; upgrade forms plugin; + ## [0.5.1](https://github.com/estevanmaito/windmill-react-ui/compare/0.5.0...0.5.1) (2021-02-06) - **forms**: fix prop extension to allow usage of element attributes eg. name, on `input`, `select` and `textarea`. diff --git a/package-lock.json b/package-lock.json index e816442..6f5634c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@windmill/react-ui", - "version": "0.5.1", + "version": "0.6.0-beta.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index add6641..f69f124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@windmill/react-ui", - "version": "0.5.1", + "version": "0.6.0-beta.0", "description": "React UI component library built with Tailwind CSS", "main": "dist/index.js", "files": [