diff --git a/eslint/package.json b/eslint/package.json index 9d9d8c6883b..e5eab39ceb4 100644 --- a/eslint/package.json +++ b/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/eslint-config", - "version": "2.1.4", + "version": "2.1.5", "main": "eslint.config.js", "license": "MIT", "author": "Vitaly Rtishchev ", diff --git a/package.json b/package.json index 4992867ac42..1b8260568bb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "workspaces": [ "src/*" ], - "version": "2.1.4", + "version": "2.1.5", "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 d5da38cb25f..0aa15f45950 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.1.4", + "version": "2.1.5", "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.1.4", + "@mantine/hooks": "2.1.5", "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 b83ab79fc33..952bbba94bc 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.1.4", + "version": "2.1.5", "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.1.4", - "@mantine/hooks": "2.1.4", + "@mantine/core": "2.1.5", + "@mantine/hooks": "2.1.5", "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 2d19a60230d..47a05b6978a 100644 --- a/src/mantine-hooks/package.json +++ b/src/mantine-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/hooks", - "version": "2.1.4", + "version": "2.1.5", "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 66b4de0e2b6..3795c99a7dc 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.1.4", + "version": "2.1.5", "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.1.4", - "@mantine/hooks": "2.1.4", + "@mantine/core": "2.1.5", + "@mantine/hooks": "2.1.5", "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 655091124fa..499ee94b3bd 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.1.4", + "version": "2.1.5", "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.1.4", - "@mantine/hooks": "2.1.4", + "@mantine/core": "2.1.5", + "@mantine/hooks": "2.1.5", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-jss": ">=10.1.1" diff --git a/src/mantine-tag-picker/package.json b/src/mantine-tag-picker/package.json index 4ed7fe26bdb..f8bf879232a 100644 --- a/src/mantine-tag-picker/package.json +++ b/src/mantine-tag-picker/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/tag-picker", "description": "Notion style tag picker built with Mantine", - "version": "2.1.4", + "version": "2.1.5", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js", @@ -16,8 +16,8 @@ "directory": "src/mantine-tag-picker" }, "peerDependencies": { - "@mantine/core": "2.1.4", - "@mantine/hooks": "2.1.4", + "@mantine/core": "2.1.5", + "@mantine/hooks": "2.1.5", "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 ec0e21b8dcd..78eebfacf50 100644 --- a/src/mantine-tests/package.json +++ b/src/mantine-tests/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/tests", "private": true, - "version": "2.1.4", + "version": "2.1.5", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js",