Skip to content

Commit 313043c

Browse files
committed
Release 1.3.1
1 parent 868ccd1 commit 313043c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/react-hook-tracer-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"react": "^18.2.0",
4343
"react-dom": "^18.2.0",
44-
"react-hook-tracer": "1.3.0"
44+
"react-hook-tracer": "1.3.1"
4545
},
4646
"devDependencies": {
4747
"@testing-library/dom": "^8.19.0",

packages/react-hook-tracer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-hook-tracer",
33
"author": "Martijn Schrage (https://www.oblomov.com)",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"description": "See the order of hook-function calls in an interactive log, and inspect a function-component's props, state & refs inside its rendering.",
66
"license": "MIT",
77
"keywords": [

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11738,7 +11738,7 @@ __metadata:
1173811738
eslint-config-react-app: ^7.0.1
1173911739
react: ^18.2.0
1174011740
react-dom: ^18.2.0
11741-
react-hook-tracer: 1.3.0
11741+
react-hook-tracer: 1.3.1
1174211742
react-scripts: 5.0.1
1174311743
typescript: ^4.9.3
1174411744
languageName: unknown
@@ -11763,7 +11763,7 @@ __metadata:
1176311763
languageName: unknown
1176411764
linkType: soft
1176511765

11766-
"react-hook-tracer@1.3.0, react-hook-tracer@workspace:packages/react-hook-tracer":
11766+
"react-hook-tracer@1.3.1, react-hook-tracer@workspace:packages/react-hook-tracer":
1176711767
version: 0.0.0-use.local
1176811768
resolution: "react-hook-tracer@workspace:packages/react-hook-tracer"
1176911769
dependencies:

0 commit comments

Comments
 (0)