From cdd2ef5b9920c6fccd2a8692900945779fcebe6f Mon Sep 17 00:00:00 2001 From: Fin Hopkins Date: Thu, 11 May 2017 08:43:35 -0400 Subject: [PATCH] Version bump for v1.3.2 --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a19b0c..76b84ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v1.3.2 (2017-05-11): + +Fix for calling clearTimeout in IE 8. (Thanks, @prchaoz!) + +Additional updates to peerDependencies around the new React 15.5-compatible +libraries. (Thanks, @MichaelDeBoey!) + ### v1.3.1 (2017-05-09): Fixes React peer dependencies to specify versions that work with diff --git a/README.md b/README.md index 3e88d7d..dc068c9 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ details about why and how we built this. See the [live demo](http://twitter-fabric.github.io/velocity-react/). -**Latest version:** v1.3.1 fixes React peer dependency versions for the React 15.5–compatible libs. +**Latest version:** v1.3.2 fixes IE8 bug introduced in v1.3 and removes React 0.14 from peer dependencies -*Note: v1.1.0 and later require React 0.14.* -*Note: v1.3.0 and later require React 0.14.9 or 15.3.* +*Note: v1.1.0 and later require React 0.14.x* +*Note: v1.3.0 and later require React 15.3.x and should work with React 16* ## Running the demo diff --git a/package.json b/package.json index daeeb20..70cc979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "velocity-react", - "version": "1.3.1", + "version": "1.3.2", "description": "React components to wrap Velocity animations", "main": "index.js", "scripts": {