From d798daae5eb99c3c695bd117b398f32317bf4331 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Wed, 1 Sep 2021 17:23:23 +0300 Subject: [PATCH] [release] Version: 2.4.1 --- eslint/package.json | 2 +- package.json | 2 +- src/mantine-core/package.json | 4 ++-- src/mantine-dates/package.json | 6 +++--- src/mantine-hooks/package.json | 2 +- src/mantine-notifications/package.json | 6 +++--- src/mantine-prism/package.json | 6 +++--- src/mantine-tests/package.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eslint/package.json b/eslint/package.json index 54cc063f411..54f1cfcb28c 100644 --- a/eslint/package.json +++ b/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/eslint-config", - "version": "2.4.0", + "version": "2.4.1", "main": "eslint.config.js", "license": "MIT", "author": "Vitaly Rtishchev ", diff --git a/package.json b/package.json index 27d03cf301f..c3f7fc582d4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "workspaces": [ "src/*" ], - "version": "2.4.0", + "version": "2.4.1", "description": "Mantine Components Monorepo", "main": "index.js", "repository": "https://github.com/mantinedev/mantine.git", diff --git a/src/mantine-core/package.json b/src/mantine-core/package.json index da08100bb5d..a3d8872b281 100644 --- a/src/mantine-core/package.json +++ b/src/mantine-core/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/core", "description": "React components library focused on usability, accessibility and developer experience", - "version": "2.4.0", + "version": "2.4.1", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js", @@ -16,7 +16,7 @@ "directory": "src/mantine-core" }, "peerDependencies": { - "@mantine/hooks": "2.4.0", + "@mantine/hooks": "2.4.1", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-jss": ">=10.1.1" diff --git a/src/mantine-dates/package.json b/src/mantine-dates/package.json index 4d963862427..29173571523 100644 --- a/src/mantine-dates/package.json +++ b/src/mantine-dates/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/dates", "description": "Calendars, date and time pickers based on Mantine components", - "version": "2.4.0", + "version": "2.4.1", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js", @@ -10,8 +10,8 @@ "author": "Vitaly Rtishchev ", "homepage": "https://mantine.dev/dates/getting-started/", "peerDependencies": { - "@mantine/core": "2.4.0", - "@mantine/hooks": "2.4.0", + "@mantine/core": "2.4.1", + "@mantine/hooks": "2.4.1", "dayjs": "^1.10.5", "react": ">=16.8.0", "react-jss": ">=10.1.1" diff --git a/src/mantine-hooks/package.json b/src/mantine-hooks/package.json index ec1504efcf3..1f353fc4ba7 100644 --- a/src/mantine-hooks/package.json +++ b/src/mantine-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/hooks", - "version": "2.4.0", + "version": "2.4.1", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js", diff --git a/src/mantine-notifications/package.json b/src/mantine-notifications/package.json index 2c6739e66b8..547b74aff62 100644 --- a/src/mantine-notifications/package.json +++ b/src/mantine-notifications/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/notifications", "description": "Notification system based on Mantine components", - "version": "2.4.0", + "version": "2.4.1", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js", @@ -16,8 +16,8 @@ "directory": "src/mantine-notifications" }, "peerDependencies": { - "@mantine/core": "2.4.0", - "@mantine/hooks": "2.4.0", + "@mantine/core": "2.4.1", + "@mantine/hooks": "2.4.1", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-jss": ">=10.1.1" diff --git a/src/mantine-prism/package.json b/src/mantine-prism/package.json index b8f808ec3ff..f7b729f13a0 100644 --- a/src/mantine-prism/package.json +++ b/src/mantine-prism/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/prism", "description": "Code highlight with Mantine theme", - "version": "2.4.0", + "version": "2.4.1", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js", @@ -16,8 +16,8 @@ "directory": "src/mantine-prism" }, "peerDependencies": { - "@mantine/core": "2.4.0", - "@mantine/hooks": "2.4.0", + "@mantine/core": "2.4.1", + "@mantine/hooks": "2.4.1", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-jss": ">=10.1.1" diff --git a/src/mantine-tests/package.json b/src/mantine-tests/package.json index 67315450746..7299e5a09a3 100644 --- a/src/mantine-tests/package.json +++ b/src/mantine-tests/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/tests", "private": true, - "version": "2.4.0", + "version": "2.4.1", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js",