From 752522b67271c6eb25629baae0eaec8759d45be0 Mon Sep 17 00:00:00 2001 From: William Wong Date: Thu, 20 Jun 2019 16:37:42 -0700 Subject: [PATCH 1/3] 1.3.2 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed409d..e4a3280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ 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.2] - 2019-06-20 ### Changed - `*`: bumped to `babel-jest@24.8.0`, `lerna@3.15.0`, and `jest@24.8.0`, in PR [#22](https://github.com/compulim/react-scroll-to-bottom/pull/22) + ### Fixed - `Composer`: fix [#22](https://github.com/compulim/react-scroll-to-bottom/issue/22), synthetic `scroll` events crafted by Chrome should not cause stickiness to lose, in PR [#23](https://github.com/compulim/react-scroll-to-bottom/issue/23) From 5280561e2306a8c2e668074b3cd2bc12470b253b Mon Sep 17 00:00:00 2001 From: William Wong Date: Thu, 20 Jun 2019 16:38:27 -0700 Subject: [PATCH 2/3] 1.3.2 --- 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 2652c41..d70cbeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.2-0", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1a5fcf..b54387f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.2-0", + "version": "1.3.2", "description": "React container that will auto scroll to bottom", "private": true, "scripts": { From 750ac58ec53be3f4cae2864257d59ecf82942cb7 Mon Sep 17 00:00:00 2001 From: William Wong Date: Thu, 20 Jun 2019 16:41:33 -0700 Subject: [PATCH 3/3] 1.3.3-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 d70cbeb..14e57fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.2", + "version": "1.3.3-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b54387f..cdd3d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.2", + "version": "1.3.3-0", "description": "React container that will auto scroll to bottom", "private": true, "scripts": {