Skip to content

Commit 2e48ff7

Browse files
committed
Release 1.4.0
1 parent 3a3c7ab commit 2e48ff7

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
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"react": "^18.2.0",
3737
"react-dom": "^18.2.0",
38-
"react-hook-tracer": "1.3.1"
38+
"react-hook-tracer": "1.4.0"
3939
},
4040
"devDependencies": {
4141
"@testing-library/dom": "^9.2.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.1",
4+
"version": "1.4.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
@@ -12235,7 +12235,7 @@ __metadata:
1223512235
eslint-config-react-app: ^7.0.1
1223612236
react: ^18.2.0
1223712237
react-dom: ^18.2.0
12238-
react-hook-tracer: 1.3.1
12238+
react-hook-tracer: 1.4.0
1223912239
react-scripts: 5.0.1
1224012240
typescript: 4.9.3
1224112241
languageName: unknown
@@ -12260,7 +12260,7 @@ __metadata:
1226012260
languageName: unknown
1226112261
linkType: soft
1226212262

12263-
"react-hook-tracer@1.3.1, react-hook-tracer@workspace:packages/react-hook-tracer":
12263+
"react-hook-tracer@1.4.0, react-hook-tracer@workspace:packages/react-hook-tracer":
1226412264
version: 0.0.0-use.local
1226512265
resolution: "react-hook-tracer@workspace:packages/react-hook-tracer"
1226612266
dependencies:

0 commit comments

Comments
 (0)