Skip to content

Commit 84a685a

Browse files
committed
Release 1.3.0
1 parent aad4023 commit 84a685a

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.2.0"
44+
"react-hook-tracer": "1.3.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.2.0",
4+
"version": "1.3.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
@@ -11596,7 +11596,7 @@ __metadata:
1159611596
eslint-config-react-app: ^7.0.1
1159711597
react: ^18.2.0
1159811598
react-dom: ^18.2.0
11599-
react-hook-tracer: 1.2.0
11599+
react-hook-tracer: 1.3.0
1160011600
react-scripts: 5.0.1
1160111601
typescript: ^4.8.4
1160211602
languageName: unknown
@@ -11621,7 +11621,7 @@ __metadata:
1162111621
languageName: unknown
1162211622
linkType: soft
1162311623

11624-
"react-hook-tracer@1.2.0, react-hook-tracer@workspace:packages/react-hook-tracer":
11624+
"react-hook-tracer@1.3.0, react-hook-tracer@workspace:packages/react-hook-tracer":
1162511625
version: 0.0.0-use.local
1162611626
resolution: "react-hook-tracer@workspace:packages/react-hook-tracer"
1162711627
dependencies:

0 commit comments

Comments
 (0)