Skip to content

Commit 1b9d75b

Browse files
Version Packages (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79806d0 commit 1b9d75b

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

.changeset/happy-moments-rhyme.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-jitter
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 79806d0: Adds support for detecting mocked hooks when using react-jitter in a testing environment
8+
39
## 0.3.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jitter",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A developer tool for debugging React performance issues caused by hook changes and component re-renders.",
55
"exports": {
66
".": {

runtime/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-jitter-runtime
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 79806d0: Adds support for detecting mocked hooks when using react-jitter in a testing environment
8+
39
## 0.4.0
410

511
### Minor Changes

runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-jitter-runtime",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"sideEffects": false,
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)