From a72f3d6b67a858fcaf519cf33a285263b43bd540 Mon Sep 17 00:00:00 2001 From: Pawel Marek Date: Wed, 13 Nov 2024 10:50:14 +0100 Subject: [PATCH] update reactgrid version in getting started guide to 5.0.0-alpha.4 --- website/pages/docs/5.0/1-getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/5.0/1-getting-started.mdx b/website/pages/docs/5.0/1-getting-started.mdx index 4229d37c..4f85aab4 100644 --- a/website/pages/docs/5.0/1-getting-started.mdx +++ b/website/pages/docs/5.0/1-getting-started.mdx @@ -12,7 +12,7 @@ In this guide, we're going to build a very simple React App, which will make use #### NPM Install ```shell -npm i @silevis/reactgrid@5.0.0-alpha.2 +npm i @silevis/reactgrid@5.0.0-alpha.4 ``` Unlike previous versions, there's no longer a need to import the CSS file separately.