From 37c043c7097819cfe4a1d2aefefcb8156b546434 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Dec 2018 10:21:01 +0000 Subject: [PATCH] chore(release): 1.0.8 [skip ci] ## [1.0.8](https://github.com/bootstrap-styled/rsg-components/compare/v1.0.7...v1.0.8) (2018-12-03) ### Bug Fixes * **dependencies:** Upgrade bootstrap-styled to 2.1.2 ([695d635](https://github.com/bootstrap-styled/rsg-components/commit/695d635)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbda32b..88212ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.8](https://github.com/bootstrap-styled/rsg-components/compare/v1.0.7...v1.0.8) (2018-12-03) + + +### Bug Fixes + +* **dependencies:** Upgrade bootstrap-styled to 2.1.2 ([695d635](https://github.com/bootstrap-styled/rsg-components/commit/695d635)) + ## [1.0.7](https://github.com/bootstrap-styled/rsg-components/compare/v1.0.6...v1.0.7) (2018-12-03) diff --git a/package.json b/package.json index 4036437..0f4cbac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/rsg-components", - "version": "1.0.7", + "version": "1.0.8", "description": "Create documentation layouts for your react-styleguidist using Bootstrap-Styled rsg-component. Boostrap Styled rsg-components use the @bootstrap-styled/v4 for recreating the original rsg-components.", "main": "lib/index.js", "homepage": "https://bootstrap-styled.github.io/rsg-components",