Skip to content

Commit 60cfde3

Browse files
authored
Bump 1.3.1-0 (#9)
* 1.3.0 * 1.3.0 * 1.3.1-0
1 parent da00208 commit 60cfde3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.3.0] - 2019-01-21
810
### Changed
911
- Playground: bumped to `[email protected]`, `[email protected]`, and `[email protected]`
1012
- Update algorithm, instead of using `componentDidUpdate`, we now use `setInterval` to check if the panel is sticky or not, this help to track content update that happen outside of React lifecycle, for example, `HTMLImageElement.onload` event

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

0 commit comments

Comments
 (0)