diff --git a/eslint/package.json b/eslint/package.json index 7c65a2ea75b..aa5e3e7bafb 100644 --- a/eslint/package.json +++ b/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/eslint-config", - "version": "2.3.1", + "version": "2.3.2", "main": "eslint.config.js", "license": "MIT", "author": "Vitaly Rtishchev ", diff --git a/package.json b/package.json index 5b6f4441a67..641f273eed2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "workspaces": [ "src/*" ], - "version": "2.3.1", + "version": "2.3.2", "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 9e27f7a17ac..29c0fa0ebcf 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.3.1", + "version": "2.3.2", "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.3.1", + "@mantine/hooks": "2.3.2", "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 1b5cb9e4e78..56fdc18ca18 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.3.1", + "version": "2.3.2", "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.3.1", - "@mantine/hooks": "2.3.1", + "@mantine/core": "2.3.2", + "@mantine/hooks": "2.3.2", "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 3b45a744bee..a7dd3f734d1 100644 --- a/src/mantine-hooks/package.json +++ b/src/mantine-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/hooks", - "version": "2.3.1", + "version": "2.3.2", "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 b5cfc712494..a82a4ea0d8d 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.3.1", + "version": "2.3.2", "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.3.1", - "@mantine/hooks": "2.3.1", + "@mantine/core": "2.3.2", + "@mantine/hooks": "2.3.2", "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 e6edbd868b2..ad7793db664 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.3.1", + "version": "2.3.2", "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.3.1", - "@mantine/hooks": "2.3.1", + "@mantine/core": "2.3.2", + "@mantine/hooks": "2.3.2", "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 0b15d106609..8380c217ac1 100644 --- a/src/mantine-tests/package.json +++ b/src/mantine-tests/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/tests", "private": true, - "version": "2.3.1", + "version": "2.3.2", "main": "cjs/index.js", "module": "esm/index.js", "browser": "lib/index.umd.js",