diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6b8b3..3d86b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.4.1](https://github.com/estevanmaito/windmill-react-ui/compare/0.4.0...0.4.1) (2020-11-08) + + +### Bug Fixes + +* **alert:** actually export the Alert ([ccade2c](https://github.com/estevanmaito/windmill-react-ui/commit/ccade2c73fadf6ad620e249a7850b21725aa320c)) +* **pagination:** fix pagination update when totalResults or resultsPerPage change ([fbedd18](https://github.com/estevanmaito/windmill-react-ui/commit/fbedd18572d64cbbc5d292d7cb8ffc0636e9ef29)) + # [0.4.0](https://github.com/estevanmaito/windmill-react-ui/compare/0.3.1...0.4.0) (2020-11-08) ### Features diff --git a/package-lock.json b/package-lock.json index c58d5b6..f856f56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@windmill/react-ui", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7d40131..7051e6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@windmill/react-ui", - "version": "0.4.0", + "version": "0.4.1", "description": "React UI component library built with Tailwind CSS", "main": "dist/index.js", "files": [