diff --git a/CHANGELOG.md b/CHANGELOG.md index a000d2d..a8d2a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.21](https://github.com/bootstrap-styled/ra-ui/compare/v1.0.20...v1.0.21) (2019-03-21) + + +### Bug Fixes + +* **dependencies:** upgrade all dependencies ([6d6cbce](https://github.com/bootstrap-styled/ra-ui/commit/6d6cbce)) + ## [1.0.20](https://github.com/bootstrap-styled/ra-ui/compare/v1.0.19...v1.0.20) (2019-03-18) diff --git a/package.json b/package.json index c829b32..844cb74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/ra-ui", - "version": "1.0.20", + "version": "1.0.21", "description": "UI components for react-admin", "main": "lib/index.js", "homepage": "https://bootstrap-styled.github.io/ra-ui",