Skip to content

Commit 5422901

Browse files
0.3.4
1 parent d84a767 commit 5422901

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.3.4 (2018-08-12)
2+
[Compare `@uirouter/react-hybrid` versions 0.3.3 and 0.3.4](https://github.com/ui-router/react-hybrid/compare/0.3.3...0.3.4)
3+
4+
5+
### Updated `@uirouter/core` from 5.0.20 to 5.0.21
6+
[Compare `@uirouter/core` versions 5.0.20 and 5.0.21](https://github.com/ui-router/core/compare/5.0.20...5.0.21)
7+
8+
### Bug Fixes
9+
10+
* **dynamic:** Use 'find' from common.ts instead of Array.prototype.find ([66a3244](https://github.com/ui-router/core/commit/66a3244)), closes [#215](https://github.com/ui-router/core/issues/215)
11+
* **url:** When using html5Mode and no <base> tag is present, default to '/' ([23742e3](https://github.com/ui-router/core/commit/23742e3)), closes [#223](https://github.com/ui-router/core/issues/223)
12+
13+
14+
### Updated `@uirouter/react` from 0.8.5 to 0.8.7
15+
[Compare `@uirouter/react` versions 0.8.5 and 0.8.7](https://github.com/ui-router/react/compare/0.8.5...0.8.7)
16+
17+
18+
### Updated `@uirouter/angularjs` from 1.0.19 to 1.0.20
19+
[Compare `@uirouter/angularjs` versions 1.0.19 and 1.0.20](https://github.com/angular-ui/ui-router/compare/1.0.19...1.0.20)
20+
121
## 0.3.3 (2018-08-09)
222
[Compare `@uirouter/react-hybrid` versions 0.3.2 and 0.3.3](https://github.com/ui-router/react-hybrid/compare/0.3.2...0.3.3)
323

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": "0.3.3",
3+
"version": "0.3.4",
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)