Skip to content

Commit 102a779

Browse files
ci: Version Packages (#1070)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2587e92 commit 102a779

File tree

6 files changed

+41
-40
lines changed

6 files changed

+41
-40
lines changed

.changeset/hip-eels-speak.md

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

examples/lit/dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@faker-js/faker": "^8.4.1",
12-
"@tanstack/lit-virtual": "^3.13.12",
12+
"@tanstack/lit-virtual": "^3.13.13",
1313
"@tanstack/virtual-core": "^3.13.12",
1414
"lit": "^3.3.0"
1515
},

examples/lit/fixed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@faker-js/faker": "^8.4.1",
12-
"@tanstack/lit-virtual": "^3.13.12",
12+
"@tanstack/lit-virtual": "^3.13.13",
1313
"@tanstack/virtual-core": "^3.13.12",
1414
"lit": "^3.3.0"
1515
},

packages/lit-virtual/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tanstack/lit-virtual
22

3+
## 3.13.13
4+
5+
### Patch Changes
6+
7+
- fix(lit-virtual): create Virtualizer instance before hostConnected ([#1061](https://github.com/TanStack/virtual/pull/1061))
8+
9+
When creating an instance of the reactive controller in `connectedCallback`, calling `addController` will synchronously call `hostConnected` on the controller. This means that `this.virtualizer` will still be `undefined`.
10+
311
## 3.13.12
412

513
### Patch Changes

packages/lit-virtual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/lit-virtual",
3-
"version": "3.13.12",
3+
"version": "3.13.13",
44
"description": "Headless UI for virtualizing scrollable elements in Lit",
55
"author": "Tanner Linsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)