Updated: autocomplete.js v0.37.1 -> v0.38.0
This commit is contained in:
parent
732293bb92
commit
20ea603f86
|
@ -102,7 +102,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/animate.css/4.')) {
|
||||
return '4.1.1';
|
||||
} else if (type.startsWith('/autocomplete.js/')) {
|
||||
return '0.37.1';
|
||||
return '0.38.0';
|
||||
} else if (type.startsWith('/angular-material/1.')) {
|
||||
return '1.2.1';
|
||||
} else if (type.startsWith('/angular-material/0.')) {
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
<li>Updated: Angular Material v1.1.21 -> v1.2.1</li>
|
||||
<li>Updated: AngularUI Router v1.0.25 -> v1.0.28</li>
|
||||
<li>Added: Animate.CSS v4.1.1</li>
|
||||
<li>Updated: autocomplete.js v0.37.1 -> v0.38.0</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue