Skip to content

Commit 2540e82

Browse files
committedApr 29, 2020
1.0.26
1 parent e2b8530 commit 2540e82

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
 

‎CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 1.0.26 (2020-04-29)
2+
[Compare `@uirouter/angularjs` versions 1.0.25 and 1.0.26](https://github.com/angular-ui/ui-router/compare/1.0.25...1.0.26)
3+
4+
5+
---
6+
7+
8+
### Updated `@uirouter/core` from 6.0.4 to 6.0.5
9+
10+
11+
Changelog for `@uirouter/core`:
12+
13+
14+
[Compare `@uirouter/core` versions 6.0.4 and 6.0.5](https://github.com/ui-router/core/compare/6.0.4...6.0.5)
15+
16+
### Bug Fixes
17+
18+
* **TargetState:** make isDef check more thorough ([e657cfe](https://github.com/ui-router/core/commit/e657cfe))
19+
20+
21+
### Features
22+
23+
* **urlRuleFactory:** Add support for StateDeclarations in UrlRuleFactory.fromState() ([539d33a](https://github.com/ui-router/core/commit/539d33a))
24+
125
## 1.0.25 (2020-02-04)
226
[Compare `@uirouter/angularjs` versions 1.0.24 and 1.0.25](https://github.com/angular-ui/ui-router/compare/1.0.24...1.0.25)
327

‎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.25",
4+
"version": "1.0.26",
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",

0 commit comments

Comments
 (0)
Failed to load comments.