Skip to content

Commit

Permalink
Merge pull request #301 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps & bump version
  • Loading branch information
icflorescu authored May 22, 2023
2 parents d7fb2c6 + 3d76b84 commit b132712
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 157 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.5.1 (2023-05-22)

- Implement filtering support, thanks to @MatthijsMud (PR #297)

## 2.5.0 (2023-05-17)

- Slight change in the default sorting behavior (issue #295)
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-docs",
"version": "2.5.0",
"version": "2.5.1",
"description": "Docs website for mantine-datatable; see ../package/package.json for more info",
"private": true,
"scripts": {
Expand All @@ -20,21 +20,21 @@
"@mantine/next": "^6.0.11",
"@mantine/notifications": "^6.0.11",
"@mantine/prism": "^6.0.11",
"@tabler/icons-react": "^2.19.0",
"@tabler/icons-react": "^2.20.0",
"@tanstack/react-query": "^4.29.7",
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"mantine-datatable": "*",
"next": "^13.4.2",
"next": "^13.4.3",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.0.9",
"next-sitemap": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "^20.1.7",
"@types/node": "^20.2.3",
"@types/react": "^18.2.6",
"mixpanel-browser": "^2.47.0",
"typescript": "^5.0.4"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-turborepo",
"version": "2.5.0",
"version": "2.5.1",
"description": "This is a monorepo; see package/package.json for more info",
"private": true,
"workspaces": [
Expand Down Expand Up @@ -30,13 +30,13 @@
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"babel-jest": "^29.5.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.3",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"turbo": "^1.9.6",
"turbo": "^1.9.8",
"typescript": "^5.0.4"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "2.5.0",
"version": "2.5.1",
"description": "Datatable component for Mantine UI, featuring asynchronous data loading support, pagination, multple rows selection, column sorting, custom cell data rendering, row context menu, row expansion and more",
"keywords": [
"ui",
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@mantine/core": "^6.0.11",
"@mantine/hooks": "^6.0.11",
"@tabler/icons-react": "^2.19.0",
"@tabler/icons-react": "^2.20.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"esbuild": "^0.17.19",
Expand Down
Loading

0 comments on commit b132712

Please sign in to comment.