Skip to content

Commit f449e95

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.3...v2.1.0) (2020-12-05) ### Bug Fixes * use rAF instead of timeout to schedule unmount ([7f3c018](7f3c018)) ### Features * add sibling prop support ([767215b](767215b))
1 parent 7f3c018 commit f449e95

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.1.0](https://github.com/stipsan/react-spring-bottom-sheet/compare/v2.0.3...v2.1.0) (2020-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* use rAF instead of timeout to schedule unmount ([7f3c018](https://github.com/stipsan/react-spring-bottom-sheet/commit/7f3c0181a001a78aaad0d5318dfe9f8af15c3d05))
7+
8+
9+
### Features
10+
11+
* add sibling prop support ([767215b](https://github.com/stipsan/react-spring-bottom-sheet/commit/767215b60ea08dfabe90c4a7d5d5f2a85684064e))
12+
113
## [2.0.3](https://github.com/stipsan/react-spring-bottom-sheet/compare/v2.0.2...v2.0.3) (2020-12-05)
214

315

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
@@ -8,7 +8,7 @@
88
"bugs": {
99
"url": "https://github.com/stipsan/react-spring-bottom-sheet/issues"
1010
},
11-
"version": "2.0.3",
11+
"version": "2.1.0",
1212
"main": "dist/index.js",
1313
"module": "dist/index.es.js",
1414
"files": [

0 commit comments

Comments
 (0)