From 117ae2b4f3aef50e843b4b97d3118926a4318cb6 Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Mon, 3 Jul 2023 12:21:39 +0300 Subject: [PATCH] 10.0.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- src/copy/package.json | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6814afc6..d7c0f52ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# [v10.0.2](https://github.com/nolimits4web/Swiper/compare/v10.0.1...v10.0.2) (2023-07-03) + +### Bug Fixes + +- **types:** fix modules imports ([a1b4cf6](https://github.com/nolimits4web/Swiper/commit/a1b4cf61c0a1b14b25a293443c1f336e8a8fa321)), closes [#6803](https://github.com/nolimits4web/Swiper/issues/6803) + # [v10.0.1](https://github.com/nolimits4web/Swiper/compare/v10.0.0...v10.0.1) (2023-07-03) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 628d578ee..6a9f80722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swiper-src", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swiper-src", - "version": "10.0.1", + "version": "10.0.2", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index 7b4667a1a..071d00eb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swiper-src", - "version": "10.0.1", + "version": "10.0.2", "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 d450389c4..9f61f1e88 100644 --- a/src/copy/package.json +++ b/src/copy/package.json @@ -1,6 +1,6 @@ { "name": "swiper", - "version": "10.0.1", + "version": "10.0.2", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "typings": "swiper.d.ts", "type": "module", @@ -204,4 +204,4 @@ "node": ">= 4.7.0" }, "releaseDate": "July 3, 2023" -} \ No newline at end of file +}