AngularUI Router v1.0.25 -> v1.0.28

This commit is contained in:
nobody 2020-11-14 09:07:31 +01:00
parent 81aa60a714
commit be202a7775
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 14 additions and 13 deletions

View File

@ -88,7 +88,7 @@ targets.setLastVersion = function (type, version) {
return '1.3.3'; // > v0.14.0
} else if (type.startsWith('/angular-ui-router/')) {
if (helpers.compareVersion('0.4.3', version)) return '0.4.3'; // <= 0.4.3
else return '1.0.25'; // > 0.4.3
else return '1.0.28'; // > 0.4.3
} else if (type.startsWith('/angular-ui-utils/0.')) {
return '0.1.1';
} else if (type.startsWith('/angular-ui-select/0.')) {

View File

@ -48,6 +48,7 @@
<li>Added: axios to cdnjs.cloudflare.com</li>
<li>Updated: Plyr v3.6.2 -> v3.6.3</li>
<li>Updated: Angular Material v1.1.21 -> v1.2.1</li>
<li>Updated: AngularUI Router v1.0.25 -> v1.0.28</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long