From 3aa2f71bf299c1f68deb2045891f959d43a58b23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:07:27 +0000 Subject: [PATCH] chore(master): release 9.1.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b172ff953..5fb460a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -137,6 +137,13 @@ +## [9.1.11](https://github.com/reactstrap/reactstrap/compare/v9.1.10...v9.1.11) (2023-06-05) + + +### Bug Fixes + +* **#2662:** remove many instances of default props ([#2752](https://github.com/reactstrap/reactstrap/issues/2752)) ([b7d571c](https://github.com/reactstrap/reactstrap/commit/b7d571c777de6169de01da5cc14f2eb28988071a)) + ## [9.1.10](https://github.com/reactstrap/reactstrap/compare/v9.1.9...v9.1.10) (2023-05-13) diff --git a/package.json b/package.json index 5bd2876a2..c266dead9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "9.1.10", + "version": "9.1.11", "description": "React Bootstrap components", "source": "src/index.js", "main": "lib/index.js",