Skip to content

Commit

Permalink
0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Oct 8, 2019
1 parent 84da7cc commit d55bea9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.11 (2019-10-08)
[Compare `@uirouter/react-hybrid` versions 0.3.10 and 0.3.11](https://github.com/ui-router/react-hybrid/compare/0.3.10...0.3.11)

### Bug Fixes

* **example:** move react-scripts to devDependencies ([84da7cc](https://github.com/ui-router/react-hybrid/commit/84da7cc))
* **package:** Change peerDependency on react from '^15.0.0' to '>=15.0.0' ([8a3551a](https://github.com/ui-router/react-hybrid/commit/8a3551a))
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package to fix cypress ([49ae46b](https://github.com/ui-router/react-hybrid/commit/49ae46b))

## 0.3.10 (2019-02-03)
[Compare `@uirouter/react-hybrid` versions 0.3.9 and 0.3.10](https://github.com/ui-router/react-hybrid/compare/0.3.9...0.3.10)

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": "0.3.10",
"version": "0.3.11",
"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 d55bea9

Please sign in to comment.