Skip to content

Commit bc4fb2c

Browse files
1.0.7
1 parent 24a678d commit bc4fb2c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.7 (2021-07-27)
2+
[Compare `@uirouter/react` versions 1.0.6 and 1.0.7](https://github.com/ui-router/react/compare/1.0.6...1.0.7)
3+
4+
### Bug Fixes
5+
6+
* update classnames library which has default export type ([#939](https://github.com/ui-router/react/issues/939)) ([c771405](https://github.com/ui-router/react/commit/c771405))
7+
18
## 1.0.6 (2020-12-22)
29
[Compare `@uirouter/react` versions 1.0.5 and 1.0.6](https://github.com/ui-router/react/compare/1.0.5...1.0.6)
310

package.json

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

0 commit comments

Comments
 (0)