Skip to content

Commit 62d7c72

Browse files
RELEASING: Releasing 1 package(s) (#227)
Releases: [email protected] [skip ci] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 93aa064 commit 62d7c72

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.changeset/tall-items-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# react-router-devtools
2+
3+
## 5.1.4
4+
5+
### Patch Changes
6+
7+
- 80e6a83: Migrated documentation to our template

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.3",
5+
"version": "5.1.4",
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.4",
2727
"typescript": "^5.8.3",
2828
"vite": "^6.3.3",
2929
"vite-plugin-inspect": "^10.1.0",

0 commit comments

Comments
 (0)