Updated: angular-ui-router v1.0.28 -> v1.0.29 (#208)

This commit is contained in:
nobody 2020-12-22 07:44:11 +01:00
parent df6d23ace5
commit 7bb98811cd
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 14 additions and 14 deletions

View File

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

View File

@ -25,7 +25,7 @@
New in LocalCDN: New in LocalCDN:
</div> </div>
<ul> <ul>
<li></li> <li>Updated: angular-ui-router v1.0.28 -> v1.0.29 (<a href="https://codeberg.org/nobody/LocalCDN/issues/208">#208</a>)</li>
</ul> </ul>
<div id="generator-section"> <div id="generator-section">
<div class="topic-label"> <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