Skip to content

Commit c7d8196

Browse files
authored
Bump to 3.0.1-0 (#53)
* 3.0.0 * 3.0.1-0
1 parent e7d148e commit c7d8196

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2020-06-21
11+
1012
### Breaking changes
1113

1214
- `scrollToBottom`/`scrollToEnd`/`scrollToStart`/`scrollToTop` now accept an option `{ behavior: 'auto' | 'smooth' }`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Try out the demo at [https://compulim.github.io/react-scroll-to-bottom/](https:/
1010

1111
# Breaking changes
1212

13-
## Upcoming
13+
## [3.0.0] - 2020-06-21
1414

1515
- `scrollToBottom`/`scrollToEnd`/`scrollToStart`/`scrollToTop` now accept an option `{ behavior: 'auto' | 'smooth' }`
1616
- Without the option, it is by default to artificial smooth scrolling (`smooth`), to keep existing behavior

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-scroll-to-bottom",
3-
"version": "2.0.1-0",
3+
"version": "3.0.1-0",
44
"description": "React container that will auto scroll to bottom",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)