Skip to content

Commit

Permalink
Merge pull request #546 from icflorescu/next
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
icflorescu committed Feb 8, 2024
2 parents 872b9c3 + acda71b commit 4e7491c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 companies around the world, such as: [SegmentX](https://segmentx.ai), [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: [SegmentX](https://segmentx.ai), [Namecheap](https://www.namecheap.com/), [EasyWP](https://www.easywp.com/), [Aquarino](https://www.aquarino.com.br/), [Dera](https://getdera.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/).

Expand Down
9 changes: 8 additions & 1 deletion components/PackageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import classes from './PackageUsers.module.css';
const USERS: {
name: string;
showText?: boolean;
logo: { base: string; ext: 'png' | 'svg'; themed?: true; scale?: number; shift?: number };
logo: { base: string; ext: 'png' | 'webp' | 'svg'; themed?: true; scale?: number; shift?: number };
link: string;
shift?: number;
}[] = [
Expand All @@ -32,6 +32,13 @@ const USERS: {
logo: { base: 'aquarino', ext: 'svg', shift: 2 },
link: 'http://aquarino.com.br',
},
{
name: 'Dera',
showText: true,
logo: { base: 'dera', ext: 'webp', shift: 10 },
link: 'https://getdera.com/',
shift: 1,
},
{
name: 'kappa.ai',
logo: { base: 'kapa', ext: 'png', themed: true, scale: 98, shift: 1 },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "7.5.0",
"version": "7.5.1",
"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",
Expand Down
Binary file added public/users/dera.webp
Binary file not shown.

0 comments on commit 4e7491c

Please sign in to comment.