Skip to content

Commit 6bd12eb

Browse files
committed
chore: release v0.10.2
1 parent 0364b2c commit 6bd12eb

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.2](https://github.com/pdanpdan/virtual-scroll/compare/v0.10.1...v0.10.2) (2026-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* corner case where initial content was not initially rendered if screen was resized ([0364b2c](https://github.com/pdanpdan/virtual-scroll/commit/0364b2c712d0a3ccc9367ee80401140f74e895cb))
9+
310
## [0.10.1](https://github.com/pdanpdan/virtual-scroll/compare/v0.10.0...v0.10.1) (2026-03-02)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "virtual-scroll-workspace",
33
"type": "module",
4-
"version": "0.10.1",
4+
"version": "0.10.2",
55
"private": true,
66
"packageManager": "pnpm@10.30.3",
77
"description": "Workspace for virtual scroll components",

packages/virtual-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pdanpdan/virtual-scroll",
33
"type": "module",
4-
"version": "0.10.1",
4+
"version": "0.10.2",
55
"description": "A high-performance virtual scroll component for Vue 3",
66
"author": "",
77
"license": "MIT",

0 commit comments

Comments
 (0)