Updated: appboy-web-sdk v3.2.0 -> v3.3.0 (#472)
This commit is contained in:
parent
513340d392
commit
731c8adb10
|
@ -1206,7 +1206,7 @@ https://cdn.jsdelivr.net/g/algoliasearch@3(algoliasearchLite.min.js),algoliasear
|
|||
https://cdn.jsdelivr.net/npm/anchor-js@3.2.2/anchor.min.js
|
||||
https://cdn.jsdelivr.net/npm/anchor-js@4.3.1/anchor.min.js
|
||||
https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checkout.min.js
|
||||
https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.2.0/appboy.min.js
|
||||
https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.3.0/appboy.min.js
|
||||
https://cdn.jsdelivr.net/npm/chart.js@3.3.0/dist/chart.min.js
|
||||
https://cdn.jsdelivr.net/npm/ethjs@0.4.0/dist/ethjs.min.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/autocomplete.js
|
||||
|
|
|
@ -156,7 +156,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/angular-translate/2.')) {
|
||||
return '2.18.4';
|
||||
} else if (type.startsWith('/appboy-web-sdk/3.')) {
|
||||
return '3.2.0';
|
||||
return '3.3.0';
|
||||
} else if (type.startsWith('/axios/0.')) {
|
||||
return '0.21.1';
|
||||
} else if (type.startsWith('/babel-polyfill/')) {
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<ul>
|
||||
<li>Fixed: bootstrap.min.js replaced with bootstrap.bundle.min.js (v4.x and v5.x) (<a href="https://codeberg.org/nobody/LocalCDN/issues/470">#470</a>)</li>
|
||||
<li>Updated: Chart.js v3.2.1 -> v3.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/471">#471</a>)</li>
|
||||
<li>Updated: appboy-web-sdk v3.2.0 -> v3.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/472">#472</a>)</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