Skip to content

Commit b2d425b

Browse files
Release v5.0.61
1 parent d23cd84 commit b2d425b

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v5.0.61](https://github.com/tanem/react-nprogress/tree/v5.0.61) (2026-02-15)
4+
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v5.0.60...v5.0.61)
5+
6+
#### :house: Internal
7+
8+
- [#2997](https://github.com/tanem/react-nprogress/pull/2997) Pin dependencies ([@renovate[bot]](https://github.com/apps/renovate))
9+
- [#2996](https://github.com/tanem/react-nprogress/pull/2996) Update examples, migrate them to Vite and trim legacy routers ([@tanem](https://github.com/tanem))
10+
- [#2995](https://github.com/tanem/react-nprogress/pull/2995) Modernise tooling configuration ([@tanem](https://github.com/tanem))
11+
- [#2994](https://github.com/tanem/react-nprogress/pull/2994) Update dependency @mui/material to v7.3.8 ([@renovate[bot]](https://github.com/apps/renovate))
12+
- [#2993](https://github.com/tanem/react-nprogress/pull/2993) Update dependency @types/react to v19.2.14 ([@renovate[bot]](https://github.com/apps/renovate))
13+
- [#2992](https://github.com/tanem/react-nprogress/pull/2992) Update dependency @types/node to v24.10.13 ([@renovate[bot]](https://github.com/apps/renovate))
14+
- [#2991](https://github.com/tanem/react-nprogress/pull/2991) Update typescript-eslint monorepo to v8.55.0 ([@renovate[bot]](https://github.com/apps/renovate))
15+
- [#2990](https://github.com/tanem/react-nprogress/pull/2990) Update dependency tanem-scripts to v8.0.2 ([@renovate[bot]](https://github.com/apps/renovate))
16+
- [#2989](https://github.com/tanem/react-nprogress/pull/2989) Update dependency @types/node to v24.10.12 ([@renovate[bot]](https://github.com/apps/renovate))
17+
318
## [v5.0.60](https://github.com/tanem/react-nprogress/tree/v5.0.60) (2026-02-09)
419
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v5.0.59...v5.0.60)
520

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": "5.0.60",
3+
"version": "5.0.61",
44
"description": "A React primitive for building slim progress bars.",
55
"main": "dist/index.js",
66
"module": "dist/react-nprogress.esm.js",

0 commit comments

Comments
 (0)