Skip to content

Commit 318347f

Browse files
committed
4.0.3
1 parent edf0ff6 commit 318347f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v4.0.3 (30 January 2020)
2+
3+
- [CHORE] Remove deprecated `React.createFactory`.
4+
15
### v4.0.2 (11 October 2019)
26

37
- [BUGFIX] Fix child ref function called a second time with CSSTransitionGroupChild. (#61)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-transition-replace",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"private": true,
55
"authors": "Marnus Weststrate <marnusw@gmail.com>",
66
"license": "MIT",

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-css-transition-replace-demo",
3-
"version": "3.0.3",
3+
"version": "4.0.3",
44
"private": true,
55
"homepage": "https://marnusw.github.io/react-css-transition-replace",
66
"scripts": {
77
"start": "react-scripts start",
88
"test": "react-scripts test",
99
"build": "react-scripts build",
10-
"postbuild": "cp -r build/* ../../gh-pages && rimraf build"
10+
"postbuild": "rimraf ../../gh-pages/static && cp -r build/* ../../gh-pages && rimraf build"
1111
},
1212
"dependencies": {
1313
"react": "^16.9.0",

packages/react-css-transition-replace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-transition-replace",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "A React component to animate replacing one element with another.",
55
"main": "lib/ReactCSSTransitionReplace.js",
66
"module": "es/ReactCSSTransitionReplace.js",

0 commit comments

Comments
 (0)