File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.0.8 (2021-07-13)
2
+ [Compare `@uirouter/core` versions 6.0.7 and 6.0.8](https://github.com/ui-router/core/compare/6.0.7...6.0.8)
3
+
4
+
5
+ ### Fixes
6
+
7
+ * fix circular dependency with rejectFactory (#801)
8
+
1
9
## 6.0.7 (2020-12-21)
2
10
[Compare `@uirouter/core` versions 6.0.6 and 6.0.7](https://github.com/ui-router/core/compare/6.0.6...6.0.7)
3
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/core" ,
3
3
"description" : " UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps" ,
4
- "version" : " 6.0.7 " ,
4
+ "version" : " 6.0.8 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _bundles .cache _doc" ,
7
7
"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