From 2c7aa792c06ac589ea3428c1d9263096ec283593 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Mar 2019 10:37:33 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/bootstrap-styled/react-admin/compare/v1.0.3...v1.0.4) (2019-03-11) ### Bug Fixes * **dependencies:** upgrade all dependencies ([c1ae668](https://github.com/bootstrap-styled/react-admin/commit/c1ae668)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6135c78..5f9e043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/bootstrap-styled/react-admin/compare/v1.0.3...v1.0.4) (2019-03-11) + + +### Bug Fixes + +* **dependencies:** upgrade all dependencies ([c1ae668](https://github.com/bootstrap-styled/react-admin/commit/c1ae668)) + ## [1.0.3](https://github.com/bootstrap-styled/react-admin/compare/v1.0.2...v1.0.3) (2019-03-04) diff --git a/package.json b/package.json index b3ef97b..4a49493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/react-admin", - "version": "1.0.3", + "version": "1.0.4", "description": "React Admin component for Bootstrap-Styled. It use UI from @bootstrap-styled/ra-ui", "main": "lib/index.js", "homepage": "https://bootstrap-styled.github.io/react-admin",