Skip to content

Commit 2f91a3d

Browse files
Version Packages (canary) (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 740536f commit 2f91a3d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"cuddly-melons-turn",
1111
"fresh-hounds-move",
1212
"good-vans-impress",
13+
"hungry-moons-serve",
1314
"icy-boats-make",
1415
"pink-pugs-eat",
1516
"tender-sites-occur",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# classic-react-hooks
22

3+
## 2.0.0-canary.9
4+
5+
### Minor Changes
6+
7+
- e73af53: Feat: Introduce `layoutEffect` boolean prop in use-event-listener hook to pickup `useEffect` between `useLayoutEffect`. By default `useEffect` hook will be used.
8+
Feat: Using layoutEffect for use-window-resize hook.
9+
310
## 2.0.0-canary.8
411

512
### 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": "classic-react-hooks",
3-
"version": "2.0.0-canary.8",
3+
"version": "2.0.0-canary.9",
44
"description": "A great collection of React utility hooks",
55
"keywords": [
66
"classic-react-hooks",

0 commit comments

Comments
 (0)