font-awesome v6.2.0 -> v6.2.1 (#1203)
This commit is contained in:
parent
1e50594187
commit
d7b5f792b8
|
@ -410,12 +410,12 @@ https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/js/all.min.js
|
|||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/v4-shims.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/js/all.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-brands-400.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-regular-400.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-solid-900.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/v4-shims.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/js/all.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/webfonts/fa-brands-400.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/webfonts/fa-regular-400.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/webfonts/fa-solid-900.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/fork-awesome/1.2.0/css/fork-awesome.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/fork-awesome/1.2.0/fonts/forkawesome-webfont.woff2
|
||||
https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.3/css/foundation.min.css
|
||||
|
|
|
@ -211,7 +211,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/font-awesome/3.')) return '3.2.1';
|
||||
if (type.startsWith('/font-awesome/4.')) return '4.7.0';
|
||||
if (type.startsWith('/font-awesome/5.')) return '5.15.4';
|
||||
if (type.startsWith('/font-awesome/6.')) return '6.2.0';
|
||||
if (type.startsWith('/font-awesome/6.')) return '6.2.1';
|
||||
if (type.startsWith('/fork-awesome/1.')) return '1.2.0';
|
||||
if (type.startsWith('/foundation/5.')) return '5.5.3';
|
||||
if (type.startsWith('/foundation/6.')) return '6.7.5';
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
<li>vue v3.2.41 -> v3.2.45 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1198">#1198</a>)</li>
|
||||
<li>bootstrap-icons v1.9.1 -> v1.10.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1199">#1199</a>)</li>
|
||||
<li>findify-bundle v7.1.63 -> v7.1.67 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1202">#1202</a>)</li>
|
||||
<li>font-awesome v6.2.0 -> v6.2.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1203">#1203</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
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2022 Fonticons, Inc.
|
||||
*/
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 458 KiB After Width: | Height: | Size: 458 KiB |
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 640 KiB After Width: | Height: | Size: 640 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue