Skip to content

Commit aa62068

Browse files
chore: release 5.0.0 [skip ci]
# [5.0.0](v4.0.0...v5.0.0) (2024-12-31) ### Features * drop react < 19 ([479a83c](479a83c)) ### BREAKING CHANGES * drop support for all react versions < 19. To use older versions of react stick with react-use-size < 5.
1 parent 479a83c commit aa62068

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.0.0](https://github.com/thomasthiebaud/react-use-size/compare/v4.0.0...v5.0.0) (2024-12-31)
2+
3+
4+
### Features
5+
6+
* drop react < 19 ([479a83c](https://github.com/thomasthiebaud/react-use-size/commit/479a83ca225a447ebfc72114439eb402894d2e42))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* drop support for all react versions < 19.
12+
To use older versions of react stick with react-use-size < 5.
13+
114
# [4.0.0](https://github.com/thomasthiebaud/react-use-size/compare/v3.0.4...v4.0.0) (2024-12-08)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-size",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "React hooks to measure things",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)