Skip to content

Commit e3108d8

Browse files
committed
Release 1.2.0
1 parent 25266ab commit e3108d8

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.1.0"
44+
"react-hook-tracer": "1.2.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": "1.1.0",
4+
"version": "1.2.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
@@ -11587,7 +11587,7 @@ __metadata:
1158711587
eslint-config-react-app: ^7.0.1
1158811588
react: ^18.2.0
1158911589
react-dom: ^18.2.0
11590-
react-hook-tracer: 1.1.0
11590+
react-hook-tracer: 1.2.0
1159111591
react-scripts: 5.0.1
1159211592
typescript: ^4.8.4
1159311593
languageName: unknown
@@ -11612,7 +11612,7 @@ __metadata:
1161211612
languageName: unknown
1161311613
linkType: soft
1161411614

11615-
"react-hook-tracer@1.1.0, react-hook-tracer@workspace:packages/react-hook-tracer":
11615+
"react-hook-tracer@1.2.0, react-hook-tracer@workspace:packages/react-hook-tracer":
1161611616
version: 0.0.0-use.local
1161711617
resolution: "react-hook-tracer@workspace:packages/react-hook-tracer"
1161811618
dependencies:

0 commit comments

Comments
 (0)