Skip to content

Commit

Permalink
release: v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 24, 2023
1 parent b944d89 commit f988311
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/custom-steps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/custom-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/logarithmic-interpolator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/update-on-drag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ranger/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f988311

Please sign in to comment.