Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Apr 28, 2016
1 parent 83b04f4 commit 5738c88
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Legend:
- [I]: improvement
- [F]: fix

### 0.1.5 (April 28th 2016)
- [I] Move React and React-DOM dependencies to devDependencies. React-tween-state doesn't require React.

### 0.1.4 (November 21th 2015)
- [I] Support for IE9 through `requestAnimationFrame` polyfill. a0b4fb5.
- [I] Used to use `this.isMounted()` internally. Removed that since React might deprecate this. #49.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-tween-state",
"main": "lib/index.js",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/chenglou/react-tween-state",
"authors": [
"Cheng Lou <[email protected]>"
Expand Down
27 changes: 22 additions & 5 deletions examples/index.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tween-state",
"version": "0.1.4",
"version": "0.1.5",
"description": "React animation.",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -35,7 +35,9 @@
"babel-core": "^5.6.1",
"babel-loader": "^5.1.4",
"node-libs-browser": "^0.5.2",
"webpack": "^1.9.11"
"webpack": "^1.9.11",
"react-dom": ">=0.14",
"react": ">=0.14"
},
"dependencies": {
"raf": "^3.1.0",
Expand Down

0 comments on commit 5738c88

Please sign in to comment.