Skip to content

Commit 5abf28c

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

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/eighty-wolves-think.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+
## 5.1.6
4+
5+
### Patch Changes
6+
7+
- 1e6279f: update docs
8+
39
## 5.1.5
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.5",
5+
"version": "5.1.6",
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"

0 commit comments

Comments
 (0)