From ff1bab8a49d9a81f484a487ff8ceb8df48e38546 Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Fri, 10 Jan 2025 12:08:21 -0500 Subject: [PATCH] 11.2.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- src/copy/package.json | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a31b899..a694399d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [11.2.1](https://github.com/nolimits4web/Swiper/compare/v11.2.0...v11.2.1) (2025-01-10) + +### Bug Fixes + +- **core:** add check for HTMLSlotElement support ([#7840](https://github.com/nolimits4web/Swiper/issues/7840)) ([56700e5](https://github.com/nolimits4web/Swiper/commit/56700e588e63da8a07ec25f096910cbef64e7dd1)) +- **core:** typo in autoplay param ([#7848](https://github.com/nolimits4web/Swiper/issues/7848)) ([69113c9](https://github.com/nolimits4web/Swiper/commit/69113c99478921a52532daf2ba1ab994ed46b701)) + # [11.2.0](https://github.com/nolimits4web/Swiper/compare/v11.1.15...v11.2.0) (2025-01-02) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a3427d61b..9186bb321 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swiper-src", - "version": "11.2.0", + "version": "11.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swiper-src", - "version": "11.2.0", + "version": "11.2.1", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index 7c3314ab6..eaf46dd5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swiper-src", - "version": "11.2.0", + "version": "11.2.1", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "type": "module", "scripts": { diff --git a/src/copy/package.json b/src/copy/package.json index caa4bbb73..d0457a1ba 100644 --- a/src/copy/package.json +++ b/src/copy/package.json @@ -1,6 +1,6 @@ { "name": "swiper", - "version": "11.2.0", + "version": "11.2.1", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "typings": "swiper.d.ts", "type": "module", @@ -208,5 +208,5 @@ "engines": { "node": ">= 4.7.0" }, - "releaseDate": "January 2, 2025" + "releaseDate": "January 10, 2025" }