Skip to content

Commit bc09516

Browse files
authored
Version Packages (#714)
2 parents b9e945d + 970509d commit bc09516

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/unlucky-cars-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/virtual/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @solid-primitives/virtual
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- e1ebe61: Add a headless virtual list primitive: `createVirtualList` in #702

packages/virtual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/virtual",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "A virtualized list component for performantly rendering lists with many elements",
55
"author": "Spencer Whitehead <[email protected]>",
66
"contributors": [],

0 commit comments

Comments
 (0)