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

Added: vue-i18n v9.0.0 (#291)

This commit is contained in:
nobody
2021-02-28 08:25:44 +01:00
parent 0b5d5d54c0
commit fd69501df0
4 changed files with 8 additions and 0 deletions

View File

@@ -484,6 +484,8 @@ targets.setLastVersion = function (type, version) {
return '3.0.6'; return '3.0.6';
} else if (type.startsWith('/vue-i18n/8.')) { } else if (type.startsWith('/vue-i18n/8.')) {
return '8.23.0'; return '8.23.0';
} else if (type.startsWith('/vue-i18n/9.')) {
return '9.0.0';
} else if (type.startsWith('/vue-resource/1.')) { } else if (type.startsWith('/vue-resource/1.')) {
return '1.5.1'; return '1.5.1';
} else if (type.startsWith('/waypoints/4.')) { } else if (type.startsWith('/waypoints/4.')) {

View File

@@ -38,6 +38,7 @@
<li>Updated: socket.io v3.1.1 -> v3.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/288">#288</a>)</li> <li>Updated: socket.io v3.1.1 -> v3.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/288">#288</a>)</li>
<li>Updated: Swiper v6.4.10 -> v6.4.15 (<a href="https://codeberg.org/nobody/LocalCDN/issues/289">#289</a>)</li> <li>Updated: Swiper v6.4.10 -> v6.4.15 (<a href="https://codeberg.org/nobody/LocalCDN/issues/289">#289</a>)</li>
<li>Updated: Vue v3.0.5 -> v3.0.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/290">#290</a>)</li> <li>Updated: Vue v3.0.5 -> v3.0.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/290">#290</a>)</li>
<li>Added: vue-i18n v9.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/291">#291</a>)</li>
</ul> </ul>
<div id="generator-section"> <div id="generator-section">
<div class="topic-label"> <div class="topic-label">

View File

@@ -0,0 +1,4 @@
In this directory the file was renamed.
Original: vue-i18n.cjs.min.js
Now: vue-i18n.min.jsm

File diff suppressed because one or more lines are too long