From 41eb0d427c3c8568948ec47880af7cb473228215 Mon Sep 17 00:00:00 2001 From: Phoebe Gao Date: Tue, 26 Oct 2021 15:49:41 -0700 Subject: [PATCH] chore: release 8.10.1 (#2356) --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb5ad110..262b9564d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ +### [8.10.1](https://www.github.com/reactstrap/reactstrap/compare/v8.10.0...v8.10.1) (2021-10-26) + + +### Bug Fixes + +* **UncontrolledDropdown:** Fix onToggle - a consistent isOpen value ([ee54164](https://www.github.com/reactstrap/reactstrap/commit/ee54164a142c9ae4d43a2a8db4f6a5c088b4eff9)) + ## [8.8.1](https://github.com/reactstrap/reactstrap/compare/8.8.0...8.8.1) (2020-12-29) @@ -1663,4 +1670,3 @@ custom elements should render their html “tags”. * **Buttons:** support block level buttons ([f9cf8db](https://github.com/reactstrap/reactstrap/commit/f9cf8db)) * **Dropdowns:** add examples ([3d48e8c](https://github.com/reactstrap/reactstrap/commit/3d48e8c)) * **Dropdowns:** basic dropdown, toggle, menu & menu items ([750aaf9](https://github.com/reactstrap/reactstrap/commit/750aaf9)) - diff --git a/package.json b/package.json index d45f42863..031a857cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "8.10.0", + "version": "8.10.1", "description": "React Bootstrap 4 components", "main": "lib/index.js", "types": "es/index.d.ts",