Skip to content

Commit b1d055c

Browse files
Update the Splide version.
1 parent 9ee03be commit b1d055c

File tree

6 files changed

+8171
-26
lines changed

6 files changed

+8171
-26
lines changed

dist/js/vue-splide.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { defineComponent, ref, onMounted, onBeforeUnmount, onUpdated, watch, computed, openBlock, createElementBlock, renderSlot, createCommentVNode, createElementVNode, Fragment } from "vue";
22
/*!
33
* Splide.js
4-
* Version : 3.6.9
4+
* Version : 3.6.10
55
* License : MIT
6-
* Copyright: 2021 Naotoshi Fujita
6+
* Copyright: 2022 Naotoshi Fujita
77
*/
88
const PROJECT_CODE = "splide";
99
const DATA_ATTRIBUTE = `data-${PROJECT_CODE}`;

dist/js/vue-splide.umd.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"use strict";
55
/*!
66
* Splide.js
7-
* Version : 3.6.9
7+
* Version : 3.6.10
88
* License : MIT
9-
* Copyright: 2021 Naotoshi Fujita
9+
* Copyright: 2022 Naotoshi Fujita
1010
*/
1111
const PROJECT_CODE = "splide";
1212
const DATA_ATTRIBUTE = `data-${PROJECT_CODE}`;

0 commit comments

Comments
 (0)