File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 6.1.0 (2023-03-11)
2
+ [Compare `@uirouter/core` versions 6.0.9 and 6.1.0](https://github.com/ui-router/core/compare/6.0.9...6.1.0)
3
+
4
+ ### Bug Fixes
5
+
6
+ * **angular-compiler:** remove index.metadata.json from uirouter core, ([37b5ebe](https://github.com/ui-router/core/commit/37b5ebe))
7
+
8
+
9
+
10
+
1
11
## 6.0.9 (2023-01-12)
2
12
[Compare `@uirouter/core` versions 6.0.8 and 6.0.9](https://github.com/ui-router/core/compare/6.0.8...6.0.9)
3
13
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.9 " ,
4
+ "version" : " 6.1.0 " ,
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" ,
You can’t perform that action at this time.
0 commit comments