solid-slider 1.3.6 → 1.3.7

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 +1 -1
package/README.md CHANGED
@@ -174,7 +174,7 @@ Thie library exports it's own CSS which is the basic Keen-Slider implementation
174
174
  - 1.3.1 - Introduced Slider, SliderProvider and SliderButton for ease.
175
175
  - 1.3.2 - Patched issue with initial slide not setting current signal.
176
176
  - 1.3.5 - Updated to latest SolidJS version.
177
- - 1.3.6 - Fixed TS issues updated to latest KeenSlider.
177
+ - 1.3.7 - Fixed TS issues updated to latest KeenSlider.
178
178
 
179
179
  ## Keen Options API
180
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-slider",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "A slider utility for SolidJS.",
5
5
  "author": "David Di Biase",
6
6
  "repository": {