Skip to content

Commit 3a4f65d

Browse files
committed
[release] Version: 7.9.2
1 parent f6210e9 commit 3a4f65d

File tree

19 files changed

+73
-73
lines changed

19 files changed

+73
-73
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-a91763c0e2",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Mantine Components Monorepo",
55
"packageManager": "[email protected]",
66
"license": "MIT",

packages/@mantine/carousel/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/carousel",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Embla based carousel",
55
"homepage": "https://mantine.dev/x/carousel/",
66
"license": "MIT",
@@ -44,8 +44,8 @@
4444
"directory": "packages/@mantine/carousel"
4545
},
4646
"peerDependencies": {
47-
"@mantine/core": "7.9.1",
48-
"@mantine/hooks": "7.9.1",
47+
"@mantine/core": "7.9.2",
48+
"@mantine/hooks": "7.9.2",
4949
"embla-carousel-react": ">=7.0.0",
5050
"react": "^18.2.0",
5151
"react-dom": "^18.2.0"

packages/@mantine/charts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/charts",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Charts components built with recharts and Mantine",
55
"homepage": "https://mantine.dev/",
66
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"directory": "packages/@mantine/charts"
3636
},
3737
"peerDependencies": {
38-
"@mantine/core": "7.9.1",
39-
"@mantine/hooks": "7.9.1",
38+
"@mantine/core": "7.9.2",
39+
"@mantine/hooks": "7.9.2",
4040
"react": "^18.2.0",
4141
"react-dom": "^18.2.0",
4242
"recharts": "^2.10.3"

packages/@mantine/code-highlight/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/code-highlight",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Code highlight with Mantine theme",
55
"homepage": "https://mantine.dev/x/code-highlight/",
66
"license": "MIT",
@@ -45,8 +45,8 @@
4545
"directory": "packages/@mantine/code-highlight"
4646
},
4747
"peerDependencies": {
48-
"@mantine/core": "7.9.1",
49-
"@mantine/hooks": "7.9.1",
48+
"@mantine/core": "7.9.2",
49+
"@mantine/hooks": "7.9.2",
5050
"react": "^18.2.0",
5151
"react-dom": "^18.2.0"
5252
},

packages/@mantine/colors-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/colors-generator",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "A library to generate 10 shades of color based on provided color value",
55
"homepage": "https://mantine.dev",
66
"license": "MIT",

packages/@mantine/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/core",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "React components library focused on usability, accessibility and developer experience",
55
"homepage": "https://mantine.dev/",
66
"license": "MIT",
@@ -43,7 +43,7 @@
4343
"directory": "packages/@mantine/core"
4444
},
4545
"peerDependencies": {
46-
"@mantine/hooks": "7.9.1",
46+
"@mantine/hooks": "7.9.2",
4747
"react": "^18.2.0",
4848
"react-dom": "^18.2.0"
4949
},

packages/@mantine/dates/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/dates",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Calendars, date and time pickers based on Mantine components",
55
"homepage": "https://mantine.dev/dates/getting-started/",
66
"license": "MIT",
@@ -45,8 +45,8 @@
4545
"directory": "packages/@mantine/dates"
4646
},
4747
"peerDependencies": {
48-
"@mantine/core": "7.9.1",
49-
"@mantine/hooks": "7.9.1",
48+
"@mantine/core": "7.9.2",
49+
"@mantine/hooks": "7.9.2",
5050
"dayjs": ">=1.0.0",
5151
"react": "^18.2.0",
5252
"react-dom": "^18.2.0"

packages/@mantine/dropzone/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/dropzone",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Dropzone component built with Mantine theme and components",
55
"homepage": "https://mantine.dev/x/dropzone/",
66
"license": "MIT",
@@ -44,8 +44,8 @@
4444
"directory": "packages/@mantine/dropzone"
4545
},
4646
"peerDependencies": {
47-
"@mantine/core": "7.9.1",
48-
"@mantine/hooks": "7.9.1",
47+
"@mantine/core": "7.9.2",
48+
"@mantine/hooks": "7.9.2",
4949
"react": "^18.2.0",
5050
"react-dom": "^18.2.0"
5151
},

packages/@mantine/emotion/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/emotion",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Emotion bindings for Mantine",
55
"homepage": "https://mantine.dev/",
66
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"@emotion/react": "^11.11.4",
3636
"@emotion/serialize": "^1.1.4",
3737
"@emotion/utils": "^1.2.1",
38-
"@mantine/core": "7.9.1",
39-
"@mantine/hooks": "7.9.1",
38+
"@mantine/core": "7.9.2",
39+
"@mantine/hooks": "7.9.2",
4040
"react": "^18.2.0",
4141
"react-dom": "^18.2.0"
4242
},

