We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c53ad commit db41f07Copy full SHA for db41f07
2 files changed
README.md
@@ -132,5 +132,5 @@ npm install --save jquery
132
[CHANGELOG]: ./CHANGELOG.md
133
134
[LICENSE]: ./LICENSE.md
135
-[version-badge]: https://img.shields.io/badge/version-0.0.11-blue.svg
+[version-badge]: https://img.shields.io/badge/version-0.0.12-blue.svg
136
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-notification-alert",
3
- "version": "0.0.11",
+ "version": "0.0.12",
4
"description": "React bootstrap 4 notification alert",
5
"main": "dist/index.js",
6
"scripts": {
@@ -49,6 +49,6 @@
49
},
50
"peerDependencies": {
51
"react": "16.x.x",
52
- "reactstrap": "7.x.x"
+ "reactstrap": "8.x.x"
53
}
54
0 commit comments