Skip to content

Commit

Permalink
[release] Version: 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Oct 2, 2023
1 parent f8551d1 commit be0b612
Show file tree
Hide file tree
Showing 21 changed files with 69 additions and 69 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": "7.1.1",
"version": "7.1.2",
"description": "Mantine Components Monorepo",
"main": "index.js",
"repository": "https://github.com/mantinedev/mantine.git",
Expand Down
6 changes: 3 additions & 3 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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -45,8 +45,8 @@
"slick"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"embla-carousel-react": "^7.0.0",
"react": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions src/mantine-code-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/code-highlight",
"description": "Code highlight with Mantine theme",
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -45,8 +45,8 @@
"syntax-highlight"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-colors-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/colors-generator",
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down
4 changes: 2 additions & 2 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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"design"
],
"peerDependencies": {
"@mantine/hooks": "7.1.1",
"@mantine/hooks": "7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-dates-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/dates-tests",
"private": true,
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down
6 changes: 3 additions & 3 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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -45,8 +45,8 @@
"picker"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"dayjs": "^1.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
30 changes: 15 additions & 15 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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -36,20 +36,20 @@
"clsx": "2.0.0",
"dayjs": "^1.10.5",
"react-imask": "^6.4.3",
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/form": "7.1.1",
"@mantine/dates": "7.1.1",
"@mantine/modals": "7.1.1",
"@mantine/tiptap": "7.1.1",
"@mantine/styles-api": "7.1.1",
"@mantine/ds": "7.1.1",
"@mantine/notifications": "7.1.1",
"@mantine/dropzone": "7.1.1",
"@mantine/code-highlight": "7.1.1",
"@mantine/nprogress": "7.1.1",
"@mantine/spotlight": "7.1.1",
"@mantine/carousel": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"@mantine/form": "7.1.2",
"@mantine/dates": "7.1.2",
"@mantine/modals": "7.1.2",
"@mantine/tiptap": "7.1.2",
"@mantine/styles-api": "7.1.2",
"@mantine/ds": "7.1.2",
"@mantine/notifications": "7.1.2",
"@mantine/dropzone": "7.1.2",
"@mantine/code-highlight": "7.1.2",
"@mantine/nprogress": "7.1.2",
"@mantine/spotlight": "7.1.2",
"@mantine/carousel": "7.1.2",
"@tabler/icons-react": "^2.29.0",
"embla-carousel-autoplay": "^7.0.0",
"embla-carousel-react": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -44,8 +44,8 @@
"upload"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 4 additions & 4 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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -34,9 +34,9 @@
"react"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/code-highlight": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"@mantine/code-highlight": "7.1.2",
"@tabler/icons-react": "^2.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down
6 changes: 3 additions & 3 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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -41,8 +41,8 @@
"confirm"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/mantine-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/notifications",
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -43,13 +43,13 @@
"notification-system"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@mantine/store": "7.1.1",
"@mantine/store": "7.1.2",
"react-transition-group": "4.4.5"
},
"devDependencies": {}
Expand Down
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": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -31,13 +31,13 @@
"directory": "src/mantine-nprogress"
},
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@mantine/store": "7.1.1"
"@mantine/store": "7.1.2"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions src/mantine-spotlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/spotlight",
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -40,13 +40,13 @@
"command-center"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@mantine/store": "7.1.1"
"@mantine/store": "7.1.2"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion src/mantine-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/store",
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down
18 changes: 9 additions & 9 deletions src/mantine-styles-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mantine/styles-api",
"description": "Mantine components styles api descriptions",
"private": true,
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand All @@ -28,14 +28,14 @@
"directory": "src/mantine-styles-api"
},
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/dates": "7.1.1",
"@mantine/notifications": "7.1.1",
"@mantine/spotlight": "7.1.1",
"@mantine/dropzone": "7.1.1",
"@mantine/tiptap": "7.1.1",
"@mantine/carousel": "7.1.1"
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"@mantine/dates": "7.1.2",
"@mantine/notifications": "7.1.2",
"@mantine/spotlight": "7.1.2",
"@mantine/dropzone": "7.1.2",
"@mantine/tiptap": "7.1.2",
"@mantine/carousel": "7.1.2"
},
"dependencies": {},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/tests",
"private": true,
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions src/mantine-tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/tiptap",
"description": "Rich text editor based on tiptap",
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -44,8 +44,8 @@
"rich-text-editor"
],
"peerDependencies": {
"@mantine/core": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"@tabler/icons-react": "^2.29.0",
"@tiptap/extension-link": "^2.0.4",
"@tiptap/react": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions src/mantine-vanilla-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/vanilla-extract",
"version": "7.1.1",
"version": "7.1.2",
"main": "./cjs/index.js",
"types": "./lib/index.d.ts",
"module": "./esm/index.mjs",
Expand Down Expand Up @@ -34,7 +34,7 @@
"vanilla-extract"
],
"peerDependencies": {
"@mantine/core": "7.1.1"
"@mantine/core": "7.1.2"
},
"dependencies": {},
"devDependencies": {}
Expand Down

0 comments on commit be0b612

Please sign in to comment.