Skip to content

Commit

Permalink
[release] Version: 5.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Sep 8, 2022
1 parent 5d6fbaf commit eaa6b23
Show file tree
Hide file tree
Showing 24 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"src/*"
],
"version": "5.2.6",
"version": "5.2.7",
"description": "Mantine Components Monorepo",
"main": "index.js",
"repository": "https://github.com/mantinedev/mantine.git",
Expand Down
8 changes: 4 additions & 4 deletions src/mantine-carousel/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/carousel",
"description": "Embla based carousel",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,13 +22,13 @@
"slick"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"embla-carousel-react": "^7.0.0",
"react": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "5.2.6"
"@mantine/utils": "5.2.7"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions src/mantine-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/core",
"description": "React components library focused on usability, accessibility and developer experience",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,13 +27,13 @@
"emotion"
],
"peerDependencies": {
"@mantine/hooks": "5.2.6",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "5.2.6",
"@mantine/styles": "5.2.6",
"@mantine/utils": "5.2.7",
"@mantine/styles": "5.2.7",
"@radix-ui/react-scroll-area": "1.0.0",
"react-textarea-autosize": "8.3.4",
"@floating-ui/react-dom-interactions": "0.6.6"
Expand Down
8 changes: 4 additions & 4 deletions src/mantine-dates/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/dates",
"description": "Calendars, date and time pickers based on Mantine components",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,13 +23,13 @@
"picker"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"dayjs": ">=1.0.0",
"react": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "5.2.6"
"@mantine/utils": "5.2.7"
},
"devDependencies": {}
}
30 changes: 15 additions & 15 deletions src/mantine-demos/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@mantine/demos",
"description": "Demos used in documentation",
"private": true,
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,20 +18,20 @@
"peerDependencies": {
"react": "*",
"@emotion/styled": "*",
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/dates": "5.2.6",
"@mantine/form": "5.2.6",
"@mantine/rte": "5.2.6",
"@mantine/modals": "5.2.6",
"@mantine/nprogress": "5.2.6",
"@mantine/notifications": "5.2.6",
"@mantine/dropzone": "5.2.6",
"@mantine/prism": "5.2.6",
"@mantine/labs": "5.2.6",
"@mantine/spotlight": "5.2.6",
"@mantine/carousel": "5.2.6",
"@mantine/ds": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"@mantine/dates": "5.2.7",
"@mantine/form": "5.2.7",
"@mantine/rte": "5.2.7",
"@mantine/modals": "5.2.7",
"@mantine/nprogress": "5.2.7",
"@mantine/notifications": "5.2.7",
"@mantine/dropzone": "5.2.7",
"@mantine/prism": "5.2.7",
"@mantine/labs": "5.2.7",
"@mantine/spotlight": "5.2.7",
"@mantine/carousel": "5.2.7",
"@mantine/ds": "5.2.7",
"@tabler/icons": "*",
"react-beautiful-dnd": "*",
"embla-carousel-autoplay": "*",
Expand Down
8 changes: 4 additions & 4 deletions src/mantine-dropzone/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/dropzone",
"description": "Dropzone component built with Mantine theme and components",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -28,14 +28,14 @@
"upload"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-dropzone": "14.2.1",
"@mantine/utils": "5.2.6"
"@mantine/utils": "5.2.7"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions src/mantine-ds/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/ds",
"description": "Internal Mantine components used on *.mantine.dev websites",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,13 +18,13 @@
"react"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"@tabler/icons": "*",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "5.2.6"
"@mantine/utils": "5.2.7"
}
}
2 changes: 1 addition & 1 deletion src/mantine-form/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/form",
"description": "Mantine form management library",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@mantine/hooks",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions src/mantine-labs/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/labs",
"description": "Experimental unstable Mantine components",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"directory": "src/mantine-labs"
},
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/mantine-modals/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/modals",
"description": "Modals manager based on Mantine components",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,13 +27,13 @@
"confirm"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "5.2.6"
"@mantine/utils": "5.2.7"
},
"devDependencies": {}
}
6 changes: 3 additions & 3 deletions src/mantine-next/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/next",
"description": "Mantine integration for Next.js",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"next": "*"
},
"dependencies": {
"@mantine/ssr": "5.2.6",
"@mantine/styles": "5.2.6"
"@mantine/ssr": "5.2.7",
"@mantine/styles": "5.2.7"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions src/mantine-notifications/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/notifications",
"description": "Notification system based on Mantine components",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -28,14 +28,14 @@
"notification-system"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-transition-group": "4.4.2",
"@mantine/utils": "5.2.6"
"@mantine/utils": "5.2.7"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions src/mantine-nprogress/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/nprogress",
"description": "Navigation progress bar",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,13 +15,13 @@
"directory": "src/mantine-nprogress"
},
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "5.2.6"
"@mantine/utils": "5.2.7"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions src/mantine-prism/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/prism",
"description": "Code highlight with Mantine theme",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,14 +29,14 @@
"syntax-highlight"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"prism-react-renderer": "^1.2.1",
"@mantine/utils": "5.2.6"
"@mantine/utils": "5.2.7"
},
"devDependencies": {}
}
10 changes: 5 additions & 5 deletions src/mantine-remix/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/remix",
"description": "Mantine integration for Remix",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,14 +20,14 @@
"remix"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/ssr": "5.2.6",
"@mantine/styles": "5.2.6"
"@mantine/ssr": "5.2.7",
"@mantine/styles": "5.2.7"
},
"devDependencies": {}
}
6 changes: 3 additions & 3 deletions src/mantine-rte/package.json
@@ -1,7 +1,7 @@
{
"name": "@mantine/rte",
"description": "Rich text editor built with Mantine components",
"version": "5.2.6",
"version": "5.2.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"quilljs"
],
"peerDependencies": {
"@mantine/core": "5.2.6",
"@mantine/hooks": "5.2.6",
"@mantine/core": "5.2.7",
"@mantine/hooks": "5.2.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down

0 comments on commit eaa6b23

Please sign in to comment.