Skip to content

Commit 65383b3

Browse files
chore(release): 2.2.7 [skip ci]
## [2.2.7](v2.2.6...v2.2.7) (2020-12-19) ### Bug Fixes * dragging can overshoot if onDismiss is undefined ([#43](#43)) ([549ab30](549ab30))
1 parent 549ab30 commit 65383b3

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.2.7](https://github.com/stipsan/react-spring-bottom-sheet/compare/v2.2.6...v2.2.7) (2020-12-19)
2+
3+
4+
### Bug Fixes
5+
6+
* dragging can overshoot if onDismiss is undefined ([#43](https://github.com/stipsan/react-spring-bottom-sheet/issues/43)) ([549ab30](https://github.com/stipsan/react-spring-bottom-sheet/commit/549ab30be66dd138fb59a9bf869eb77002349b6f))
7+
18
## [2.2.6](https://github.com/stipsan/react-spring-bottom-sheet/compare/v2.2.5...v2.2.6) (2020-12-08)
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
@@ -8,7 +8,7 @@
88
"bugs": {
99
"url": "https://github.com/stipsan/react-spring-bottom-sheet/issues"
1010
},
11-
"version": "2.2.6",
11+
"version": "2.2.7",
1212
"main": "dist/index.js",
1313
"module": "dist/index.es.js",
1414
"files": [

0 commit comments

Comments
 (0)