Skip to content

Commit 1e6bba4

Browse files
Release v7.1.0
1 parent 329f784 commit 1e6bba4

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v7.1.0](https://github.com/tanem/react-nprogress/tree/v7.1.0) (2026-08-01)
4+
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v7.0.0...v7.1.0)
5+
6+
#### :rocket: Enhancement
7+
8+
- [#3025](https://github.com/tanem/react-nprogress/pull/3025) Match nprogress timing more closely ([@tanem](https://github.com/tanem))
9+
10+
#### :house: Internal
11+
12+
- [#3024](https://github.com/tanem/react-nprogress/pull/3024) Fix the Next examples on CodeSandbox ([@tanem](https://github.com/tanem))
13+
- [#3023](https://github.com/tanem/react-nprogress/pull/3023) Fix the CodeSandbox setup failure in the examples ([@tanem](https://github.com/tanem))
14+
315
## [v7.0.0](https://github.com/tanem/react-nprogress/tree/v7.0.0) (2026-07-31)
416
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v6.0.4...v7.0.0)
517

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanem/react-nprogress",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "A React primitive for building slim progress bars.",
55
"type": "commonjs",
66
"exports": {

0 commit comments

Comments
 (0)