From 93aa80007037c4cfb50e23491bafbace1782b118 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 21 May 2025 13:10:08 +0100 Subject: [PATCH 1/2] remove unnecessary jsdoc type --- rolldown.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rolldown.config.ts b/rolldown.config.ts index 1ca8a261ac..23040c1979 100644 --- a/rolldown.config.ts +++ b/rolldown.config.ts @@ -19,7 +19,7 @@ export default defineConfig({ wyw({ exclude: ['**/*.d.ts'], preprocessor: 'none', - classNameSlug(/** @type {string} */ hash) { + classNameSlug(hash) { // We add the package version as suffix to avoid style conflicts // between multiple versions of RDG on the same page. return `${hash}${pkg.version.replaceAll('.', '-')}`; From 644990160932148a99fde7be00e43a11f17566f8 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 21 May 2025 13:10:17 +0100 Subject: [PATCH 2/2] Publish 7.0.0-beta.53 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f50d02cd68..f0cb5ae815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-data-grid", - "version": "7.0.0-beta.52", + "version": "7.0.0-beta.53", "license": "MIT", "description": "Feature-rich and customizable data grid React component", "keywords": [