Skip to content

Commit d2d96f3

Browse files
chore: release 2.1.0 [skip ci]
# [2.1.0](v2.0.4...v2.1.0) (2022-04-04) ### Features * add support for react 18 ([b612112](b612112))
1 parent b612112 commit d2d96f3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/thomasthiebaud/react-use-size/compare/v2.0.4...v2.1.0) (2022-04-04)
2+
3+
4+
### Features
5+
6+
* add support for react 18 ([b612112](https://github.com/thomasthiebaud/react-use-size/commit/b6121122594fec2e69a3902c7f36174f1103f7e5))
7+
18
## [2.0.4](https://github.com/thomasthiebaud/react-use-size/compare/v2.0.3...v2.0.4) (2021-09-27)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.0.4",
3+
"version": "2.1.0",
44
"description": "React hooks to measure things",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)