Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit fe680e6

Browse files
1.0.8
1 parent 1451c97 commit fe680e6

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 1.0.8 (2017-10-07)
2+
[Compare `@uirouter/angularjs` versions 1.0.7 and 1.0.8](https://github.com/angular-ui/ui-router/compare/1.0.7...1.0.8)
3+
4+
5+
## 5.0.10 (2017-10-07)
6+
[Compare `@uirouter/core` versions 5.0.8 and 5.0.10](https://github.com/ui-router/core/compare/5.0.8...5.0.10)
7+
8+
### Bug Fixes
9+
10+
* **angular/cli:** Use package.json fields: 'typings', 'main', 'jsnext:main' ([74143d9](https://github.com/ui-router/core/commit/74143d9))
11+
* **isomorphic:** Remove use of CustomEvent. Detect root scope (global/window/self) for nodejs, browser, or web-worker. ([2d206ba](https://github.com/ui-router/core/commit/2d206ba))
12+
* **typings:** Use StateObject for parameter to hook criteria functions ([5b58566](https://github.com/ui-router/core/commit/5b58566))
13+
14+
15+
### Features
16+
17+
* **TransitionHook:** Add hook registration option `invokeLimit` to limit the number of times a hook is invoked before being auto-deregistered. ([2cb17ef](https://github.com/ui-router/core/commit/2cb17ef))
18+
19+
20+
121
## 1.0.7 (2017-09-30)
222
[Compare `@uirouter/angularjs` versions 1.0.6 and 1.0.7](https://github.com/angular-ui/ui-router/compare/1.0.6...1.0.7)
323

package.json

Lines changed: 2 additions & 2 deletions
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.7",
4+
"version": "1.0.8",
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",
@@ -73,7 +73,7 @@
7373
"jsnext:main": "lib-esm/index.js",
7474
"typings": "lib/index.d.ts",
7575
"dependencies": {
76-
"@uirouter/core": "5.0.8"
76+
"@uirouter/core": "5.0.10"
7777
},
7878
"peerDependencies": {
7979
"angular": ">=1.2.0"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
dependencies:
6363
"@types/node" "*"
6464

65-
"@uirouter/[email protected].8":
66-
version "5.0.8"
67-
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.8.tgz#fa9da20fb5fcb6352c9b6011d48dee2b1b70d871"
65+
"@uirouter/[email protected].10":
66+
version "5.0.10"
67+
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.10.tgz#1a39eacbe33f3b44ab2c8fa4520cb1da92026cc3"
6868

6969
"@uirouter/[email protected]":
7070
version "1.0.7"

0 commit comments

Comments
 (0)