Skip to content

Commit

Permalink
Merge pull request #150 from icflorescu/next
Browse files Browse the repository at this point in the history
Update dev deps
  • Loading branch information
icflorescu authored Mar 5, 2024
2 parents ab315d3 + b0c8cc4 commit c7a5d09
Show file tree
Hide file tree
Showing 3 changed files with 659 additions and 533 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The following is a list of notable changes to the Mantine ContextMenu component.
Minor versions that are not listed in the changelog are minor bug fixes and small internal improvements or refactorings.

## 7.6.2 (2024-03-05)

- Update dev dependencies to ensure compatibility with Mantine 7.6.1

## 7.6.1 (2024-02-28)

- Implement `iconRight` property (see [#147](https://github.com/icflorescu/mantine-contextmenu/pull/147) by [@JTson8](https://github.com/JTson8))
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-contextmenu",
"version": "7.6.1",
"version": "7.6.2",
"description": "Craft your applications for productivity and meet your users’ expectations by enhancing your Mantine-based UIs with a desktop-grade, lightweight yet fully-featured, dark-theme aware context-menu component, built by the creator of Mantine DataTable",
"keywords": [
"ui",
Expand Down Expand Up @@ -79,18 +79,18 @@
"@mantine/notifications": "^7.6.1",
"@tabler/icons-react": "^2.47.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/node": "^20.11.24",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"clsx": "^2.1.0",
"cssnano": "^6.0.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eslint-config-next": "^14.1.2",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"next": "14.1.0",
"next": "14.1.2",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.1",
Expand Down
Loading

0 comments on commit c7a5d09

Please sign in to comment.