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

Commit 68a9e0e

Browse files
author
Fin Hopkins
committed
Release bump for 1.1.5
1 parent 0b682ab commit 68a9e0e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.1.5 (2016-04-11):
2+
3+
Updates to allow React 15. (Thanks, @StevenLangbroek!)
4+
5+
#### Bug fixes
6+
* Passes context into VelocityTransitionGroup animations' “complete” callbacks
7+
so that they know what elements finished animating.
8+
9+
110
### v1.1.4 (2016-03-09):
211

312
#### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "velocity-react",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "React components to wrap Velocity animations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)