Skip to content

Commit b2d4c51

Browse files
authored
Merge pull request #618 from icflorescu/next
Update docs, README, CHANGELOG
2 parents f3fffe7 + 253d5a2 commit b2d4c51

File tree

5 files changed

+148
-139
lines changed

5 files changed

+148
-139
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The following is a list of notable changes to the Mantine DataTable component.
44
Minor versions that are not listed in the changelog are bug fixes and small improvements.
55

6+
## 7.11.2 (2024-07-10)
7+
8+
- Update dev dependencies
9+
- Emphasize that PRs should be made against the `next` branch in the README and on the [documentation website](https://icflorescu.github.io/mantine-datatable/)
10+
11+
612
## 7.11.1 (2024-06-30)
713

814
- Add new `paginationWithControls` prop (thanks to [@ValentinJS](https://github.com/ValentinJS) for PR [#611](https://github.com/icflorescu/mantine-datatable/pull/611))

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ Mantine DataTable works perfectly with [Mantine Context Menu](https://icflorescu
140140

141141
## Contributing
142142

143-
See the [contributing guide in the documentation website](https://icflorescu.github.io/mantine-datatable/contribute-and-support) or the repo [CONTRIBUTING.md](https://github.com/icflorescu/mantine-datatable/blob/master/CONTRIBUTING.md) file for details. **Most importantly, remember to make your PRs against the `next` branch.**
143+
See the [contributing guide in the documentation website](https://icflorescu.github.io/mantine-datatable/contribute-and-support) or the repo [CONTRIBUTING.md](https://github.com/icflorescu/mantine-datatable/blob/master/CONTRIBUTING.md) file for details.
144+
145+
💡 Most importantly, remember to **make your PRs against the `next` branch.**
144146

145147
Here's the list of people who have already contributed to Mantine DataTable:
146148

app/contribute-and-support/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export default function ContributeAndSupportPage() {
5151
<Txt>
5252
I’m building these projects out of passion, but the constant effort of spending so many hours on open-source
5353
development and maintenance takes its toll, and passion alone doesn’t pay the bills. So, if you find{' '}
54-
{PRODUCT_NAME} useful and you want to support its future development, please consider{' '}
54+
{PRODUCT_NAME} or <ExternalLink to={MANTINE_CONTEXTMENU_LINK}>{MANTINE_CONTEXTMENU_PRODUCT_NAME}</ExternalLink>{' '}
55+
useful and want to support thier future development, please consider{' '}
5556
<ExternalLink to="https://github.com/sponsors/icflorescu">sponsoring my work</ExternalLink> ❤️.
5657
</Txt>
5758
<PageSubtitle value="Raise issues and discuss new features" />

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,28 +75,28 @@
7575
"@ducanh2912/next-pwa": "^10.2.7",
7676
"@faker-js/faker": "^8.4.1",
7777
"@formkit/auto-animate": "^0.8.2",
78-
"@mantine/code-highlight": "^7.11.0",
79-
"@mantine/core": "^7.11.0",
80-
"@mantine/dates": "^7.11.0",
81-
"@mantine/hooks": "^7.11.0",
82-
"@mantine/modals": "^7.11.0",
83-
"@mantine/notifications": "^7.11.0",
84-
"@tabler/icons-react": "^3.7.0",
85-
"@tanstack/react-query": "^5.49.2",
78+
"@mantine/code-highlight": "^7.11.1",
79+
"@mantine/core": "^7.11.1",
80+
"@mantine/dates": "^7.11.1",
81+
"@mantine/hooks": "^7.11.1",
82+
"@mantine/modals": "^7.11.1",
83+
"@mantine/notifications": "^7.11.1",
84+
"@tabler/icons-react": "^3.10.0",
85+
"@tanstack/react-query": "^5.50.1",
8686
"@types/lodash": "^4.17.6",
87-
"@types/node": "^20.14.9",
87+
"@types/node": "^20.14.10",
8888
"@types/react": "^18.3.3",
8989
"@types/react-dom": "^18.3.0",
90-
"@typescript-eslint/eslint-plugin": "^7.14.1",
91-
"@typescript-eslint/parser": "^7.14.1",
90+
"@typescript-eslint/eslint-plugin": "^7.16.0",
91+
"@typescript-eslint/parser": "^7.16.0",
9292
"clsx": "^2.1.1",
93-
"cssnano": "^7.0.3",
93+
"cssnano": "^7.0.4",
9494
"dayjs": "^1.11.11",
9595
"eslint": "^8",
9696
"eslint-config-next": "^14.2.4",
9797
"eslint-config-prettier": "^9.1.0",
9898
"lodash": "^4.17.21",
99-
"mantine-contextmenu": "^7.11.0",
99+
"mantine-contextmenu": "^7.11.2",
100100
"next": "^14.2.4",
101101
"postcss": "^8.4.39",
102102
"postcss-cli": "^11.0.0",
@@ -109,7 +109,7 @@
109109
"sharp": "^0.33.4",
110110
"swr": "^2.2.5",
111111
"tsup": "^8.1.0",
112-
"typescript": "^5.5.2",
112+
"typescript": "^5.5.3",
113113
"webpack": "^5.92.1"
114114
},
115115
"peerDependencies": {

0 commit comments

Comments
 (0)