File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 6.0.1 (2019-09-27)
2+ [Compare `@uirouter/core` versions 6.0.0 and 6.0.1](https://github.com/ui-router/core/compare/6.0.0...6.0.1)
3+
4+ ### Bug Fixes
5+
6+ * **resolve:** remove unnecessary generics from CustomAsyncPolicy ([#452](https://github.com/ui-router/core/issues/452)) ([61f4ee9](https://github.com/ui-router/core/commit/61f4ee9))
7+
8+
9+
10+
111# 6.0.0 (2019-09-26)
212[Compare `@uirouter/core` versions 5.0.23 and 6.0.0](https://github.com/ui-router/core/compare/5.0.23...6.0.0)
313
Original file line number Diff line number Diff line change 11{
22 "name" : " @uirouter/core" ,
33 "description" : " UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps" ,
4- "version" : " 6.0.0 " ,
4+ "version" : " 6.0.1 " ,
55 "scripts" : {
66 "clean" : " shx rm -rf lib lib-esm _bundles .cache _doc" ,
77 "compile" : " npm run clean && tsc && tsc -m es6 --outDir lib-esm && shx cp src/*.json lib" ,
You can’t perform that action at this time.
0 commit comments