From 8e5e9018779d8db881bb4df5ca09df17c9c3b8a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 3 Nov 2024 20:07:49 +0000 Subject: [PATCH] chore(release): update versions to 4.10.22 --- lib/components/RevoGrid.ts | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/components/RevoGrid.ts b/lib/components/RevoGrid.ts index 3468673..ba0a9ba 100644 --- a/lib/components/RevoGrid.ts +++ b/lib/components/RevoGrid.ts @@ -891,7 +891,7 @@ Can be specific part as rgRow or pinned rgRow or 'all' by default. */ } - /** Sets data at specified cell. + /** Refreshes data at specified cell. Useful for performance optimization. No viewport update will be triggered. */ get setDataAt(): Components.RevoGrid["setDataAt"] { diff --git a/package.json b/package.json index 594f0aa..a3d247d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@revolist/svelte-datagrid", - "version": "4.10.21", + "version": "4.10.22", "description": "Svelte DataGrid Spreadsheet component with native cell render support", "main": "./dist/svelte-datagrid.umd.cjs", "module": "./dist/svelte-datagrid.js", @@ -73,7 +73,7 @@ "vite-plugin-dts": "^3.9.1" }, "dependencies": { - "@revolist/revogrid": "4.10.21" + "@revolist/revogrid": "4.10.22" }, "publishConfig": { "access": "public"