From 61d1c703f1fb042bf5baf724d55975618f209f14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Sep 2019 23:25:14 +0000 Subject: [PATCH] chore(release): 2.1.5 [skip ci] ## [2.1.5](https://github.com/bootstrap-styled/rsg-components/compare/v2.1.4...v2.1.5) (2019-09-29) ### Bug Fixes * **react-styleguidist:** downgrade and fixed react-styleguidist version to v9.1.2 ([74da5b0](https://github.com/bootstrap-styled/rsg-components/commit/74da5b0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d83413..f6d1176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.5](https://github.com/bootstrap-styled/rsg-components/compare/v2.1.4...v2.1.5) (2019-09-29) + + +### Bug Fixes + +* **react-styleguidist:** downgrade and fixed react-styleguidist version to v9.1.2 ([74da5b0](https://github.com/bootstrap-styled/rsg-components/commit/74da5b0)) + ## [2.1.4](https://github.com/bootstrap-styled/rsg-components/compare/v2.1.3...v2.1.4) (2019-09-26) diff --git a/package.json b/package.json index 522d015..4c120e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/rsg-components", - "version": "2.1.4", + "version": "2.1.5", "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",