instantsearch.js v4.66.0 -> v4.66.1
This commit is contained in:
parent
e2bd8ce3fa
commit
ab082579dc
|
@ -745,7 +745,7 @@ https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js
|
|||
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.5.8/hls.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/3.7.0/instantsearch.production.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.66.0/instantsearch.production.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.66.1/instantsearch.production.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/iScroll/5.2.0/iscroll.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/izimodal/1.6.1/js/iziModal.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css
|
||||
|
|
|
@ -233,7 +233,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/instantsearch.css/7.')) return '7.4.5';
|
||||
if (type.startsWith('/instantsearch.css/8.')) return '8.1.0';
|
||||
if (type.startsWith('/instantsearch.js/3.')) return '3.7.0';
|
||||
if (type.startsWith('/instantsearch.js/4.')) return '4.66.0';
|
||||
if (type.startsWith('/instantsearch.js/4.')) return '4.66.1';
|
||||
if (type.startsWith('/in-view/0.')) return '0.6.1';
|
||||
if (type.startsWith('/iScroll/5.')) return '5.2.0';
|
||||
if (type.startsWith('/izimodal/1.')) return '1.6.1';
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<li>dexie v3.2.6 -> v4.0.4</li>
|
||||
<li>vue-i18n v9.10.2 -> v9.12.0</li>
|
||||
<li>webrtc-adapter v8.2.3 -> v9.0.1</li>
|
||||
<li>instantsearch.js v4.66.0 -> v4.66.1</li>
|
||||
</ul>
|
||||
<p>Improved</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