From 8f18962eeacd1c44886f2c897352b596cb0844d1 Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Tue, 31 Oct 2023 20:15:19 +0200 Subject: [PATCH 1/2] Change README picture --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa5efb30..74d478754 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The lightweight, dependency-free, **dark-theme aware** table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and [much more](https://icflorescu.github.io/mantine-datatable/). -[![Mantine DataTable](https://user-images.githubusercontent.com/581999/189911698-369ba48e-65f0-4772-aad3-cb5e6d4cb59d.png)](https://icflorescu.github.io/mantine-datatable/) +[![Mantine DataTable](https://user-images.githubusercontent.com/581999/279476191-e214e611-9381-46a6-9132-68c27cd8f6aa.png)](https://icflorescu.github.io/mantine-datatable/) **⚠️ Mantine DataTable V7.1 is compatible with Mantine V7.1.** **💡 If you're looking for the old version that works with [Mantine V6](https://v6.mantine.dev), head over to [Mantine DataTable V6](https://icflorescu.github.io/mantine-datatable-v6).** From 5136e01147a9ea3e0cfaf57c0edda073e6c61b70 Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Tue, 31 Oct 2023 20:16:04 +0200 Subject: [PATCH 2/2] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c22d54375..c06e08022 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mantine-datatable", - "version": "7.1.0-alpha.3", + "version": "7.1.0-alpha.4", "description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more", "keywords": [ "mantine",