Skip to content

Commit eaaa776

Browse files
committed
3.0.0-beta.3
1 parent 02759f8 commit eaaa776

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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.0.0-beta.2
2+
* svelte-range-slider-pips ~ 3.0.0-beta.3
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: 5/2/2024 @ 0:5
6+
* Published: 5/2/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.0.0-beta.2
2+
* svelte-range-slider-pips ~ 3.0.0-beta.3
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: 5/2/2024 @ 0:5
6+
* Published: 5/2/2024
77
*/
88
/** @returns {void} */
99
function noop() {}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"description": "Multi-Thumb, Accessible, Beautiful Range Slider with Pips",
55
"repository": {
66
"type": "git",

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const banner = `/**
2828
* ${pkg.description || ''}
2929
* ${pkg.homepage ? `Project home: ${pkg.homepage}` : ''}
3030
* © ${new Date().getFullYear()} ${pkg.author} ~ ${pkg.license} License
31-
* Published: ${new Date().getDate()}/${new Date().getMonth() + 1}/${new Date().getFullYear()} @ ${new Date().getHours()}:${new Date().getMinutes()}
31+
* Published: ${new Date().getDate()}/${new Date().getMonth() + 1}/${new Date().getFullYear()}
3232
*/`;
3333

3434
const production = !process.env.ROLLUP_WATCH;

0 commit comments

Comments
 (0)