Skip to content

Commit 9c8fcd0

Browse files
Version Packages (#1450)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10416bc commit 9c8fcd0

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/fix-data-table-root-classname.md

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

apps/virtuoso.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virtuoso.dev/virtuoso.dev",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"private": true,
55
"type": "module",
66
"publishConfig": {

packages/data-table/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`c6bcd5a`](https://github.com/petyosi/react-virtuoso/commit/c6bcd5ad6e6ba2c6db6aaa1af85542efb629172f) Thanks [@petyosi](https://github.com/petyosi)! - Apply `className` only to the internal scroller in default scroll mode, preventing duplicate wrapper styling on the layout root.
8+
39
## 0.3.0
410

511
### Minor Changes

packages/data-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virtuoso.dev/data-table",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": false,
55
"description": "Virtualized React data table component with column and row virtualization.",
66
"keywords": [

0 commit comments

Comments
 (0)