From 202dd6820ead821d3033910ac75fa96d2e019e49 Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Fri, 29 Dec 2023 15:52:51 +0200 Subject: [PATCH 1/2] Update deps & README --- README.md | 2 +- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index df800db0f..8ddaf18ea 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The lightweight, dependency-free, **dark-theme aware** table component for your > _Thank you for the wonderful, useful, and beautiful DataTable that has allowed me to create several applications without any problem 👏_ -Mantine DataTable is used by developers and startups around the world, such as: [Namecheap](https://www.namecheap.com/), [EasyWP](https://www.easywp.com/), [kapa.ai](https://kapa.ai/), [exdatis.ai](https://exdatis.ai/), [teachfloor](https://www.teachfloor.com/), [MARKUP](https://www.getmarkup.com/), [BookieBase](https://bookiebase.ie/), [zipline](https://zipline.diced.tech/), [Pachtop](https://github.com/pacholoamit/pachtop), [Ganymede](https://github.com/Zibbp/ganymede), [COH3 Stats](https://coh3stats.com/), [Culver City Rental Registry](https://www.ccrentals.org/) and many more. +Mantine DataTable is used by developers and companies around the world, such as: [Namecheap](https://www.namecheap.com/), [EasyWP](https://www.easywp.com/), [kapa.ai](https://kapa.ai/), [exdatis.ai](https://exdatis.ai/), [teachfloor](https://www.teachfloor.com/), [MARKUP](https://www.getmarkup.com/), [BookieBase](https://bookiebase.ie/), [zipline](https://zipline.diced.tech/), [Pachtop](https://github.com/pacholoamit/pachtop), [Ganymede](https://github.com/Zibbp/ganymede), [COH3 Stats](https://coh3stats.com/), [Culver City Rental Registry](https://www.ccrentals.org/) and many more. If you're using Mantine DataTable in your project, please drop me a line at the email address listed in my [GitHub profile](https://github.com/icflorescu) and I'll be happy to add it to the list and on the [documentation website](https://icflorescu.github.io/mantine-datatable/). diff --git a/package.json b/package.json index c2d2090dc..69a24bcf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mantine-datatable", - "version": "7.3.4", + "version": "7.3.5", "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", @@ -82,7 +82,7 @@ "@mantine/modals": "^7.3.2", "@mantine/notifications": "^7.3.2", "@tabler/icons-react": "^2.44.0", - "@tanstack/react-query": "^5.15.0", + "@tanstack/react-query": "^5.15.3", "@types/lodash": "^4.14.202", "@types/node": "^20.10.5", "@types/react": "^18.2.46", diff --git a/yarn.lock b/yarn.lock index 09498629a..9dc568347 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1752,10 +1752,10 @@ resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.14.2.tgz#ef0c1a93e142d5cce90b0ac2d0333a88fc0fbb95" integrity sha512-QmoJvC72sSWs3hgGis8JdmlDvqLfYGWUK4UG6OR9Q6t28JMN9m2FDwKPqoSJ9YVocELCSjMt/FGjEiLfk8000Q== -"@tanstack/react-query@^5.15.0": - version "5.15.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.15.0.tgz#dd40e8845c37b5b11bdc636bd47a392b4be64ec2" - integrity sha512-hWLuZ2Hg9HzmHJ3VtWzhvK+sTxPz+rIIujYUxzapPoU9PPXe7NCm8k8EaKpm+Sc65FM7Dljfk/Ov9yYMhwg9vw== +"@tanstack/react-query@^5.15.3": + version "5.15.3" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.15.3.tgz#e3ce4802790a486caa5b74429b012841fade637b" + integrity sha512-FP30X1oLUJGcekg92cwpRk6+wtzWcsvbz+ezoxOovI8VhtmTKe7R/hDmdPyFML1RVht01ugq/jmJOKygas61EA== dependencies: "@tanstack/query-core" "5.14.2" From 7e7ba3662f5b3ed40213b494f767b881773a942a Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Fri, 29 Dec 2023 15:53:24 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22af88199..f749eeaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The following is a list of notable changes to the Mantine DataTable component. Minor versions that are not listed in the changelog are bug fixes and small improvements. +## 7.3.5 (2023-12-29) + +- Minor README updates + ## 7.3.4 (2023-12-28) - Minor README improvements