Skip to content

Commit aef0fe8

Browse files
chore(release): 2.0.3 [skip ci]
## [2.0.3](v2.0.2...v2.0.3) (2020-12-05) ### Bug Fixes * add CSS sourcemap ([04bf99f](04bf99f)) * add keywords ([05f4399](05f4399)) * add more NaN type guards ([7664d1a](7664d1a)) * guard against NaN in minSnap and maxSnap handlers ([7dbf037](7dbf037)) * TS in microbundle breaks on [...(new Set)], swapping to Array.from ([2402b5a](2402b5a))
1 parent 7664d1a commit aef0fe8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.3](https://github.com/stipsan/react-spring-bottom-sheet/compare/v2.0.2...v2.0.3) (2020-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* add CSS sourcemap ([04bf99f](https://github.com/stipsan/react-spring-bottom-sheet/commit/04bf99f119f88cc49686b439cc3f31ec89b1041a))
7+
* add keywords ([05f4399](https://github.com/stipsan/react-spring-bottom-sheet/commit/05f43990d6527b50c2a38d94cdebcacf02826e1e))
8+
* add more NaN type guards ([7664d1a](https://github.com/stipsan/react-spring-bottom-sheet/commit/7664d1aad582f690554641ee841aae286865b60b))
9+
* guard against NaN in minSnap and maxSnap handlers ([7dbf037](https://github.com/stipsan/react-spring-bottom-sheet/commit/7dbf0370afe33b2c93aa91f49f794fb3a30b5a48))
10+
* TS in microbundle breaks on [...(new Set)], swapping to Array.from ([2402b5a](https://github.com/stipsan/react-spring-bottom-sheet/commit/2402b5adc6afa4759b6b3dd408b254b9d1693eeb))
11+
112
## [2.0.2](https://github.com/stipsan/react-spring-bottom-sheet/compare/v2.0.1...v2.0.2) (2020-12-05)
213

314

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.2",
11+
"version": "2.0.3",
1212
"main": "dist/index.js",
1313
"module": "dist/index.es.js",
1414
"files": [

0 commit comments

Comments
 (0)