Skip to content

Commit

Permalink
Corrected changeset config
Browse files Browse the repository at this point in the history
This reverts commit 54ed0ca.
  • Loading branch information
petyosi committed Feb 8, 2025
1 parent 54ed0ca commit fdbf0c5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
5 changes: 5 additions & 0 deletions .changeset/khaki-chicken-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-virtuoso": patch
---

Updated to latest tooling
5 changes: 5 additions & 0 deletions .changeset/lovely-countries-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-virtuoso": patch
---

correct TS types for custom component, context is always passed
8 changes: 0 additions & 8 deletions packages/react-virtuoso/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-virtuoso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A virtual scroll React component for efficiently rendering large scrollable lists, grids, tables, and feeds",
"author": "Petyo Ivanov",
"sideEffects": false,
"version": "4.12.4",
"version": "4.12.3",
"homepage": "https://virtuoso.dev/",
"license": "MIT",
"source": "src/index.tsx",
Expand Down

0 comments on commit fdbf0c5

Please sign in to comment.