diff --git a/.changeset/config.json b/.changeset/config.json index bfd12d278..a59012866 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", "ignore": [] diff --git a/.changeset/khaki-chicken-doubt.md b/.changeset/khaki-chicken-doubt.md new file mode 100644 index 000000000..61efaf9b7 --- /dev/null +++ b/.changeset/khaki-chicken-doubt.md @@ -0,0 +1,5 @@ +--- +"react-virtuoso": patch +--- + +Updated to latest tooling diff --git a/.changeset/lovely-countries-trade.md b/.changeset/lovely-countries-trade.md new file mode 100644 index 000000000..87c88b8bf --- /dev/null +++ b/.changeset/lovely-countries-trade.md @@ -0,0 +1,5 @@ +--- +"react-virtuoso": patch +--- + +correct TS types for custom component, context is always passed diff --git a/packages/react-virtuoso/CHANGELOG.md b/packages/react-virtuoso/CHANGELOG.md deleted file mode 100644 index bfcc52dfe..000000000 --- a/packages/react-virtuoso/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# react-virtuoso - -## 4.12.4 - -### Patch Changes - -- 3e977a7: Updated to latest tooling -- dc2fad9: correct TS types for custom component, context is always passed diff --git a/packages/react-virtuoso/package.json b/packages/react-virtuoso/package.json index 98f223255..d6a7aec56 100644 --- a/packages/react-virtuoso/package.json +++ b/packages/react-virtuoso/package.json @@ -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",