Skip to content

Commit d55bea9

Browse files
0.3.11
1 parent 84da7cc commit d55bea9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.3.11 (2019-10-08)
2+
[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)
3+
4+
### Bug Fixes
5+
6+
* **example:** move react-scripts to devDependencies ([84da7cc](https://github.com/ui-router/react-hybrid/commit/84da7cc))
7+
* **package:** Change peerDependency on react from '^15.0.0' to '>=15.0.0' ([8a3551a](https://github.com/ui-router/react-hybrid/commit/8a3551a))
8+
* **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))
9+
110
## 0.3.10 (2019-02-03)
211
[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)
312

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react-hybrid",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
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)