We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7788a98 commit dee972aCopy full SHA for dee972a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.0.2 (2020-02-24)
2
+[Compare `@uirouter/react` versions 1.0.1 and 1.0.2](https://github.com/ui-router/react/compare/1.0.1...1.0.2)
3
+
4
+### Bug Fixes
5
6
+* Only run initialization effect on first render ([7788a98](https://github.com/ui-router/react/commit/7788a98))
7
8
## 1.0.1 (2020-02-04)
9
[Compare `@uirouter/react` versions 1.0.0 and 1.0.1](https://github.com/ui-router/react/compare/1.0.0...1.0.1)
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@uirouter/react",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "State based routing for React",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
0 commit comments