Skip to content

Commit 812c695

Browse files
RELEASING: Releasing 1 package(s) (#241)
Releases: [email protected] [skip ci] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34e393d commit 812c695

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

.changeset/three-geese-cross.md

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

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+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- 34e393d: Bump versions
8+
39
## 6.0.0
410

511
### Major 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": "6.0.0",
5+
"version": "6.0.1",
66
"license": "MIT",
77
"keywords": [
88
"react-router",
@@ -55,7 +55,9 @@
5555
"default": "./dist/server.js"
5656
}
5757
},
58-
"files": ["dist"],
58+
"files": [
59+
"dist"
60+
],
5961
"repository": {
6062
"type": "git",
6163
"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": "^6.0.0",
26+
"react-router-devtools": "^6.0.1",
2727
"typescript": "^5.9.3",
2828
"vite": "^7.2.2",
2929
"vite-plugin-inspect": "^10.1.0",

0 commit comments

Comments
 (0)