Skip to content

Commit a46c47f

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

5 files changed

Lines changed: 12 additions & 13 deletions

File tree

.changeset/ast-transform-aliased-imports.md

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

.changeset/bigint-depth-limit.md

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

packages/react-router-devtools/CHANGELOG.md

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

3+
## 6.2.1
4+
5+
### Patch Changes
6+
7+
- 933aad5: Fix AST transform to correctly handle aliased imports (#251)
8+
- 933aad5: Add depth limit and cycle detection to `convertBigIntToString` to prevent infinite recursion on circular or deeply nested objects (#250)
9+
310
## 6.0.1
411

512
### 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": "6.2.0",
5+
"version": "6.2.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.1",
26+
"react-router-devtools": "^6.2.1",
2727
"typescript": "^5.9.3",
2828
"vite": "^7.2.2",
2929
"vite-plugin-inspect": "^10.1.0",

0 commit comments

Comments
 (0)