Skip to content

Commit

Permalink
feat: breaking name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 2, 2022
1 parent 5f0dfe9 commit e2f7d79
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/react/dynamic/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": "4.0.0-alpha.0"
"@tanstack/react-virtual": "3.0.0-alpha.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.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": "4.0.0-alpha.0"
"@tanstack/react-virtual": "3.0.0-alpha.1"
},
"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": "4.0.0-alpha.0",
"@tanstack/react-virtual": "3.0.0-alpha.1",
"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": "4.0.0-alpha.0"
"@tanstack/react-virtual": "3.0.0-alpha.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
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": "4.0.0-alpha.0"
"@tanstack/react-virtual": "3.0.0-alpha.1"
},
"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": "4.0.0-alpha.0",
"@tanstack/react-virtual": "3.0.0-alpha.1",
"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": "4.0.0-alpha.0"
"@tanstack/react-virtual": "3.0.0-alpha.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down
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": "4.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"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/virtual-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/virtual-core",
"author": "Tanner Linsley",
"version": "4.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Headless UI for virtualizing scrollable elements in TS/JS + Frameworks",
"license": "MIT",
"homepage": "https://github.com/tanstack/virtual#readme",
Expand Down

0 comments on commit e2f7d79

Please sign in to comment.