Skip to content

Commit

Permalink
release: v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 23, 2023
1 parent cac6ec6 commit 2dc91b0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.1",
"@tanstack/react-ranger": "0.0.3",
"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.1",
"@tanstack/react-ranger": "0.0.3",
"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.1",
"@tanstack/react-ranger": "0.0.3",
"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.1",
"@tanstack/react-ranger": "0.0.3",
"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.1",
"@tanstack/react-ranger": "0.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ranger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/ranger",
"author": "Tanner Linsley",
"version": "0.0.1",
"version": "0.0.3",
"description": "Hooks for building range and multi-range sliders in React",
"license": "MIT",
"homepage": "https://github.com/tannerlinsley/react-ranger#readme",
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.1",
"version": "0.0.3",
"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 2dc91b0

Please sign in to comment.