astro-swiper 2.6.1 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center" style="background-color: dark-grey; padding: 1rem;">
2
2
  <a href="https://swiperjs.com" target="_blank"><img width="70" width="auto" src="images/swiper-logo.svg"></a>
3
- <a href="https://astro.build/" target="_blank"><img height="68" width="auto" src="images/astro-logo.svg"></a>
3
+ <a href="https://astro.build/" target="_blank"><img height="68" width="auto" src="images/astro-logo.png"></a>
4
4
 
5
5
  # Astro Swiper
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-swiper",
3
- "version": "2.6.1",
3
+ "version": "2.7.0",
4
4
  "description": "Astro component for swiper, dedicated to slider / carousel / photo swiper / slide, including thumbnails",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -61,6 +61,6 @@
61
61
  "thumbnail"
62
62
  ],
63
63
  "dependencies": {
64
- "swiper": "^12.1.4"
64
+ "swiper": "^12.2.0"
65
65
  }
66
66
  }