Skip to content

Commit b1cbee0

Browse files
1.0.2
1 parent f7de52b commit b1cbee0

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
## 1.0.2 (2020-04-29)
2+
[Compare `@uirouter/react-hybrid` versions 1.0.1 and 1.0.2](https://github.com/ui-router/react-hybrid/compare/1.0.1...1.0.2)
3+
4+
5+
---
6+
7+
8+
### Updated `@uirouter/core` from 6.0.4 to 6.0.5
9+
10+
11+
Changelog for `@uirouter/core`:
12+
13+
14+
[Compare `@uirouter/core` versions 6.0.4 and 6.0.5](https://github.com/ui-router/core/compare/6.0.4...6.0.5)
15+
16+
### Bug Fixes
17+
18+
* **TargetState:** make isDef check more thorough ([e657cfe](https://github.com/ui-router/core/commit/e657cfe))
19+
20+
21+
### Features
22+
23+
* **urlRuleFactory:** Add support for StateDeclarations in UrlRuleFactory.fromState() ([539d33a](https://github.com/ui-router/core/commit/539d33a))
24+
25+
26+
---
27+
28+
29+
### Updated `@uirouter/react` from 1.0.2 to 1.0.3
30+
31+
32+
Changelog for `@uirouter/react`:
33+
34+
35+
[Compare `@uirouter/react` versions 1.0.2 and 1.0.3](https://github.com/ui-router/react/compare/1.0.2...1.0.3)
36+
37+
### Bug Fixes
38+
39+
* **examples:** update animating-transitions example ([3520596](https://github.com/ui-router/react/commit/3520596))
40+
41+
42+
### Features
43+
44+
* export useIsActive hook ([#659](https://github.com/ui-router/react/issues/659)) ([a45ce38](https://github.com/ui-router/react/commit/a45ce38))
45+
46+
47+
---
48+
49+
50+
### Updated `@uirouter/angularjs` from 1.0.25 to 1.0.26
51+
52+
53+
Changelog for `@uirouter/angularjs`:
54+
55+
56+
[Compare `@uirouter/angularjs` versions 1.0.25 and 1.0.26](https://github.com/angular-ui/ui-router/compare/1.0.25...1.0.26)
57+
158
## 1.0.1 (2020-02-24)
259
[Compare `@uirouter/react-hybrid` versions 1.0.0 and 1.0.1](https://github.com/ui-router/react-hybrid/compare/1.0.0...1.0.1)
360

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-hybrid",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"clean": "shx rm -rf lib lib-esm _bundles",
66
"compile": "npm run clean && tsc && tsc --module es6 --outDir lib-esm",

0 commit comments

Comments
 (0)