Skip to content

Commit 101a69d

Browse files
Update the Splide version.
1 parent 94d54f7 commit 101a69d

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

Diff for: dist/js/vue-splide.cjs.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function _createClass(Constructor, protoProps, staticProps) {
2121
}
2222
/*!
2323
* Splide.js
24-
* Version : 4.0.16
24+
* Version : 4.0.17
2525
* License : MIT
2626
* Copyright: 2022 Naotoshi Fujita
2727
*/
@@ -1518,7 +1518,8 @@ function Arrows(Splide2, Components2, options) {
15181518
return {
15191519
arrows,
15201520
mount,
1521-
destroy
1521+
destroy,
1522+
update
15221523
};
15231524
}
15241525
var INTERVAL_DATA_ATTRIBUTE = DATA_ATTRIBUTE + "-interval";

Diff for: dist/js/vue-splide.esm.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function _createClass(Constructor, protoProps, staticProps) {
1919
}
2020
/*!
2121
* Splide.js
22-
* Version : 4.0.16
22+
* Version : 4.0.17
2323
* License : MIT
2424
* Copyright: 2022 Naotoshi Fujita
2525
*/
@@ -1516,7 +1516,8 @@ function Arrows(Splide2, Components2, options) {
15161516
return {
15171517
arrows,
15181518
mount,
1519-
destroy
1519+
destroy,
1520+
update
15201521
};
15211522
}
15221523
var INTERVAL_DATA_ATTRIBUTE = DATA_ATTRIBUTE + "-interval";

Diff for: package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splidejs/vue-splide",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "The Splide component for Vue.",
55
"author": "Naotoshi Fujita",
66
"license": "MIT",
@@ -60,6 +60,6 @@
6060
"./css/*": "./dist/css/themes/splide-*.min.css"
6161
},
6262
"dependencies": {
63-
"@splidejs/splide": "^4.0.16"
63+
"@splidejs/splide": "^4.0.17"
6464
}
6565
}

0 commit comments

Comments
 (0)