Skip to content

Commit

Permalink
Update GitHub workflow action versions & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed May 3, 2024
1 parent 6e56207 commit 62a48a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: '20'
cache: yarn
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.next/cache
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.8.2 (2024-05-03)

- Update dev dependencies to ensure compatibility with Mantine 7.9
- Update GitHub workflow action versions

## 7.8.2 (2024-04-26)

- 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))
Expand Down

0 comments on commit 62a48a3

Please sign in to comment.