Skip to content

Commit 878990f

Browse files
authored
Merge pull request #166 from icflorescu/next
Next
2 parents d82ec59 + fb10890 commit 878990f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"postcss.validate": false,
3-
"cssVariables.lookupFiles": ["node_modules/@mantine/core/esm/index.css"]
3+
"cssVariables.lookupFiles": ["node_modules/@mantine/core/esm/index.css"],
4+
"editor.unicodeHighlight.ambiguousCharacters": false
45
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "7.10.1",
3+
"version": "7.10.2",
44
"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",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)