From e9d02f7f3b1c503919f017a229bf76ce13facf36 Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Sun, 12 Jul 2020 14:07:50 -0400 Subject: [PATCH] Publish v1.2.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4718655e3b..ebff5a59ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.2.2](https://github.com/react-bootstrap/react-bootstrap/compare/v1.2.1...v1.2.2) (2020-07-12) + + +### Bug Fixes + +* form file exports ([01ca9fc](https://github.com/react-bootstrap/react-bootstrap/commit/01ca9fca4703b148ed686f025b0dfd8fedadb97e)) +* Various types ([321ca96](https://github.com/react-bootstrap/react-bootstrap/commit/321ca961cca3aa006ad38dfeafbf558ef395e688)) +* **TabPane:** Remove BS3 bsClass prop ([c671f0c](https://github.com/react-bootstrap/react-bootstrap/commit/c671f0c03b9cf8a8332c8bad08d9818b164f3dc9)) + + + + + ## [1.2.1](https://github.com/react-bootstrap/react-bootstrap/compare/v1.2.0...v1.2.1) (2020-07-10) diff --git a/package.json b/package.json index b87080da39..f72a467584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "1.2.1", + "version": "1.2.2", "description": "Bootstrap 4 components built with React", "repository": { "type": "git",