We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8ea66 commit 50ad6c7Copy full SHA for 50ad6c7
2 files changed
CHANGELOG.md
@@ -7,4 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [10.0.0] - 2026-02-24
11
+
12
- Added support for React 19
13
14
+[unreleased]: https://github.com/neolution-ch/reactstrap/compare/10.0.0...HEAD
15
+[10.0.0]: https://github.com/neolution-ch/reactstrap/compare/10.0.0-rc.0...10.0.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@neolution-ch/reactstrap",
3
- "version": "9.3.0",
+ "version": "10.0.0",
4
"description": "React Bootstrap components",
5
"source": "src/index.js",
6
"main": "lib/index.js",
0 commit comments