From abc55d1cca11af3b97127fc8f57afe401db1ba42 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Sat, 9 Apr 2022 12:09:28 +0300 Subject: [PATCH] [release] Version: 4.1.3 --- package.json | 2 +- src/mantine-core/package.json | 6 +++--- src/mantine-dates/package.json | 6 +++--- src/mantine-demos/package.json | 24 ++++++++++++------------ src/mantine-dropzone/package.json | 6 +++--- src/mantine-form/package.json | 2 +- src/mantine-hooks/package.json | 2 +- src/mantine-labs/package.json | 6 +++--- src/mantine-modals/package.json | 6 +++--- src/mantine-next/package.json | 4 ++-- src/mantine-notifications/package.json | 6 +++--- src/mantine-prism/package.json | 6 +++--- src/mantine-rte/package.json | 6 +++--- src/mantine-spotlight/package.json | 6 +++--- src/mantine-ssr/package.json | 4 ++-- src/mantine-storybook/package.json | 2 +- src/mantine-styles-api/package.json | 6 +++--- src/mantine-styles/package.json | 2 +- src/mantine-tests/package.json | 2 +- 19 files changed, 52 insertions(+), 52 deletions(-) diff --git a/package.json b/package.json index b365e004b4d..372169216a0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "workspaces": [ "src/*" ], - "version": "4.1.2", + "version": "4.1.3", "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 f13c481b7c0..4471498e9f9 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": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -27,12 +27,12 @@ "emotion" ], "peerDependencies": { - "@mantine/hooks": "4.1.2", + "@mantine/hooks": "4.1.3", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { - "@mantine/styles": "4.1.2", + "@mantine/styles": "4.1.3", "@radix-ui/react-scroll-area": "^0.1.1", "react-textarea-autosize": "^8.3.2", "@popperjs/core": "^2.9.3", diff --git a/src/mantine-dates/package.json b/src/mantine-dates/package.json index 07656a4abba..74b7f29d3c8 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": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -23,8 +23,8 @@ "picker" ], "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", "dayjs": "^1.10.5", "react": ">=16.8.0" }, diff --git a/src/mantine-demos/package.json b/src/mantine-demos/package.json index d4939caefb9..dbe00ae5509 100644 --- a/src/mantine-demos/package.json +++ b/src/mantine-demos/package.json @@ -2,7 +2,7 @@ "name": "@mantine/demos", "description": "Demos used in documentation", "private": true, - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -17,17 +17,17 @@ }, "peerDependencies": { "react": "^17.0.2", - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", - "@mantine/dates": "4.1.2", - "@mantine/form": "4.1.2", - "@mantine/rte": "4.1.2", - "@mantine/modals": "4.1.2", - "@mantine/notifications": "4.1.2", - "@mantine/dropzone": "4.1.2", - "@mantine/prism": "4.1.2", - "@mantine/labs": "4.1.2", - "@mantine/spotlight": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", + "@mantine/dates": "4.1.3", + "@mantine/form": "4.1.3", + "@mantine/rte": "4.1.3", + "@mantine/modals": "4.1.3", + "@mantine/notifications": "4.1.3", + "@mantine/dropzone": "4.1.3", + "@mantine/prism": "4.1.3", + "@mantine/labs": "4.1.3", + "@mantine/spotlight": "4.1.3", "tabler-icons-react": "*", "react-beautiful-dnd": "*", "dayjs": "*", diff --git a/src/mantine-dropzone/package.json b/src/mantine-dropzone/package.json index 121f1576152..dae4494bfb3 100644 --- a/src/mantine-dropzone/package.json +++ b/src/mantine-dropzone/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/dropzone", "description": "Dropzone component built with Mantine theme and components", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -28,8 +28,8 @@ "upload" ], "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, diff --git a/src/mantine-form/package.json b/src/mantine-form/package.json index 3100a918b29..b4beb4e7ebc 100644 --- a/src/mantine-form/package.json +++ b/src/mantine-form/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/form", "description": "Mantine form management library", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", diff --git a/src/mantine-hooks/package.json b/src/mantine-hooks/package.json index 2aac3c1ee92..cb7970aca4c 100644 --- a/src/mantine-hooks/package.json +++ b/src/mantine-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@mantine/hooks", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", diff --git a/src/mantine-labs/package.json b/src/mantine-labs/package.json index 647ef27cd29..c30cdaf4f84 100644 --- a/src/mantine-labs/package.json +++ b/src/mantine-labs/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/labs", "description": "Experimental unstable Mantine components", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -15,8 +15,8 @@ "directory": "src/mantine-labs" }, "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, diff --git a/src/mantine-modals/package.json b/src/mantine-modals/package.json index 3ab2d296b8b..6e85cf798f2 100644 --- a/src/mantine-modals/package.json +++ b/src/mantine-modals/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/modals", "description": "Modals manager based on Mantine components", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -27,8 +27,8 @@ "confirm" ], "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, diff --git a/src/mantine-next/package.json b/src/mantine-next/package.json index 96591fafcce..f567a446829 100644 --- a/src/mantine-next/package.json +++ b/src/mantine-next/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/next", "description": "Mantine integration for Next.js", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -25,7 +25,7 @@ "next": "*" }, "dependencies": { - "@mantine/ssr": "4.1.2" + "@mantine/ssr": "4.1.3" }, "devDependencies": {} } diff --git a/src/mantine-notifications/package.json b/src/mantine-notifications/package.json index 4fe82ac58a2..f30d73734b9 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": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -28,8 +28,8 @@ "notification-system" ], "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, diff --git a/src/mantine-prism/package.json b/src/mantine-prism/package.json index 6d93b25f983..eb27a18f9c5 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": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -29,8 +29,8 @@ "syntax-highlight" ], "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, diff --git a/src/mantine-rte/package.json b/src/mantine-rte/package.json index 85748237af5..96f4e9751c6 100644 --- a/src/mantine-rte/package.json +++ b/src/mantine-rte/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/rte", "description": "Rich text editor built with Mantine components", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -30,8 +30,8 @@ "quilljs" ], "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, diff --git a/src/mantine-spotlight/package.json b/src/mantine-spotlight/package.json index 495e7ad30af..2550a5c7779 100644 --- a/src/mantine-spotlight/package.json +++ b/src/mantine-spotlight/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/spotlight", "description": "Command center for your application", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -15,8 +15,8 @@ "directory": "src/mantine-spotlight" }, "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2", + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, diff --git a/src/mantine-ssr/package.json b/src/mantine-ssr/package.json index 3ba97792a6d..2ca9d200b53 100644 --- a/src/mantine-ssr/package.json +++ b/src/mantine-ssr/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/ssr", "description": "Mantine server side rendering utils", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -32,7 +32,7 @@ }, "dependencies": { "@emotion/server": "^11.4.0", - "@mantine/styles": "4.1.2", + "@mantine/styles": "4.1.3", "@emotion/cache": "^11.7.1", "@emotion/react": "^11.7.1", "@emotion/serialize": "^1.0.2", diff --git a/src/mantine-storybook/package.json b/src/mantine-storybook/package.json index 169960270f5..5550700d52b 100644 --- a/src/mantine-storybook/package.json +++ b/src/mantine-storybook/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/storybook", "private": true, - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", diff --git a/src/mantine-styles-api/package.json b/src/mantine-styles-api/package.json index 7b5ff9e546d..f6e1f42e6c5 100644 --- a/src/mantine-styles-api/package.json +++ b/src/mantine-styles-api/package.json @@ -2,7 +2,7 @@ "name": "@mantine/styles-api", "description": "Mantine components styles api descriptions", "private": true, - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", @@ -16,8 +16,8 @@ "directory": "src/mantine-styles-api" }, "peerDependencies": { - "@mantine/core": "4.1.2", - "@mantine/hooks": "4.1.2" + "@mantine/core": "4.1.3", + "@mantine/hooks": "4.1.3" }, "dependencies": {}, "devDependencies": {} diff --git a/src/mantine-styles/package.json b/src/mantine-styles/package.json index d7cd2de6960..30d1012d77c 100644 --- a/src/mantine-styles/package.json +++ b/src/mantine-styles/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/styles", "description": "Mantine css-in-js styles engine, based on emotion", - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", diff --git a/src/mantine-tests/package.json b/src/mantine-tests/package.json index 7f99cede963..3d662669c35 100644 --- a/src/mantine-tests/package.json +++ b/src/mantine-tests/package.json @@ -1,7 +1,7 @@ { "name": "@mantine/tests", "private": true, - "version": "4.1.2", + "version": "4.1.3", "main": "cjs/index.js", "module": "esm/index.js", "types": "lib/index.d.ts",