From f988311b7d4384d0ee4df704affba52fe395fa1d Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 24 Nov 2023 09:24:11 +0000 Subject: [PATCH] release: v0.0.4 --- examples/react/basic/package.json | 2 +- examples/react/custom-steps/package.json | 2 +- examples/react/custom-styles/package.json | 2 +- examples/react/logarithmic-interpolator/package.json | 2 +- examples/react/update-on-drag/package.json | 2 +- packages/react-ranger/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 54fbfd9..e614138 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -8,7 +8,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-ranger": "0.0.3", + "@tanstack/react-ranger": "0.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/custom-steps/package.json b/examples/react/custom-steps/package.json index b662ede..fbf2d69 100644 --- a/examples/react/custom-steps/package.json +++ b/examples/react/custom-steps/package.json @@ -8,7 +8,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-ranger": "0.0.3", + "@tanstack/react-ranger": "0.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/custom-styles/package.json b/examples/react/custom-styles/package.json index bc4026d..8ce1631 100644 --- a/examples/react/custom-styles/package.json +++ b/examples/react/custom-styles/package.json @@ -8,7 +8,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-ranger": "0.0.3", + "@tanstack/react-ranger": "0.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/logarithmic-interpolator/package.json b/examples/react/logarithmic-interpolator/package.json index cc08167..b20eaf0 100644 --- a/examples/react/logarithmic-interpolator/package.json +++ b/examples/react/logarithmic-interpolator/package.json @@ -8,7 +8,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-ranger": "0.0.3", + "@tanstack/react-ranger": "0.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/update-on-drag/package.json b/examples/react/update-on-drag/package.json index f43f905..32182f5 100644 --- a/examples/react/update-on-drag/package.json +++ b/examples/react/update-on-drag/package.json @@ -8,7 +8,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-ranger": "0.0.3", + "@tanstack/react-ranger": "0.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/react-ranger/package.json b/packages/react-ranger/package.json index a6a8e76..26eecd3 100644 --- a/packages/react-ranger/package.json +++ b/packages/react-ranger/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/react-ranger", "author": "Tanner Linsley", - "version": "0.0.3", + "version": "0.0.4", "description": "Hooks for building range and multi-range sliders in React", "license": "MIT", "homepage": "https://github.com/tanstack/ranger#readme",