Skip to content

Commit 711b52e

Browse files
committed
chore: release v0.10.3
1 parent 6f0106f commit 711b52e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.3](https://github.com/pdanpdan/virtual-scroll/compare/v0.10.2...v0.10.3) (2026-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* initial scroll to bottom ([6f0106f](https://github.com/pdanpdan/virtual-scroll/commit/6f0106f39b00930d0c072ed96f2406ada797bfbf))
9+
310
## [0.10.2](https://github.com/pdanpdan/virtual-scroll/compare/v0.10.1...v0.10.2) (2026-03-14)
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.2",
4+
"version": "0.10.3",
55
"private": true,
66
"packageManager": "pnpm@10.32.1",
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.2",
4+
"version": "0.10.3",
55
"description": "A high-performance virtual scroll component for Vue 3",
66
"author": "",
77
"license": "MIT",

0 commit comments

Comments
 (0)