Skip to content

Commit

Permalink
release: v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 9, 2024
1 parent a4d2d41 commit b60110a
Show file tree
Hide file tree
Showing 34 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions examples/lit/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/lit-virtual": "^3.8.1",
"@tanstack/virtual-core": "^3.8.1",
"@tanstack/lit-virtual": "^3.8.2",
"@tanstack/virtual-core": "^3.8.2",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/lit/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/lit-virtual": "^3.8.1",
"@tanstack/virtual-core": "^3.8.1",
"@tanstack/lit-virtual": "^3.8.2",
"@tanstack/virtual-core": "^3.8.2",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/react-virtual": "^3.8.1",
"@tanstack/react-virtual": "^3.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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 @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/react-virtual": "^3.8.1",
"@tanstack/react-virtual": "^3.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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.8.1",
"@tanstack/react-virtual": "^3.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@tanstack/react-query": "^5.50.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": "^18.3.1",
"react-dom": "^18.3.1",
"@tanstack/react-virtual": "^3.8.1"
"@tanstack/react-virtual": "^3.8.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
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": "^24.0.4",
"@tanstack/react-virtual": "^3.8.1",
"@tanstack/react-virtual": "^3.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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": "^18.3.1",
"react-dom": "^18.3.1",
"@tanstack/react-virtual": "^3.8.1"
"@tanstack/react-virtual": "^3.8.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
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.6.0",
"@tanstack/react-virtual": "^3.8.1",
"@tanstack/react-virtual": "^3.8.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/react-table": "^8.19.2",
"@tanstack/react-virtual": "^3.8.1",
"@tanstack/react-virtual": "^3.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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": "^18.3.1",
"react-dom": "^18.3.1",
"@tanstack/react-virtual": "^3.8.1"
"@tanstack/react-virtual": "^3.8.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/react-virtual": "^3.8.1",
"@tanstack/react-virtual": "^3.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/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/svelte-virtual": "^3.8.1"
"@tanstack/svelte-virtual": "^3.8.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-virtual": "^3.8.1"
"@tanstack/svelte-virtual": "^3.8.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.50.3",
"@tanstack/svelte-virtual": "^3.8.1"
"@tanstack/svelte-virtual": "^3.8.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/smooth-scroll/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/svelte-virtual": "^3.8.1"
"@tanstack/svelte-virtual": "^3.8.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/sticky/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/svelte-virtual": "^3.8.1",
"@tanstack/svelte-virtual": "^3.8.2",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/svelte-table": "^8.19.2",
"@tanstack/svelte-virtual": "^3.8.1"
"@tanstack/svelte-virtual": "^3.8.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"vue": "^3.4.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"vue": "^3.4.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-query": "^5.51.0",
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"vue": "^3.4.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"vue": "^3.4.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/scroll-padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"@vueuse/core": "^10.11.0",
"vue": "^3.4.31"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"vue": "^3.4.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"lodash": "^4.17.21",
"vue": "^3.4.31"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/table/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/vue-table": "^8.19.2",
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"vue": "^3.4.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.8.1",
"@tanstack/vue-virtual": "^3.8.2",
"vue": "^3.4.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/lit-virtual",
"version": "3.8.1",
"version": "3.8.2",
"description": "Headless UI for virtualizing scrollable elements in Lit",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-virtual",
"version": "3.8.1",
"version": "3.8.2",
"description": "Headless UI for virtualizing scrollable elements in React",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-virtual",
"version": "3.8.1",
"version": "3.8.2",
"description": "Headless UI for virtualizing scrollable elements in Solid",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/svelte-virtual",
"version": "3.8.1",
"version": "3.8.2",
"description": "Headless UI for virtualizing scrollable elements in Svelte",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/virtual-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/virtual-core",
"version": "3.8.1",
"version": "3.8.2",
"description": "Headless UI for virtualizing scrollable elements in TS/JS + Frameworks",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-virtual",
"version": "3.8.1",
"version": "3.8.2",
"description": "Headless UI for virtualizing scrollable elements in Vue",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
Loading

0 comments on commit b60110a

Please sign in to comment.