From c06453b308ba140e245413f9bd7ff5d945ff1326 Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Fri, 10 Jul 2020 15:21:33 -0400 Subject: [PATCH] Publish v1.2.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 107e82b60e..4718655e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.2.1](https://github.com/react-bootstrap/react-bootstrap/compare/v1.2.0...v1.2.1) (2020-07-10) + + +### Bug Fixes + +* **Popover:** arrow offset when scrolling offscreen ([#5287](https://github.com/react-bootstrap/react-bootstrap/issues/5287)) ([0e86a51](https://github.com/react-bootstrap/react-bootstrap/commit/0e86a51b0680deeb1bb8a0361bb04a235cfc4e77)) + + + + + # [1.2.0](https://github.com/react-bootstrap/react-bootstrap/compare/v1.1.1...v1.2.0) (2020-07-10) diff --git a/package.json b/package.json index 4b8245b318..b87080da39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "1.2.0", + "version": "1.2.1", "description": "Bootstrap 4 components built with React", "repository": { "type": "git",