Skip to content

Commit 62a48a3

Browse files
committed
Update GitHub workflow action versions & changelog
1 parent 6e56207 commit 62a48a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/publish-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: '20'
3333
cache: yarn
3434
- name: Restore cache
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: |
3838
.next/cache

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.8.2 (2024-05-03)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.9
9+
- Update GitHub workflow action versions
10+
611
## 7.8.2 (2024-04-26)
712

813
- Add `rowExpansion.expandable` property defining if row can be expanded (see [#579](https://github.com/icflorescu/mantine-datatable/issues/579), by [@camdarley](https://github.com/camdarley))

0 commit comments

Comments
 (0)