Skip to content

Commit 3a0af75

Browse files
committed
chore: release v0.8.0
1 parent ed05e47 commit 3a0af75

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.8.0](https://github.com/pdanpdan/virtual-scroll/compare/v0.7.0...v0.8.0) (2026-02-07)
4+
5+
6+
### Features
7+
8+
* use lightningcss with profile widely-available to compile css ([ed05e47](https://github.com/pdanpdan/virtual-scroll/commit/ed05e4777af04ecb6b98ffdd31c681a1a2b16a86))
9+
310
# [0.7.0](https://github.com/pdanpdan/virtual-scroll/compare/v0.6.1...v0.7.0) (2026-02-03)
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.7.0",
4+
"version": "0.8.0",
55
"private": true,
66
"packageManager": "pnpm@10.28.2",
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.7.0",
4+
"version": "0.8.0",
55
"description": "A high-performance virtual scroll component for Vue 3",
66
"author": "",
77
"license": "MIT",

0 commit comments

Comments
 (0)