bootswatch v5.2.1 -> v5.2.2 (#1169)
This commit is contained in:
parent
6e8e3c878e
commit
dcebef9c6b
|
@ -299,7 +299,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.22.0/bootstrap-vue.min.cs
|
|||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.22.0/bootstrap-vue.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.1/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.1/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.2/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bowser/1.9.4/bowser.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bowser/2.11.0/bundled.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css
|
||||
|
|
|
@ -159,7 +159,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2';
|
||||
if (type.startsWith('/bootswatch/3.')) return '3.4.0';
|
||||
if (type.startsWith('/bootswatch/4.')) return '4.6.1';
|
||||
if (type.startsWith('/bootswatch/5.')) return '5.2.1';
|
||||
if (type.startsWith('/bootswatch/5.')) return '5.2.2';
|
||||
if (type.startsWith('/bowser/')) {
|
||||
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
|
||||
return '2.11.0';
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
<li>lightgallery v2.6.1 -> v2.7.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1164">#1164</a>)</li>
|
||||
<li>react-intl v6.1.2 -> v6.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1167">#1167</a>)</li>
|
||||
<li>libphonenumber-js v1.10.13 -> v1.10.14 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1168">#1168</a>)</li>
|
||||
<li>bootswatch v5.2.1 -> v5.2.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1169">#1169</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
|
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