Skip to content

Commit f9bbea4

Browse files
committedAug 8, 2020
1.0.28
1 parent 8080adb commit f9bbea4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.28 (2020-08-08)
2+
[Compare `@uirouter/angularjs` versions 1.0.27 and 1.0.28](https://github.com/angular-ui/ui-router/compare/1.0.27...1.0.28)
3+
4+
### Bug Fixes
5+
6+
* should not transition states when alt-clicked ([8080adb](https://github.com/angular-ui/ui-router/commit/8080adb))
7+
18
## 1.0.27 (2020-07-21)
29
[Compare `@uirouter/angularjs` versions 1.0.26 and 1.0.27](https://github.com/angular-ui/ui-router/compare/1.0.26...1.0.27)
310

‎package.json

+3-2
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.27",
4+
"version": "1.0.28",
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",
@@ -132,7 +132,8 @@
132132
"Components": [
133133
"uiView",
134134
"UISref",
135-
"UISrefActive","uiStateDirective"
135+
"UISrefActive",
136+
"uiStateDirective"
136137
],
137138
"Other": [
138139
"Transition",

0 commit comments

Comments
 (0)
Failed to load comments.