Skip to content

Commit

Permalink
[release] Version: 6.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed May 30, 2023
1 parent 3e2f792 commit 8c12a76
Show file tree
Hide file tree
Showing 23 changed files with 79 additions and 79 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": "6.0.12",
"version": "6.0.13",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/carousel",
"description": "Embla based carousel",
"version": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -28,13 +28,13 @@
"slick"
],
"peerDependencies": {
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"embla-carousel-react": "^7.0.0",
"react": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
},
"devDependencies": {}
}
8 changes: 4 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": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,13 +27,13 @@
"emotion"
],
"peerDependencies": {
"@mantine/hooks": "6.0.12",
"@mantine/hooks": "6.0.13",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "6.0.12",
"@mantine/styles": "6.0.12",
"@mantine/utils": "6.0.13",
"@mantine/styles": "6.0.13",
"@radix-ui/react-scroll-area": "1.0.2",
"react-textarea-autosize": "8.3.4",
"react-remove-scroll": "^2.5.5",
Expand Down
8 changes: 4 additions & 4 deletions src/mantine-dates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/dates",
"description": "Calendars, date and time pickers based on Mantine components",
"version": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,13 +29,13 @@
"picker"
],
"peerDependencies": {
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"dayjs": ">=1.0.0",
"react": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
},
"devDependencies": {}
}
28 changes: 14 additions & 14 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": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,19 +34,19 @@
"@tiptap/extension-superscript": "*",
"@tiptap/extension-subscript": "*",
"@emotion/styled": "*",
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/tiptap": "6.0.12",
"@mantine/dates": "6.0.12",
"@mantine/form": "6.0.12",
"@mantine/modals": "6.0.12",
"@mantine/nprogress": "6.0.12",
"@mantine/notifications": "6.0.12",
"@mantine/dropzone": "6.0.12",
"@mantine/prism": "6.0.12",
"@mantine/spotlight": "6.0.12",
"@mantine/carousel": "6.0.12",
"@mantine/ds": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"@mantine/tiptap": "6.0.13",
"@mantine/dates": "6.0.13",
"@mantine/form": "6.0.13",
"@mantine/modals": "6.0.13",
"@mantine/nprogress": "6.0.13",
"@mantine/notifications": "6.0.13",
"@mantine/dropzone": "6.0.13",
"@mantine/prism": "6.0.13",
"@mantine/spotlight": "6.0.13",
"@mantine/carousel": "6.0.13",
"@mantine/ds": "6.0.13",
"@tabler/icons-react": "*",
"react-beautiful-dnd": "*",
"embla-carousel-autoplay": "*",
Expand Down
8 changes: 4 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": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -28,14 +28,14 @@
"upload"
],
"peerDependencies": {
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-dropzone": "14.2.3",
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
},
"devDependencies": {}
}
10 changes: 5 additions & 5 deletions src/mantine-ds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/ds",
"description": "Internal Mantine components used on *.mantine.dev websites",
"version": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,14 +18,14 @@
"react"
],
"peerDependencies": {
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/prism": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"@mantine/prism": "6.0.13",
"@tabler/icons-react": "*",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
}
}
2 changes: 1 addition & 1 deletion src/mantine-form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/form",
"description": "Mantine form management library",
"version": "6.0.12",
"version": "6.0.13",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/hooks",
"version": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 4 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": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,13 +27,13 @@
"confirm"
],
"peerDependencies": {
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
},
"devDependencies": {}
}
6 changes: 3 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": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"next": "*"
},
"dependencies": {
"@mantine/ssr": "6.0.12",
"@mantine/styles": "6.0.12"
"@mantine/ssr": "6.0.13",
"@mantine/styles": "6.0.13"
},
"devDependencies": {}
}
8 changes: 4 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": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -28,14 +28,14 @@
"notification-system"
],
"peerDependencies": {
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-transition-group": "4.4.2",
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions src/mantine-nprogress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/nprogress",
"description": "Navigation progress bar",
"version": "6.0.12",
"version": "6.0.13",
"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": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
},
"devDependencies": {}
}
8 changes: 4 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": "6.0.12",
"version": "6.0.13",
"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": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"prism-react-renderer": "^1.2.1",
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
},
"devDependencies": {}
}
10 changes: 5 additions & 5 deletions src/mantine-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/remix",
"description": "Mantine integration for Remix",
"version": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,14 +20,14 @@
"remix"
],
"peerDependencies": {
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/ssr": "6.0.12",
"@mantine/styles": "6.0.12"
"@mantine/ssr": "6.0.13",
"@mantine/styles": "6.0.13"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions src/mantine-spotlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/spotlight",
"description": "Command center for your application",
"version": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,13 +15,13 @@
"directory": "src/mantine-spotlight"
},
"peerDependencies": {
"@mantine/core": "6.0.12",
"@mantine/hooks": "6.0.12",
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/utils": "6.0.12"
"@mantine/utils": "6.0.13"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 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": "6.0.12",
"version": "6.0.13",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@emotion/server": ">=11.4.0"
},
"dependencies": {
"@mantine/styles": "6.0.12",
"@mantine/styles": "6.0.13",
"html-react-parser": "1.4.12"
},
"devDependencies": {}
Expand Down

0 comments on commit 8c12a76

Please sign in to comment.