Skip to content

Commit d2aef8a

Browse files
committed
build and bump version
1 parent a33abb2 commit d2aef8a

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
A reactive, accessible, multi-thumb, range slider with the ability to display "pips" or "notches" along the range.
2121
Importable as a **_svelte-component_**, or able to be **used directly in any javascript application / framework**.
2222

23-
2423
<img height="32" src="./public/icons/svelte-svgrepo-com.png" alt="Svelte Icon">
2524
<img height="32" src="./public/icons/vuejs-svgrepo-com.png" alt="Vue Icon">
2625
<img height="32" src="./public/icons/react-svgrepo-com.png" alt="React Icon">

dist/range-slider-pips.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* svelte-range-slider-pips ~ 3.1.0
2+
* svelte-range-slider-pips ~ 3.1.1
33
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
44
* Project home: https://simeydotme.github.io/svelte-range-slider-pips/
55
* © 2024 Simon Goellner <[email protected]> ~ MPL-2.0 License
6-
* Published: 30/8/2024
6+
* Published: 31/8/2024
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

dist/range-slider-pips.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* svelte-range-slider-pips ~ 3.1.0
2+
* svelte-range-slider-pips ~ 3.1.1
33
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
44
* Project home: https://simeydotme.github.io/svelte-range-slider-pips/
55
* © 2024 Simon Goellner <[email protected]> ~ MPL-2.0 License
6-
* Published: 30/8/2024
6+
* Published: 31/8/2024
77
*/
88
/** @returns {void} */
99
function noop() {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-range-slider-pips",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Multi-Thumb, Accessible, Beautiful Range Slider with Pips",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)