We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b65e34d + 93e2c83 commit 50dbf00Copy full SHA for 50dbf00
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.0.13
2
+### Fixed:
3
+- Fixed react version issue
4
+
5
## v0.0.12
6
### Updated:
7
- Updated README.md's 'How to use' section to be more clear and consise. Also added further context to Default Config.
package.json
@@ -1,6 +1,6 @@
{
"name": "nextjs-progressbar",
- "version": "0.0.12",
+ "version": "0.0.13",
"description": "Nprogress component for Next.js app.",
"main": "index.js",
"types": "index.d.ts",
@@ -30,7 +30,7 @@
30
},
31
"peerDependencies": {
32
"next": ">= 6.0.0 <=12.x.x",
33
- "react": ">= 16.0.0 < 17.x.x"
+ "react": ">= 16.0.0 <= 17.x.x"
34
35
"devDependencies": {
36
"@babel/cli": "^7.10.5",
0 commit comments