From 41b8186aee53aa84d62d3a602f39ac041c10aeef Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Mon, 23 Dec 2024 14:10:27 +0400 Subject: [PATCH] [release] Version: 7.15.2 --- package.json | 2 +- packages/@mantine/carousel/package.json | 6 +- packages/@mantine/charts/package.json | 6 +- packages/@mantine/code-highlight/package.json | 6 +- .../@mantine/colors-generator/package.json | 2 +- packages/@mantine/core/package.json | 4 +- packages/@mantine/dates/package.json | 6 +- packages/@mantine/dropzone/package.json | 6 +- packages/@mantine/emotion/package.json | 6 +- packages/@mantine/form/package.json | 2 +- packages/@mantine/hooks/package.json | 2 +- packages/@mantine/modals/package.json | 6 +- packages/@mantine/notifications/package.json | 8 +-- packages/@mantine/nprogress/package.json | 8 +-- packages/@mantine/spotlight/package.json | 8 +-- packages/@mantine/store/package.json | 2 +- packages/@mantine/tiptap/package.json | 6 +- .../@mantine/vanilla-extract/package.json | 4 +- yarn.lock | 56 +++++++++---------- 19 files changed, 73 insertions(+), 73 deletions(-) diff --git a/package.json b/package.json index 671daac492..1ea87ab253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mantine-a91763c0e2", - "version": "7.15.1", + "version": "7.15.2", "description": "Mantine Components Monorepo", "packageManager": "yarn@4.5.3", "license": "MIT", diff --git a/packages/@mantine/carousel/package.json b/packages/@mantine/carousel/package.json index 29e6887dbe..0ff7ae6c05 100644 --- a/packages/@mantine/carousel/package.json +++ b/packages/@mantine/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/carousel", - "version": "7.15.1", + "version": "7.15.2", "description": "Embla based carousel", "homepage": "https://mantine.dev/x/carousel/", "license": "MIT", @@ -44,8 +44,8 @@ "directory": "packages/@mantine/carousel" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "embla-carousel-react": ">=7.0.0", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" diff --git a/packages/@mantine/charts/package.json b/packages/@mantine/charts/package.json index 07c5ef12b8..70b376bad2 100644 --- a/packages/@mantine/charts/package.json +++ b/packages/@mantine/charts/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/charts", - "version": "7.15.1", + "version": "7.15.2", "description": "Charts components built with recharts and Mantine", "homepage": "https://mantine.dev/", "license": "MIT", @@ -35,8 +35,8 @@ "directory": "packages/@mantine/charts" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x", "recharts": "^2.13.3" diff --git a/packages/@mantine/code-highlight/package.json b/packages/@mantine/code-highlight/package.json index d270aa09cd..120aec1cc2 100644 --- a/packages/@mantine/code-highlight/package.json +++ b/packages/@mantine/code-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/code-highlight", - "version": "7.15.1", + "version": "7.15.2", "description": "Code highlight with Mantine theme", "homepage": "https://mantine.dev/x/code-highlight/", "license": "MIT", @@ -45,8 +45,8 @@ "directory": "packages/@mantine/code-highlight" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, diff --git a/packages/@mantine/colors-generator/package.json b/packages/@mantine/colors-generator/package.json index 3ad92bf2f6..ae71555f00 100644 --- a/packages/@mantine/colors-generator/package.json +++ b/packages/@mantine/colors-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/colors-generator", - "version": "7.15.1", + "version": "7.15.2", "description": "A library to generate 10 shades of color based on provided color value", "homepage": "https://mantine.dev", "license": "MIT", diff --git a/packages/@mantine/core/package.json b/packages/@mantine/core/package.json index ae50398a1d..76b62f7257 100644 --- a/packages/@mantine/core/package.json +++ b/packages/@mantine/core/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/core", - "version": "7.15.1", + "version": "7.15.2", "description": "React components library focused on usability, accessibility and developer experience", "homepage": "https://mantine.dev/", "license": "MIT", @@ -43,7 +43,7 @@ "directory": "packages/@mantine/core" }, "peerDependencies": { - "@mantine/hooks": "7.15.1", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, diff --git a/packages/@mantine/dates/package.json b/packages/@mantine/dates/package.json index 18b850bc71..32caba1d44 100644 --- a/packages/@mantine/dates/package.json +++ b/packages/@mantine/dates/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/dates", - "version": "7.15.1", + "version": "7.15.2", "description": "Calendars, date and time pickers based on Mantine components", "homepage": "https://mantine.dev/dates/getting-started/", "license": "MIT", @@ -45,8 +45,8 @@ "directory": "packages/@mantine/dates" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "dayjs": ">=1.0.0", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" diff --git a/packages/@mantine/dropzone/package.json b/packages/@mantine/dropzone/package.json index da13a7a78b..c9afb657c3 100644 --- a/packages/@mantine/dropzone/package.json +++ b/packages/@mantine/dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/dropzone", - "version": "7.15.1", + "version": "7.15.2", "description": "Dropzone component built with Mantine theme and components", "homepage": "https://mantine.dev/x/dropzone/", "license": "MIT", @@ -44,8 +44,8 @@ "directory": "packages/@mantine/dropzone" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, diff --git a/packages/@mantine/emotion/package.json b/packages/@mantine/emotion/package.json index 52cb73e492..64df0f2134 100644 --- a/packages/@mantine/emotion/package.json +++ b/packages/@mantine/emotion/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/emotion", - "version": "7.15.1", + "version": "7.15.2", "description": "Emotion bindings for Mantine", "homepage": "https://mantine.dev/", "license": "MIT", @@ -35,8 +35,8 @@ "@emotion/react": "^11.11.4", "@emotion/serialize": "^1.1.4", "@emotion/utils": "^1.2.1", - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, diff --git a/packages/@mantine/form/package.json b/packages/@mantine/form/package.json index 4be90cb22e..2ca33f2366 100644 --- a/packages/@mantine/form/package.json +++ b/packages/@mantine/form/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/form", - "version": "7.15.1", + "version": "7.15.2", "description": "Mantine form management library", "homepage": "https://mantine.dev", "license": "MIT", diff --git a/packages/@mantine/hooks/package.json b/packages/@mantine/hooks/package.json index ca3bf69278..6b7bc0b054 100644 --- a/packages/@mantine/hooks/package.json +++ b/packages/@mantine/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/hooks", - "version": "7.15.1", + "version": "7.15.2", "description": "A collection of 50+ hooks for state and UI management", "homepage": "https://mantine.dev", "license": "MIT", diff --git a/packages/@mantine/modals/package.json b/packages/@mantine/modals/package.json index 25c2bb3abc..a66867cdfc 100644 --- a/packages/@mantine/modals/package.json +++ b/packages/@mantine/modals/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/modals", - "version": "7.15.1", + "version": "7.15.2", "description": "Modals manager based on Mantine components", "homepage": "https://mantine.dev/x/modals/", "license": "MIT", @@ -39,8 +39,8 @@ "directory": "packages/@mantine/modals" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, diff --git a/packages/@mantine/notifications/package.json b/packages/@mantine/notifications/package.json index 25ad652b86..14399ebc48 100644 --- a/packages/@mantine/notifications/package.json +++ b/packages/@mantine/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/notifications", - "version": "7.15.1", + "version": "7.15.2", "description": "Mantine notifications system", "homepage": "https://mantine.dev", "license": "MIT", @@ -44,13 +44,13 @@ "directory": "packages/@mantine/notifications" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "dependencies": { - "@mantine/store": "7.15.1", + "@mantine/store": "7.15.2", "react-transition-group": "4.4.5" }, "devDependencies": { diff --git a/packages/@mantine/nprogress/package.json b/packages/@mantine/nprogress/package.json index 6175c28e28..103b633af6 100644 --- a/packages/@mantine/nprogress/package.json +++ b/packages/@mantine/nprogress/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/nprogress", - "version": "7.15.1", + "version": "7.15.2", "description": "Navigation progress bar", "homepage": "https://mantine.dev/x/nprogress/", "license": "MIT", @@ -43,13 +43,13 @@ "directory": "packages/@mantine/nprogress" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "dependencies": { - "@mantine/store": "7.15.1" + "@mantine/store": "7.15.2" }, "devDependencies": { "@mantine-tests/core": "workspace:*", diff --git a/packages/@mantine/spotlight/package.json b/packages/@mantine/spotlight/package.json index 945789bab8..eb1ab3a64a 100644 --- a/packages/@mantine/spotlight/package.json +++ b/packages/@mantine/spotlight/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/spotlight", - "version": "7.15.1", + "version": "7.15.2", "description": "Command center components for react and Mantine", "homepage": "https://mantine.dev", "license": "MIT", @@ -41,13 +41,13 @@ "directory": "packages/@mantine/spotlight" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "dependencies": { - "@mantine/store": "7.15.1" + "@mantine/store": "7.15.2" }, "devDependencies": { "@mantine-tests/core": "workspace:*", diff --git a/packages/@mantine/store/package.json b/packages/@mantine/store/package.json index 0f1fc889fd..c9ed4e64a0 100644 --- a/packages/@mantine/store/package.json +++ b/packages/@mantine/store/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/store", - "version": "7.15.1", + "version": "7.15.2", "description": "A library to sync external React state updates", "homepage": "https://mantine.dev", "license": "MIT", diff --git a/packages/@mantine/tiptap/package.json b/packages/@mantine/tiptap/package.json index 0d2e178332..08439fc13a 100644 --- a/packages/@mantine/tiptap/package.json +++ b/packages/@mantine/tiptap/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/tiptap", - "version": "7.15.1", + "version": "7.15.2", "description": "Rich text editor based on tiptap", "homepage": "https://mantine.dev/x/tiptap", "license": "MIT", @@ -44,8 +44,8 @@ "directory": "packages/@mantine/tiptap" }, "peerDependencies": { - "@mantine/core": "7.15.1", - "@mantine/hooks": "7.15.1", + "@mantine/core": "7.15.2", + "@mantine/hooks": "7.15.2", "@tiptap/extension-link": ">=2.1.12", "@tiptap/react": ">=2.1.12", "react": "^18.x || ^19.x", diff --git a/packages/@mantine/vanilla-extract/package.json b/packages/@mantine/vanilla-extract/package.json index 400ce40838..5d455f83db 100644 --- a/packages/@mantine/vanilla-extract/package.json +++ b/packages/@mantine/vanilla-extract/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/vanilla-extract", - "version": "7.15.1", + "version": "7.15.2", "description": "Vanilla Extract integration for Mantine theme", "homepage": "https://mantine.dev", "license": "MIT", @@ -35,7 +35,7 @@ "directory": "packages/@mantine/vanilla-extract" }, "peerDependencies": { - "@mantine/core": "7.15.1" + "@mantine/core": "7.15.2" }, "devDependencies": { "react": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index b5adc42b1d..fe65f32357 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4051,8 +4051,8 @@ __metadata: react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 embla-carousel-react: ">=7.0.0" react: ^18.x || ^19.x react-dom: ^18.x || ^19.x @@ -4069,8 +4069,8 @@ __metadata: react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x recharts: ^2.13.3 @@ -4089,8 +4089,8 @@ __metadata: react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4119,7 +4119,7 @@ __metadata: react-textarea-autosize: "npm:8.5.6" type-fest: "npm:^4.27.0" peerDependencies: - "@mantine/hooks": 7.15.1 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4137,8 +4137,8 @@ __metadata: react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 dayjs: ">=1.0.0" react: ^18.x || ^19.x react-dom: ^18.x || ^19.x @@ -4156,8 +4156,8 @@ __metadata: react-dom: "npm:^18.3.1" react-dropzone-esm: "npm:15.2.0" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4178,8 +4178,8 @@ __metadata: "@emotion/react": ^11.11.4 "@emotion/serialize": ^1.1.4 "@emotion/utils": ^1.2.1 - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4213,8 +4213,8 @@ __metadata: react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4227,13 +4227,13 @@ __metadata: "@mantine-tests/core": "workspace:*" "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" - "@mantine/store": "npm:7.15.1" + "@mantine/store": "npm:7.15.2" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" react-transition-group: "npm:4.4.5" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4246,12 +4246,12 @@ __metadata: "@mantine-tests/core": "workspace:*" "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" - "@mantine/store": "npm:7.15.1" + "@mantine/store": "npm:7.15.2" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4264,18 +4264,18 @@ __metadata: "@mantine-tests/core": "workspace:*" "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" - "@mantine/store": "npm:7.15.1" + "@mantine/store": "npm:7.15.2" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown linkType: soft -"@mantine/store@npm:7.15.1, @mantine/store@workspace:*, @mantine/store@workspace:packages/@mantine/store": +"@mantine/store@npm:7.15.2, @mantine/store@workspace:*, @mantine/store@workspace:packages/@mantine/store": version: 0.0.0-use.local resolution: "@mantine/store@workspace:packages/@mantine/store" peerDependencies: @@ -4293,8 +4293,8 @@ __metadata: react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 - "@mantine/hooks": 7.15.1 + "@mantine/core": 7.15.2 + "@mantine/hooks": 7.15.2 "@tiptap/extension-link": ">=2.1.12" "@tiptap/react": ">=2.1.12" react: ^18.x || ^19.x @@ -4309,7 +4309,7 @@ __metadata: react: "npm:^18.3.1" react-dom: "npm:^18.3.1" peerDependencies: - "@mantine/core": 7.15.1 + "@mantine/core": 7.15.2 languageName: unknown linkType: soft