Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 29, 2020
1 parent f7de52b commit b1cbee0
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
## 1.0.2 (2020-04-29)
[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)


---


### Updated `@uirouter/core` from 6.0.4 to 6.0.5


Changelog for `@uirouter/core`:


[Compare `@uirouter/core` versions 6.0.4 and 6.0.5](https://github.com/ui-router/core/compare/6.0.4...6.0.5)

### Bug Fixes

* **TargetState:** make isDef check more thorough ([e657cfe](https://github.com/ui-router/core/commit/e657cfe))


### Features

* **urlRuleFactory:** Add support for StateDeclarations in UrlRuleFactory.fromState() ([539d33a](https://github.com/ui-router/core/commit/539d33a))


---


### Updated `@uirouter/react` from 1.0.2 to 1.0.3


Changelog for `@uirouter/react`:


[Compare `@uirouter/react` versions 1.0.2 and 1.0.3](https://github.com/ui-router/react/compare/1.0.2...1.0.3)

### Bug Fixes

* **examples:** update animating-transitions example ([3520596](https://github.com/ui-router/react/commit/3520596))


### Features

* export useIsActive hook ([#659](https://github.com/ui-router/react/issues/659)) ([a45ce38](https://github.com/ui-router/react/commit/a45ce38))


---


### Updated `@uirouter/angularjs` from 1.0.25 to 1.0.26


Changelog for `@uirouter/angularjs`:


[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)

## 1.0.1 (2020-02-24)
[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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uirouter/react-hybrid",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles",
"compile": "npm run clean && tsc && tsc --module es6 --outDir lib-esm",
Expand Down

0 comments on commit b1cbee0

Please sign in to comment.