Skip to content

Commit

Permalink
11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 25, 2023
1 parent 3f5e05d commit e6f76d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

# [11.0.2](https://github.com/nolimits4web/Swiper/compare/v11.0.1...v11.0.2) (2023-10-25)

### Bug Fixes

- **core:** correctly handle loopAdditionalSlides parameter ([3f5e05d](https://github.com/nolimits4web/Swiper/commit/3f5e05d59a776e2cfc3a709e4b230ff23191266c))

# [11.0.1](https://github.com/nolimits4web/Swiper/compare/v11.0.0...v11.0.1) (2023-10-24)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "swiper-src",
"version": "11.0.1",
"version": "11.0.2",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/copy/package.json
@@ -1,6 +1,6 @@
{
"name": "swiper",
"version": "11.0.1",
"version": "11.0.2",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"typings": "swiper.d.ts",
"type": "module",
Expand Down Expand Up @@ -204,5 +204,5 @@
"engines": {
"node": ">= 4.7.0"
},
"releaseDate": "October 24, 2023"
"releaseDate": "October 25, 2023"
}

0 comments on commit e6f76d5

Please sign in to comment.