Skip to content

Commit f4b74ca

Browse files
RELEASING: Releasing 1 package(s) (#229)
Releases: react-router-devtools@5.1.5 [skip ci] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c186f8 commit f4b74ca

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

.changeset/little-moles-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"npm-run-all": "4.1.5",
8484
"playwright": "1.50.1",
8585
"prompt": "1.3.0",
86-
"react-router-devtools": "^5.1.3",
86+
"react-router-devtools": "^5.1.5",
8787
"tailwindcss": "4.0.9",
8888
"tsx": "4.19.2",
8989
"typescript": "^5.8.3",

packages/react-router-devtools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-router-devtools
22

3+
## 5.1.5
4+
5+
### Patch Changes
6+
7+
- 1c186f8: update documentation
8+
39
## 5.1.4
410

511
### Patch Changes

packages/react-router-devtools/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router-devtools",
33
"description": "Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools",
44
"author": "Alem Tuzlak",
5-
"version": "5.1.4",
5+
"version": "5.1.5",
66
"license": "MIT",
77
"keywords": [
88
"react-router",
@@ -59,7 +59,9 @@
5959
"require": "./dist/client.css"
6060
}
6161
},
62-
"files": ["dist"],
62+
"files": [
63+
"dist"
64+
],
6365
"repository": {
6466
"type": "git",
6567
"url": "git+https://github.com/forge-42/react-router-devtools.git"

test-apps/react-router-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "^19.1.2",
2424
"@types/react-dom": "^19.1.2",
2525
"eslint": "^9.19.0",
26-
"react-router-devtools": "^5.1.3",
26+
"react-router-devtools": "^5.1.5",
2727
"typescript": "^5.8.3",
2828
"vite": "^6.3.3",
2929
"vite-plugin-inspect": "^10.1.0",

0 commit comments

Comments
 (0)