Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Feb 24, 2020
1 parent d7c40c6 commit 01772f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 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)


---


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


Changelog for `@uirouter/react`:


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

### Bug Fixes

* Only run initialization effect on first render ([7788a98](https://github.com/ui-router/react/commit/7788a98))

# 1.0.0 (2020-02-04)
[Compare `@uirouter/react-hybrid` versions 0.3.12 and 1.0.0](https://github.com/ui-router/react-hybrid/compare/0.3.12...1.0.0)

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.0",
"version": "1.0.1",
"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 01772f4

Please sign in to comment.