File tree 3 files changed +23
-9
lines changed
3 files changed +23
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## `@uirouter/angularjs` 1.0.6 (2017-08-12)
2
+ [Compare `@uirouter/angularjs` versions 1.0.5 and 1.0.6](https://github.com/angular-ui/ui-router/compare/1.0.5...1.0.6)
3
+
4
+ ### Bug Fixes
5
+
6
+ * **sourcemaps:** Embed sources inline into sourcemaps ([4baa430](https://github.com/angular-ui/ui-router/commit/4baa430))
7
+
8
+
9
+
10
+ ## Changes in `@uirouter/core` between versions [5.0.5 and 5.0.6](https://github.com/ui-router/core/compare/5.0.5...5.0.6) (2017-08-12)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **sourceMaps:** Embed typescript sources in sourcemaps ([10558a3](https://github.com/ui-router/core/commit/10558a3))
16
+ * **typescript:** Fix strictNullCheck type error ([0ae585e](https://github.com/ui-router/core/commit/0ae585e))
17
+ * **urlRouter:** Fix absolute 'href' generation by using location.hostname (not location.host) ([a28b68a](https://github.com/ui-router/core/commit/a28b68a))
18
+ * **urlService:** Fix priority sorting of URL rules ([73a1fe0](https://github.com/ui-router/core/commit/73a1fe0))
19
+
20
+
21
+
1
22
<a name="1.0.5"></a>
2
23
## [1.0.5](https://github.com/angular-ui/ui-router/compare/1.0.4...1.0.5) (2017-06-29)
3
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/angularjs" ,
3
3
"description" : " State-based routing for AngularJS 1.x" ,
4
- "version" : " 1.0.5 " ,
4
+ "version" : " 1.0.6 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _doc build release *.log" ,
7
7
"compile" : " tsc && tsc -m es6 --outDir lib-esm && npm run fixdts" ,
Original file line number Diff line number Diff line change @@ -1636,14 +1636,7 @@ git-remote-origin-url@^2.0.0:
1636
1636
gitconfiglocal "^1.0.0"
1637
1637
pify "^2.3.0"
1638
1638
1639
- git-semver-tags@^1.2.0 :
1640
- version "1.2.0"
1641
- resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.2.0.tgz#b31fd02c8ab578bd6c9b5cacca5e1c64c1177ac1"
1642
- dependencies :
1643
- meow "^3.3.0"
1644
- semver "^5.0.1"
1645
-
1646
- git-semver-tags@^1.2.1 :
1639
+ git-semver-tags@^1.2.0, git-semver-tags@^1.2.1 :
1647
1640
version "1.2.1"
1648
1641
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.2.1.tgz#6ccd2a52e735b736748dc762444fcd9588e27490"
1649
1642
dependencies :
You can’t perform that action at this time.
0 commit comments