Skip to content

Commit 27610e8

Browse files
1.0.5
1 parent 529b5bb commit 27610e8

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.0.5 (2020-12-21)
2+
[Compare `@uirouter/react` versions 1.0.4 and 1.0.5](https://github.com/ui-router/react/compare/1.0.4...1.0.5)
3+
4+
5+
---
6+
7+
8+
### Updated `@uirouter/core` from 6.0.6 to 6.0.7
9+
10+
11+
Changelog for `@uirouter/core`:
12+
13+
14+
[Compare `@uirouter/core` versions 6.0.6 and 6.0.7](https://github.com/ui-router/core/compare/6.0.6...6.0.7)
15+
16+
### Bug Fixes
17+
18+
* **array:** Fix decoding of array-type query parameters ([44ebfae](https://github.com/ui-router/core/commit/44ebfae))
19+
120
## 1.0.4 (2020-12-16)
221
[Compare `@uirouter/react` versions 1.0.3 and 1.0.4](https://github.com/ui-router/react/compare/1.0.3...1.0.4)
322

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.4",
3+
"version": "1.0.5",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)