Skip to content

Commit cc097b6

Browse files
committed
0.5.5
1 parent 1c4b371 commit cc097b6

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.5.5 (2017-12-09)
2+
[Compare `@uirouter/react` versions 0.5.4 and 0.5.5](https://github.com/ui-router/react/compare/0.5.4...0.5.5)
3+
4+
### Bug Fixes
5+
6+
* **UIView:** apply exit hook only on class components ([660e317](https://github.com/ui-router/react/commit/660e317)), closes [#71](https://github.com/ui-router/react/issues/71)
7+
8+
9+
### Features
10+
11+
* move prop-types from peerDependencies to dependecies ([5c6b2dd](https://github.com/ui-router/react/commit/5c6b2dd)), closes [#70](https://github.com/ui-router/react/issues/70)
12+
* **UIRouterReact:** throw if `start` is called more than once ([d48c9fb](https://github.com/ui-router/react/commit/d48c9fb)), closes [#65](https://github.com/ui-router/react/issues/65)
13+
114
## 0.5.4 (2017-10-17)
215
[Compare `@uirouter/react` versions 0.5.3 and 0.5.4](https://github.com/ui-router/react/compare/0.5.3...0.5.4)
316

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -86,7 +86,9 @@
8686
"webpack-dev-server": "^2.8.1"
8787
},
8888
"jest": {
89-
"setupFiles": ["../jest.setup.js"],
89+
"setupFiles": [
90+
"../jest.setup.js"
91+
],
9092
"rootDir": "src",
9193
"transform": {
9294
".(ts|tsx)": "<rootDir>/../node_modules/ts-jest/preprocessor.js"
@@ -105,4 +107,4 @@
105107
}
106108
}
107109
}
108-
}
110+
}

0 commit comments

Comments
 (0)