From 1e11e20739982b7af03ab327b45f0b7894321a51 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Jul 2020 06:54:56 +0000 Subject: [PATCH] chore(release): 2.0.0-rc.2 [skip ci] # [2.0.0-rc.2](https://github.com/brainhubeu/react-carousel/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2020-07-24) ### Bug Fixes * setting offset breaks "centered" plugin [#394](https://github.com/brainhubeu/react-carousel/issues/394) ([#618](https://github.com/brainhubeu/react-carousel/issues/618)) ([cfae59f](https://github.com/brainhubeu/react-carousel/commit/cfae59f46609b26441ceba0d910b1ef02c1f1c5c)) --- docs/CHANGELOG.md | 7 +++++++ react-carousel/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d2a435bd2..9d981db4a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.0.0-rc.2](https://github.com/brainhubeu/react-carousel/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2020-07-24) + + +### Bug Fixes + +* setting offset breaks "centered" plugin [#394](https://github.com/brainhubeu/react-carousel/issues/394) ([#618](https://github.com/brainhubeu/react-carousel/issues/618)) ([cfae59f](https://github.com/brainhubeu/react-carousel/commit/cfae59f46609b26441ceba0d910b1ef02c1f1c5c)) + # [2.0.0-rc.1](https://github.com/brainhubeu/react-carousel/compare/v1.0.1...v2.0.0-rc.1) (2020-07-24) diff --git a/react-carousel/package.json b/react-carousel/package.json index aabd905b7..9d346ac15 100644 --- a/react-carousel/package.json +++ b/react-carousel/package.json @@ -1,6 +1,6 @@ { "name": "@brainhubeu/react-carousel", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Carousel component for React", "engines": { "npm": ">=6.14.3"