Skip to content

Commit 3bcba3b

Browse files
committed
chore: downgrade to mantine 7.17.0 due to regression in dropdowns
1 parent 1880dd8 commit 3bcba3b

File tree

3 files changed

+49
-44
lines changed

3 files changed

+49
-44
lines changed

.changeset/metal-pants-accept.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quassel/ui": patch
3+
---
4+
5+
Downgrade mantine to 7.17.0 due to regression in dropdowns

libs/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"preview": "vite preview"
3030
},
3131
"dependencies": {
32-
"@mantine/core": "^7.17.1",
33-
"@mantine/dates": "7.17.1",
34-
"@mantine/form": "7.17.1",
35-
"@mantine/hooks": "^7.17.1",
36-
"@mantine/notifications": "7.17.1",
32+
"@mantine/core": "7.17.0",
33+
"@mantine/dates": "7.17.0",
34+
"@mantine/form": "7.17.0",
35+
"@mantine/hooks": "7.17.0",
36+
"@mantine/notifications": "7.17.0",
3737
"@tabler/icons-react": "^3.31.0",
3838
"dayjs": "^1.11.13",
3939
"react": "^19.0.0",

pnpm-lock.yaml

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)