Skip to content

Commit d5881d2

Browse files
chore: release 2.0.0 [skip ci]
# [2.0.0](v1.2.3...v2.0.0) (2021-04-29) ### Bug Fixes * add react ^17.0.0 as a peerDependency too ([5d9d15d](5d9d15d)) * trigger build with new credentials ([038f74d](038f74d)) * update CI to use node LTS ([3d58cb2](3d58cb2)) * update dependencies to fix vulnerabilities ([59c9a20](59c9a20)) ### Features * remove resize-observer-polyfill ([647ef28](647ef28)) ### BREAKING CHANGES * we do not include a polyfill for ResizeObserver by default anymore.
1 parent 3d58cb2 commit d5881d2

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [2.0.0](https://github.com/thomasthiebaud/react-use-size/compare/v1.2.3...v2.0.0) (2021-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* add react ^17.0.0 as a peerDependency too ([5d9d15d](https://github.com/thomasthiebaud/react-use-size/commit/5d9d15d15a66a711c7d65589bb1e99b0b98c1516))
7+
* trigger build with new credentials ([038f74d](https://github.com/thomasthiebaud/react-use-size/commit/038f74d04141779a88a30a5460cfc9c8ac3556c8))
8+
* update CI to use node LTS ([3d58cb2](https://github.com/thomasthiebaud/react-use-size/commit/3d58cb2c4d551ba7ab8cf944c6f204e96cbfb0b2))
9+
* update dependencies to fix vulnerabilities ([59c9a20](https://github.com/thomasthiebaud/react-use-size/commit/59c9a20de6026f172565dfc2bce25d8e0497dc44))
10+
11+
12+
### Features
13+
14+
* remove resize-observer-polyfill ([647ef28](https://github.com/thomasthiebaud/react-use-size/commit/647ef2836e8a9884142c90994607b774e7191336))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* we do not include a polyfill for ResizeObserver by default anymore.
20+
121
## [1.2.3](https://github.com/thomasthiebaud/react-use-size/compare/v1.2.2...v1.2.3) (2019-05-25)
222

323

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": "1.2.3",
3+
"version": "2.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)