Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #198 from twitter-fabric/release-1.3.1
Browse files Browse the repository at this point in the history
Version bump for v1.3.1
  • Loading branch information
fionawhim authored May 9, 2017
2 parents 4b76908 + ed0044b commit 88c6ea4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### v1.3.0 (2017-04-08):
### v1.3.1 (2017-05-09):

Fixes React peer dependencies to specify versions that work with
`prop-types`. (Thanks, @MichaelDeBoey!)

### v1.3.0 (2017-05-08):

Removes warnings from React 15.5 for React 16.0 compatibility.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 removes warnings when run under React 15.5.
**Latest version:** v1.3.1 fixes React peer dependency versions for the React 15.5–compatible libs.

*Note: v1.1.0 and later require React 0.14.*
*Note: v1.3.1 and later require React 0.14.9 or 15.3.*
*Note: v1.3.0 and later require React 0.14.9 or 15.3.*

## Running the demo

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity-react",
"version": "1.3.0",
"version": "1.3.1",
"description": "React components to wrap Velocity animations",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 88c6ea4

Please sign in to comment.