We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d61ddf commit 0ef1b3dCopy full SHA for 0ef1b3d
CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## Unreleased
8
+
9
+## 0.3.0 - 2018-07-23
10
### Updated
11
- Rewritten with React 16 guidelines (remove deprecated life cycle hooks)
12
- Update docs configuration and layout
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-transition-replace",
3
- "version": "0.2.8",
+ "version": "0.3.0",
4
"description": "A React component to animate replacing one element with another.",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments