diff --git a/package.json b/package.json index ebaf71065c..ddbd360da0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mantine-a91763c0e2", - "version": "7.14.0", + "version": "7.14.1", "description": "Mantine Components Monorepo", "packageManager": "yarn@4.5.1", "license": "MIT", diff --git a/packages/@mantine/carousel/package.json b/packages/@mantine/carousel/package.json index 91e3c34020..c27581f64a 100644 --- a/packages/@mantine/carousel/package.json +++ b/packages/@mantine/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/carousel", - "version": "7.14.0", + "version": "7.14.1", "description": "Embla based carousel", "homepage": "https://mantine.dev/x/carousel/", "license": "MIT", @@ -44,8 +44,8 @@ "directory": "packages/@mantine/carousel" }, "peerDependencies": { - "@mantine/core": "7.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "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 d313b10aaf..85d6f61032 100644 --- a/packages/@mantine/charts/package.json +++ b/packages/@mantine/charts/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/charts", - "version": "7.14.0", + "version": "7.14.1", "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.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "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 7c63d79477..5cb52a6840 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.14.0", + "version": "7.14.1", "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.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "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 3827ae2167..55609ab165 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.14.0", + "version": "7.14.1", "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 2d20d11a1e..e68ab0f363 100644 --- a/packages/@mantine/core/package.json +++ b/packages/@mantine/core/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/core", - "version": "7.14.0", + "version": "7.14.1", "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.14.0", + "@mantine/hooks": "7.14.1", "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 40549d3782..82967118f0 100644 --- a/packages/@mantine/dates/package.json +++ b/packages/@mantine/dates/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/dates", - "version": "7.14.0", + "version": "7.14.1", "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.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "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 69cacd69c6..64349ff74d 100644 --- a/packages/@mantine/dropzone/package.json +++ b/packages/@mantine/dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/dropzone", - "version": "7.14.0", + "version": "7.14.1", "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.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "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 de1b79f90e..299c65dcff 100644 --- a/packages/@mantine/emotion/package.json +++ b/packages/@mantine/emotion/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/emotion", - "version": "7.14.0", + "version": "7.14.1", "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.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "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 d750dca3b4..8104c6afba 100644 --- a/packages/@mantine/form/package.json +++ b/packages/@mantine/form/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/form", - "version": "7.14.0", + "version": "7.14.1", "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 daaa2f07db..2571ac1b05 100644 --- a/packages/@mantine/hooks/package.json +++ b/packages/@mantine/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/hooks", - "version": "7.14.0", + "version": "7.14.1", "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 716f2f228a..ea3255c4e2 100644 --- a/packages/@mantine/modals/package.json +++ b/packages/@mantine/modals/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/modals", - "version": "7.14.0", + "version": "7.14.1", "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.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "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 85fc23fcc9..616efcda65 100644 --- a/packages/@mantine/notifications/package.json +++ b/packages/@mantine/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/notifications", - "version": "7.14.0", + "version": "7.14.1", "description": "Mantine notifications system", "homepage": "https://mantine.dev", "license": "MIT", @@ -44,13 +44,13 @@ "directory": "packages/@mantine/notifications" }, "peerDependencies": { - "@mantine/core": "7.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "dependencies": { - "@mantine/store": "7.14.0", + "@mantine/store": "7.14.1", "react-transition-group": "4.4.5" }, "devDependencies": { diff --git a/packages/@mantine/nprogress/package.json b/packages/@mantine/nprogress/package.json index 0c7c19c1b3..d0a103cfb5 100644 --- a/packages/@mantine/nprogress/package.json +++ b/packages/@mantine/nprogress/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/nprogress", - "version": "7.14.0", + "version": "7.14.1", "description": "Navigation progress bar", "homepage": "https://mantine.dev/x/nprogress/", "license": "MIT", @@ -43,13 +43,13 @@ "directory": "packages/@mantine/nprogress" }, "peerDependencies": { - "@mantine/core": "7.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "dependencies": { - "@mantine/store": "7.14.0" + "@mantine/store": "7.14.1" }, "devDependencies": { "@mantine-tests/core": "workspace:*", diff --git a/packages/@mantine/spotlight/package.json b/packages/@mantine/spotlight/package.json index 6ae7374d84..32b4cf84b8 100644 --- a/packages/@mantine/spotlight/package.json +++ b/packages/@mantine/spotlight/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/spotlight", - "version": "7.14.0", + "version": "7.14.1", "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.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "dependencies": { - "@mantine/store": "7.14.0" + "@mantine/store": "7.14.1" }, "devDependencies": { "@mantine-tests/core": "workspace:*", diff --git a/packages/@mantine/store/package.json b/packages/@mantine/store/package.json index 8ef61fafca..6d7d4f8889 100644 --- a/packages/@mantine/store/package.json +++ b/packages/@mantine/store/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/store", - "version": "7.14.0", + "version": "7.14.1", "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 440eacfb59..3642a261fb 100644 --- a/packages/@mantine/tiptap/package.json +++ b/packages/@mantine/tiptap/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/tiptap", - "version": "7.14.0", + "version": "7.14.1", "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.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "@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 23b5c797df..c719bd1276 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.14.0", + "version": "7.14.1", "description": "Vanilla Extract integration for Mantine theme", "homepage": "https://mantine.dev", "license": "MIT", @@ -35,6 +35,6 @@ "directory": "packages/@mantine/vanilla-extract" }, "peerDependencies": { - "@mantine/core": "7.14.0" + "@mantine/core": "7.14.1" } } diff --git a/yarn.lock b/yarn.lock index 896e53a574..a099f7e8e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4037,8 +4037,8 @@ __metadata: "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 embla-carousel-react: ">=7.0.0" react: ^18.x || ^19.x react-dom: ^18.x || ^19.x @@ -4053,8 +4053,8 @@ __metadata: "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x recharts: ^2.13.3 @@ -4071,8 +4071,8 @@ __metadata: clsx: "npm:^2.1.1" highlight.js: "npm:^11.10.0" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4099,7 +4099,7 @@ __metadata: react-textarea-autosize: "npm:8.5.4" type-fest: "npm:^4.26.1" peerDependencies: - "@mantine/hooks": 7.14.0 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4115,8 +4115,8 @@ __metadata: "@mantine/hooks": "workspace:*" clsx: "npm:^2.1.1" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 dayjs: ">=1.0.0" react: ^18.x || ^19.x react-dom: ^18.x || ^19.x @@ -4132,8 +4132,8 @@ __metadata: "@mantine/hooks": "workspace:*" react-dropzone-esm: "npm:15.0.1" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4152,8 +4152,8 @@ __metadata: "@emotion/react": ^11.11.4 "@emotion/serialize": ^1.1.4 "@emotion/utils": ^1.2.1 - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4185,8 +4185,8 @@ __metadata: "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4199,11 +4199,11 @@ __metadata: "@mantine-tests/core": "workspace:*" "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" - "@mantine/store": "npm:7.14.0" + "@mantine/store": "npm:7.14.1" react-transition-group: "npm:4.4.5" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4216,10 +4216,10 @@ __metadata: "@mantine-tests/core": "workspace:*" "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" - "@mantine/store": "npm:7.14.0" + "@mantine/store": "npm:7.14.1" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown @@ -4232,16 +4232,16 @@ __metadata: "@mantine-tests/core": "workspace:*" "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" - "@mantine/store": "npm:7.14.0" + "@mantine/store": "npm:7.14.1" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x languageName: unknown linkType: soft -"@mantine/store@npm:7.14.0, @mantine/store@workspace:*, @mantine/store@workspace:packages/@mantine/store": +"@mantine/store@npm:7.14.1, @mantine/store@workspace:*, @mantine/store@workspace:packages/@mantine/store": version: 0.0.0-use.local resolution: "@mantine/store@workspace:packages/@mantine/store" peerDependencies: @@ -4257,8 +4257,8 @@ __metadata: "@mantine/core": "workspace:*" "@mantine/hooks": "workspace:*" peerDependencies: - "@mantine/core": 7.14.0 - "@mantine/hooks": 7.14.0 + "@mantine/core": 7.14.1 + "@mantine/hooks": 7.14.1 "@tiptap/extension-link": ">=2.1.12" "@tiptap/react": ">=2.1.12" react: ^18.x || ^19.x @@ -4270,7 +4270,7 @@ __metadata: version: 0.0.0-use.local resolution: "@mantine/vanilla-extract@workspace:packages/@mantine/vanilla-extract" peerDependencies: - "@mantine/core": 7.14.0 + "@mantine/core": 7.14.1 languageName: unknown linkType: soft