Skip to content

Commit f7ef4b5

Browse files
committed
Release 0.5.0
1 parent ed2d9b1 commit f7ef4b5

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": "0.4.0"
44+
"react-hook-tracer": "0.5.0"
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": "0.4.0",
4+
"version": "0.5.0",
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
@@ -11382,7 +11382,7 @@ __metadata:
1138211382
eslint-config-react-app: ^7.0.1
1138311383
react: ^18.2.0
1138411384
react-dom: ^18.2.0
11385-
react-hook-tracer: 0.4.0
11385+
react-hook-tracer: 0.5.0
1138611386
react-scripts: 5.0.1
1138711387
typescript: ^4.8.4
1138811388
languageName: unknown
@@ -11407,7 +11407,7 @@ __metadata:
1140711407
languageName: unknown
1140811408
linkType: soft
1140911409

11410-
"react-hook-tracer@0.4.0, react-hook-tracer@workspace:packages/react-hook-tracer":
11410+
"react-hook-tracer@0.5.0, react-hook-tracer@workspace:packages/react-hook-tracer":
1141111411
version: 0.0.0-use.local
1141211412
resolution: "react-hook-tracer@workspace:packages/react-hook-tracer"
1141311413
dependencies:

0 commit comments

Comments
 (0)