Skip to content

Commit

Permalink
release: v3.0.0-beta.50
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Feb 26, 2023
1 parent bc16c19 commit e5f978e
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion examples/react/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "7.6.0",
"@tanstack/react-virtual": "3.0.0-beta.49",
"@tanstack/react-virtual": "3.0.0-beta.50",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tanstack/react-virtual": "3.0.0-beta.49"
"@tanstack/react-virtual": "3.0.0-beta.50"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-virtual": "3.0.0-beta.49",
"@tanstack/react-virtual": "3.0.0-beta.50",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.39.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tanstack/react-virtual": "3.0.0-beta.49"
"@tanstack/react-virtual": "3.0.0-beta.50"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/scroll-padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@react-hookz/web": "^14.2.2",
"@tanstack/react-virtual": "3.0.0-beta.49",
"@tanstack/react-virtual": "3.0.0-beta.50",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tanstack/react-virtual": "3.0.0-beta.49"
"@tanstack/react-virtual": "3.0.0-beta.50"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.1.0",
"@tanstack/react-virtual": "3.0.0-beta.49",
"@tanstack/react-virtual": "3.0.0-beta.50",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tanstack/react-virtual": "3.0.0-beta.49"
"@tanstack/react-virtual": "3.0.0-beta.50"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/react-virtual",
"author": "Tanner Linsley",
"version": "3.0.0-beta.49",
"version": "3.0.0-beta.50",
"description": "Headless UI for virtualizing scrollable elements in React",
"license": "MIT",
"homepage": "https://github.com/tanstack/virtual#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/solid-virtual",
"author": "Tanner Linsley",
"version": "3.0.0-beta.49",
"version": "3.0.0-beta.50",
"description": "Headless UI for virtualizing scrollable elements in Solid",
"license": "MIT",
"homepage": "https://github.com/tanstack/virtual#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/svelte-virtual",
"author": "Tanner Linsley",
"version": "3.0.0-beta.49",
"version": "3.0.0-beta.50",
"description": "Headless UI for virtualizing scrollable elements in Svelte",
"license": "MIT",
"homepage": "https://github.com/tanstack/virtual#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/vue-virtual",
"author": "Tanner Linsley",
"version": "3.0.0-beta.49",
"version": "3.0.0-beta.50",
"description": "Headless UI for virtualizing scrollable elements in Vue",
"license": "MIT",
"homepage": "https://github.com/tanstack/virtual#readme",
Expand Down

0 comments on commit e5f978e

Please sign in to comment.