Skip to content

Commit

Permalink
[release] Version: 3.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Feb 24, 2022
1 parent f2f6d7e commit c7a03f9
Show file tree
Hide file tree
Showing 18 changed files with 155 additions and 59 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"src/*"
],
"version": "3.6.9",
"version": "3.6.10",
"description": "Mantine Components Monorepo",
"main": "index.js",
"repository": "https://github.com/mantinedev/mantine.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/eslint-config",
"version": "3.6.9",
"version": "3.6.10",
"main": "eslint.config.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mantine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mantine",
"version": "3.6.9",
"version": "3.6.10",
"main": "index.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
Expand All @@ -17,7 +17,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/ssr": "3.6.9"
"@mantine/ssr": "3.6.10"
},
"devDependencies": {}
}
17 changes: 13 additions & 4 deletions src/mantine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/core",
"description": "React components library focused on usability, accessibility and developer experience",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,15 +15,24 @@
"directory": "src/mantine-core"
},
"keywords": [
"react", "next", "nextjs", "ui", "components", "ui-kit", "library", "frontend", "design", "emotion"
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"design",
"emotion"
],
"peerDependencies": {
"@mantine/hooks": "3.6.9",
"@mantine/hooks": "3.6.10",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/styles": "3.6.9",
"@mantine/styles": "3.6.10",
"@radix-ui/react-scroll-area": "^0.1.1",
"clsx": "^1.1.1",
"react-textarea-autosize": "^8.3.2",
Expand Down
19 changes: 15 additions & 4 deletions src/mantine-dates/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
{
"name": "@mantine/dates",
"description": "Calendars, date and time pickers based on Mantine components",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"homepage": "https://mantine.dev/dates/getting-started/",
"keywords": [
"react", "next", "nextjs", "ui", "components", "ui-kit", "library", "frontend", "calendar", "date", "time", "picker"
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"calendar",
"date",
"time",
"picker"
],
"peerDependencies": {
"@mantine/core": "3.6.9",
"@mantine/hooks": "3.6.9",
"@mantine/core": "3.6.10",
"@mantine/hooks": "3.6.10",
"dayjs": "^1.10.5",
"react": ">=16.8.0"
},
Expand Down
18 changes: 9 additions & 9 deletions src/mantine-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mantine/demos",
"description": "Demos used in documentation",
"private": true,
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -17,14 +17,14 @@
},
"peerDependencies": {
"react": "^17.0.2",
"@mantine/core": "3.6.9",
"@mantine/hooks": "3.6.9",
"@mantine/dates": "3.6.9",
"@mantine/rte": "3.6.9",
"@mantine/modals": "3.6.9",
"@mantine/notifications": "3.6.9",
"@mantine/dropzone": "3.6.9",
"@mantine/prism": "3.6.9",
"@mantine/core": "3.6.10",
"@mantine/hooks": "3.6.10",
"@mantine/dates": "3.6.10",
"@mantine/rte": "3.6.10",
"@mantine/modals": "3.6.10",
"@mantine/notifications": "3.6.10",
"@mantine/dropzone": "3.6.10",
"@mantine/prism": "3.6.10",
"tabler-icons-react": "*",
"dayjs": "*",
"@modulz/radix-icons": "*",
Expand Down
18 changes: 14 additions & 4 deletions src/mantine-dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/dropzone",
"description": "Dropzone component built with Mantine theme and components",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,11 +15,21 @@
"directory": "src/mantine-prism"
},
"keywords": [
"react", "next", "nextjs", "ui", "components", "ui-kit", "library", "frontend", "dropzone", "dragndrop", "upload"
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"dropzone",
"dragndrop",
"upload"
],
"peerDependencies": {
"@mantine/core": "3.6.9",
"@mantine/hooks": "3.6.9",
"@mantine/core": "3.6.10",
"@mantine/hooks": "3.6.10",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
11 changes: 9 additions & 2 deletions src/mantine-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/hooks",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,7 +14,14 @@
"directory": "src/mantine-hooks"
},
"keywords": [
"react", "next", "nextjs", "library", "frontend", "react-hooks", "hooks", "state"
"react",
"next",
"nextjs",
"library",
"frontend",
"react-hooks",
"hooks",
"state"
],
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
17 changes: 13 additions & 4 deletions src/mantine-modals/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/modals",
"description": "Modals manager based on Mantine components",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,11 +15,20 @@
"directory": "src/mantine-modals"
},
"keywords": [
"react", "next", "nextjs", "ui", "components", "ui-kit", "library", "frontend", "modal", "confirm"
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"modal",
"confirm"
],
"peerDependencies": {
"@mantine/core": "3.6.9",
"@mantine/hooks": "3.6.9",
"@mantine/core": "3.6.10",
"@mantine/hooks": "3.6.10",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
8 changes: 5 additions & 3 deletions src/mantine-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/next",
"description": "Mantine integration for Next.js",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,15 +15,17 @@
"directory": "src/mantine-ssr"
},
"keywords": [
"react", "next", "nextjs"
"react",
"next",
"nextjs"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"next": "*"
},
"dependencies": {
"@mantine/ssr": "3.6.9"
"@mantine/ssr": "3.6.10"
},
"devDependencies": {}
}
18 changes: 14 additions & 4 deletions src/mantine-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/notifications",
"description": "Notification system based on Mantine components",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,11 +15,21 @@
"directory": "src/mantine-notifications"
},
"keywords": [
"react", "next", "nextjs", "ui", "components", "ui-kit", "library", "frontend", "notification", "motification-manager", "notification-system"
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"notification",
"motification-manager",
"notification-system"
],
"peerDependencies": {
"@mantine/core": "3.6.9",
"@mantine/hooks": "3.6.9",
"@mantine/core": "3.6.10",
"@mantine/hooks": "3.6.10",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
19 changes: 15 additions & 4 deletions src/mantine-prism/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/prism",
"description": "Code highlight with Mantine theme",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,11 +15,22 @@
"directory": "src/mantine-prism"
},
"keywords": [
"react", "next", "nextjs", "ui", "components", "ui-kit", "library", "frontend", "code", "highlight", "syntax", "syntax-highlight"
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"code",
"highlight",
"syntax",
"syntax-highlight"
],
"peerDependencies": {
"@mantine/core": "3.6.9",
"@mantine/hooks": "3.6.9",
"@mantine/core": "3.6.10",
"@mantine/hooks": "3.6.10",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
20 changes: 16 additions & 4 deletions src/mantine-rte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/rte",
"description": "Rich text editor built with Mantine components",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,11 +15,23 @@
"directory": "src/mantine-rte"
},
"keywords": [
"react", "next", "nextjs", "ui", "components", "ui-kit", "library", "frontend", "text", "text-editor", "rich-text", "quill", "quilljs"
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"text",
"text-editor",
"rich-text",
"quill",
"quilljs"
],
"peerDependencies": {
"@mantine/core": "3.6.9",
"@mantine/hooks": "3.6.9",
"@mantine/core": "3.6.10",
"@mantine/hooks": "3.6.10",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
15 changes: 12 additions & 3 deletions src/mantine-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/ssr",
"description": "Mantine server side rendering utils",
"version": "3.6.9",
"version": "3.6.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,15 +15,24 @@
"directory": "src/mantine-ssr"
},
"keywords": [
"react", "next", "nextjs", "gatsby", "gatsbyjs", "ssr", "server", "server-side", "server-side-rendering", "render"
"react",
"next",
"nextjs",
"gatsby",
"gatsbyjs",
"ssr",
"server",
"server-side",
"server-side-rendering",
"render"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@emotion/server": "^11.4.0",
"@mantine/styles": "3.6.9",
"@mantine/styles": "3.6.10",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/serialize": "^1.0.2",
Expand Down
Loading

0 comments on commit c7a03f9

Please sign in to comment.