Skip to content

Commit 67094ed

Browse files
committed
3.0.3
1 parent 0cc012c commit 67094ed

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### Next
22

3+
4+
### v3.0.3 (25 April 2017)
5+
36
* [UPGRADE] Update dependencies to latest stable versions.
47
* [ENHANCEMENT] Remove the `react-transition-group` dependency. (#56)
58

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-transition-replace",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A React component to animate replacing one element with another.",
55
"main": "lib/ReactCSSTransitionReplace.js",
66
"repository": {
@@ -10,9 +10,10 @@
1010
"scripts": {
1111
"start": "gulp demo",
1212
"test": "echo \"No test implemented\" && exit 0",
13-
"prebuild": "./node_modules/.bin/rimraf lib && gulp lint",
13+
"prebuild": "./node_modules/.bin/rimraf lib",
1414
"build": "./node_modules/.bin/babel ./src --out-dir ./lib",
15-
"prepublish": "npm run build"
15+
"prepublish": "npm run build",
16+
"build:docs": "gulp gh-pages"
1617
},
1718
"dependencies": {
1819
"chain-function": "^1.0.0",

0 commit comments

Comments
 (0)