Skip to content

Commit 6b1ad0e

Browse files
Version Packages (#1329)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2af2459 commit 6b1ad0e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/spicy-numbers-feel.md

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

examples/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @virtuoso.dev/examples
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2d2c1c5`](https://github.com/petyosi/react-virtuoso/commit/2d2c1c56d72ae0c05e54d8e393a42b96d9603175)]:
8+
- react-virtuoso@4.18.1
9+
310
## 0.0.1
411

512
### Patch Changes

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@virtuoso.dev/examples",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "",
66
"main": "index.js",
77
"scripts": {

packages/react-virtuoso/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-virtuoso
22

3+
## 4.18.1
4+
5+
### Patch Changes
6+
7+
- [#1328](https://github.com/petyosi/react-virtuoso/pull/1328) [`2d2c1c5`](https://github.com/petyosi/react-virtuoso/commit/2d2c1c56d72ae0c05e54d8e393a42b96d9603175) Thanks [@petyosi](https://github.com/petyosi)! - Fix missing type for table
8+
39
## 4.18.0
410

511
### Minor Changes

packages/react-virtuoso/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A virtual scroll React component for efficiently rendering large scrollable lists, grids, tables, and feeds",
44
"author": "Petyo Ivanov",
55
"sideEffects": false,
6-
"version": "4.18.0",
6+
"version": "4.18.1",
77
"homepage": "https://virtuoso.dev/",
88
"license": "MIT",
99
"source": "src/index.tsx",

0 commit comments

Comments
 (0)