Skip to content

Commit 83b0d8e

Browse files
0.8.2
1 parent ce2bc1e commit 83b0d8e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.8.2 (2018-05-25)
2+
[Compare `@uirouter/react` versions 0.8.1 and 0.8.2](https://github.com/ui-router/react/compare/0.8.1...0.8.2)
3+
4+
### Bug Fixes
5+
6+
* **enzyme:** fix enzyme patch leaving a file called '-' ([4c2157c](https://github.com/ui-router/react/commit/4c2157c))
7+
8+
9+
### Features
10+
11+
* **internal:** Change UIView from arrow to Component Class ([ce2bc1e](https://github.com/ui-router/react/commit/ce2bc1e))
12+
113
## 0.8.1 (2018-05-25)
214
[Compare `@uirouter/react` versions 0.8.0 and 0.8.1](https://github.com/ui-router/react/compare/0.8.0...0.8.1)
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)