Skip to content

Commit

Permalink
11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 9, 2024
1 parent f73cc2a commit 07110fd
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.1.1](https://github.com/nolimits4web/Swiper/compare/v11.1.0...v11.1.1) (2024-04-09)

### Bug Fixes

- **zoom:** fix zoom pan not preventing slide changes using touch ([f73cc2a](https://github.com/nolimits4web/Swiper/commit/f73cc2a7a0bc4b9d094c33853e629785d1b5ddeb)), closes [#7308](https://github.com/nolimits4web/Swiper/issues/7308)

# [11.1.0](https://github.com/nolimits4web/Swiper/compare/v11.0.7...v11.1.0) (2024-03-28)

### 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.1.0",
"version": "11.1.1",
"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.1.0",
"version": "11.1.1",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"typings": "swiper.d.ts",
"type": "module",
Expand Down Expand Up @@ -208,5 +208,5 @@
"engines": {
"node": ">= 4.7.0"
},
"releaseDate": "March 28, 2024"
"releaseDate": "April 9, 2024"
}

0 comments on commit 07110fd

Please sign in to comment.