packages/@mantine/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/form",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Mantine form management library",
55
"homepage": "https://mantine.dev",
66
"license": "MIT",

packages/@mantine/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/hooks",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "A collection of 50+ hooks for state and UI management",
55
"homepage": "https://mantine.dev",
66
"license": "MIT",

packages/@mantine/modals/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/modals",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Modals manager based on Mantine components",
55
"homepage": "https://mantine.dev/x/modals/",
66
"license": "MIT",
@@ -39,8 +39,8 @@
3939
"directory": "packages/@mantine/modals"
4040
},
4141
"peerDependencies": {
42-
"@mantine/core": "7.9.1",
43-
"@mantine/hooks": "7.9.1",
42+
"@mantine/core": "7.9.2",
43+
"@mantine/hooks": "7.9.2",
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0"
4646
},

packages/@mantine/notifications/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/notifications",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Mantine notifications system",
55
"homepage": "https://mantine.dev",
66
"license": "MIT",
@@ -44,13 +44,13 @@
4444
"directory": "packages/@mantine/notifications"
4545
},
4646
"peerDependencies": {
47-
"@mantine/core": "7.9.1",
48-
"@mantine/hooks": "7.9.1",
47+
"@mantine/core": "7.9.2",
48+
"@mantine/hooks": "7.9.2",
4949
"react": "^18.2.0",
5050
"react-dom": "^18.2.0"
5151
},
5252
"dependencies": {
53-
"@mantine/store": "7.9.1",
53+
"@mantine/store": "7.9.2",
5454
"react-transition-group": "4.4.5"
5555
},
5656
"devDependencies": {

packages/@mantine/nprogress/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/nprogress",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Navigation progress bar",
55
"homepage": "https://mantine.dev/x/nprogress/",
66
"license": "MIT",
@@ -43,13 +43,13 @@
4343
"directory": "packages/@mantine/nprogress"
4444
},
4545
"peerDependencies": {
46-
"@mantine/core": "7.9.1",
47-
"@mantine/hooks": "7.9.1",
46+
"@mantine/core": "7.9.2",
47+
"@mantine/hooks": "7.9.2",
4848
"react": "^18.2.0",
4949
"react-dom": "^18.2.0"
5050
},
5151
"dependencies": {
52-
"@mantine/store": "7.9.1"
52+
"@mantine/store": "7.9.2"
5353
},
5454
"devDependencies": {
5555
"@mantine-tests/core": "workspace:*",

packages/@mantine/spotlight/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/spotlight",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Command center components for react and Mantine",
55
"homepage": "https://mantine.dev",
66
"license": "MIT",
@@ -41,13 +41,13 @@
4141
"directory": "packages/@mantine/spotlight"
4242
},
4343
"peerDependencies": {
44-
"@mantine/core": "7.9.1",
45-
"@mantine/hooks": "7.9.1",
44+
"@mantine/core": "7.9.2",
45+
"@mantine/hooks": "7.9.2",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0"
4848
},
4949
"dependencies": {
50-
"@mantine/store": "7.9.1"
50+
"@mantine/store": "7.9.2"
5151
},
5252
"devDependencies": {
5353
"@mantine-tests/core": "workspace:*",

packages/@mantine/store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/store",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "A library to sync external React state updates",
55
"homepage": "https://mantine.dev",
66
"license": "MIT",

packages/@mantine/tiptap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/tiptap",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Rich text editor based on tiptap",
55
"homepage": "https://mantine.dev/x/tiptap",
66
"license": "MIT",
@@ -44,8 +44,8 @@
4444
"directory": "packages/@mantine/tiptap"
4545
},
4646
"peerDependencies": {
47-
"@mantine/core": "7.9.1",
48-
"@mantine/hooks": "7.9.1",
47+
"@mantine/core": "7.9.2",
48+
"@mantine/hooks": "7.9.2",
4949
"@tiptap/extension-link": ">=2.1.12",
5050
"@tiptap/react": ">=2.1.12",
5151
"react": "^18.2.0",

packages/@mantine/vanilla-extract/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/vanilla-extract",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "Vanilla Extract integration for Mantine theme",
55
"homepage": "https://mantine.dev",
66
"license": "MIT",
@@ -35,6 +35,6 @@
3535
"directory": "packages/@mantine/vanilla-extract"
3636
},
3737
"peerDependencies": {
38-
"@mantine/core": "7.9.1"
38+
"@mantine/core": "7.9.2"
3939
}
4040
}

0 commit comments

Comments
 (0)