1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

angular-ui-router v1.0.30 -> v1.1.0 (#1406)

This commit is contained in:
nobody
2023-04-27 06:33:44 +02:00
parent 24ff16393a
commit d11e215d8e
5 changed files with 15 additions and 14 deletions

View File

@@ -120,7 +120,7 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/angular-ui-router/')) {
if (helpers.compareVersion('0.4.3', version)) return '0.4.3'; // <= 0.4.3
return '1.0.30'; // > 0.4.3
return '1.1.0'; // > 0.4.3
}
if (type.startsWith('/angular-ui-utils/0.')) return '0.1.1';
if (type.startsWith('/angular-ui-select/0.')) return '0.20.0';