From 0c79afbc27efd6ae97f4de0700369a72b865db92 Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 13 Feb 2019 14:53:47 -0800 Subject: [PATCH 1/3] 1.3.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b01b207..1b9b49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.3.1] - 2019-02-13 ### Changed - `Composer`: fix [#13](https://github.com/compulim/react-scroll-to-bottom/issue/13), user scrolling in Firefox may have the scroll position locked occasionally, in PR [#12](https://github.com/compulim/react-scroll-to-bottom/pull/12) - `SpineTo`: fix [#10](https://github.com/compulim/react-scroll-to-bottom/issue/10), set stopping threshold from `0.5` to `1.5`, in PR [#14](https://github.com/compulim/react-scroll-to-bottom/pull/14) From 34a3c1e094c4b70fc48718d0dc5a53ac24ffec16 Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 13 Feb 2019 14:54:25 -0800 Subject: [PATCH 2/3] 1.3.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e99b74..ef43228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.1-0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3fc5d65..1a5d61c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.1-0", + "version": "1.3.1", "description": "React container that will auto scroll to bottom", "private": true, "scripts": { From 084deaf90eb3f5c383ecb8d76a089a697657a824 Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 13 Feb 2019 14:58:33 -0800 Subject: [PATCH 3/3] 1.3.2-0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef43228..212ae57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.1", + "version": "1.3.2-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a5d61c..15fe6e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.1", + "version": "1.3.2-0", "description": "React container that will auto scroll to bottom", "private": true, "scripts": {