Skip to content

Commit 2e38f6d

Browse files
release 1.0.6
1 parent 08b6f47 commit 2e38f6d

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
<a name="1.0.5"></a>
223
## [1.0.5](https://github.com/angular-ui/ui-router/compare/1.0.4...1.0.5) (2017-06-29)
324

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angularjs",
33
"description": "State-based routing for AngularJS 1.x",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
77
"compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",

yarn.lock

+1-8
Original file line numberDiff line numberDiff line change
@@ -1636,14 +1636,7 @@ git-remote-origin-url@^2.0.0:
16361636
gitconfiglocal "^1.0.0"
16371637
pify "^2.3.0"
16381638

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:
16471640
version "1.2.1"
16481641
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.2.1.tgz#6ccd2a52e735b736748dc762444fcd9588e27490"
16491642
dependencies:

0 commit comments

Comments
 (0)