Updated: vue-i18n v8.22.1 -> v8.22.2
This commit is contained in:
parent
d74c23ab59
commit
a392f6b724
|
@ -420,7 +420,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/vue/2.')) {
|
||||
return '2.6.12';
|
||||
} else if (type.startsWith('/vue-i18n/8.')) {
|
||||
return '8.22.1';
|
||||
return '8.22.2';
|
||||
} else if (type.startsWith('/vue-resource/1.')) {
|
||||
return '1.5.1';
|
||||
} else if (type.startsWith('/waypoints/4.')) {
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
<li>Updated: instantsearch.js v4.8.5 -> v4.8.6</li>
|
||||
<li>Updated: Socket.io v3.0.1 -> v3.0.2</li>
|
||||
<li>Added: jQuery v1.11.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/178">#178</a>)</li>
|
||||
<li>Updated: vue-i18n v8.22.1 -> v8.22.2</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
Loading…
Reference in New Issue