Skip to content

Commit

Permalink
[release] Version: 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Dec 14, 2023
1 parent 5db0391 commit 260a4d6
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-a91763c0e2",
"version": "7.3.1",
"version": "7.3.2",
"description": "Mantine Components Monorepo",
"packageManager": "yarn@4.0.2",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/@mantine/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/carousel",
"version": "7.3.1",
"version": "7.3.2",
"description": "Embla based carousel",
"homepage": "https://mantine.dev/others/carousel/",
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,8 @@
"directory": "packages/@mantine/carousel"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"embla-carousel-react": ">=7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@mantine/code-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/code-highlight",
"version": "7.3.1",
"version": "7.3.2",
"description": "Code highlight with Mantine theme",
"homepage": "https://mantine.dev/others/prism/",
"license": "MIT",
Expand Down Expand Up @@ -45,8 +45,8 @@
"directory": "packages/@mantine/code-highlight"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@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.3.1",
"version": "7.3.2",
"description": "A library to generate 10 shades of color based on provided color value",
"homepage": "https://mantine.dev",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/core",
"version": "7.3.1",
"version": "7.3.2",
"description": "React components library focused on usability, accessibility and developer experience",
"homepage": "https://mantine.dev/",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"directory": "packages/@mantine/core"
},
"peerDependencies": {
"@mantine/hooks": "7.3.1",
"@mantine/hooks": "7.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@mantine/dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/dates",
"version": "7.3.1",
"version": "7.3.2",
"description": "Calendars, date and time pickers based on Mantine components",
"homepage": "https://mantine.dev/dates/getting-started/",
"license": "MIT",
Expand Down Expand Up @@ -45,8 +45,8 @@
"directory": "packages/@mantine/dates"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"dayjs": ">=1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@mantine/dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/dropzone",
"version": "7.3.1",
"version": "7.3.2",
"description": "Dropzone component built with Mantine theme and components",
"homepage": "https://mantine.dev/others/dropzone/",
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,8 @@
"directory": "packages/@mantine/dropzone"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/form",
"version": "7.3.1",
"version": "7.3.2",
"description": "Mantine form management library",
"homepage": "https://mantine.dev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/hooks",
"version": "7.3.1",
"version": "7.3.2",
"description": "A collection of 50+ hooks for state and UI management",
"homepage": "https://mantine.dev",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/@mantine/modals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/modals",
"version": "7.3.1",
"version": "7.3.2",
"description": "Modals manager based on Mantine components",
"homepage": "https://mantine.dev/others/modals/",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"directory": "packages/@mantine/modals"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/@mantine/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/notifications",
"version": "7.3.1",
"version": "7.3.2",
"description": "Mantine notifications system",
"homepage": "https://mantine.dev",
"license": "MIT",
Expand Down Expand Up @@ -44,13 +44,13 @@
"directory": "packages/@mantine/notifications"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@mantine/store": "7.3.1",
"@mantine/store": "7.3.2",
"react-transition-group": "4.4.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@mantine/nprogress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/nprogress",
"version": "7.3.1",
"version": "7.3.2",
"description": "Navigation progress bar",
"homepage": "https://mantine.dev/others/nprogress/",
"license": "MIT",
Expand Down Expand Up @@ -43,13 +43,13 @@
"directory": "packages/@mantine/nprogress"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@mantine/store": "7.3.1"
"@mantine/store": "7.3.2"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/@mantine/spotlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/spotlight",
"version": "7.3.1",
"version": "7.3.2",
"description": "Command center components for react and Mantine",
"homepage": "https://mantine.dev",
"license": "MIT",
Expand Down Expand Up @@ -41,13 +41,13 @@
"directory": "packages/@mantine/spotlight"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@mantine/store": "7.3.1"
"@mantine/store": "7.3.2"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/store",
"version": "7.3.1",
"version": "7.3.2",
"description": "A library to sync external React state updates",
"homepage": "https://mantine.dev",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/@mantine/tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/tiptap",
"version": "7.3.1",
"version": "7.3.2",
"description": "Rich text editor based on tiptap",
"homepage": "https://mantine.dev/others/tiptap",
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,8 @@
"directory": "packages/@mantine/tiptap"
},
"peerDependencies": {
"@mantine/core": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"@tabler/icons-react": ">=2.0.0",
"@tiptap/extension-link": "^2.1.12",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@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.3.1",
"version": "7.3.2",
"description": "Vanilla Extract integration for Mantine theme",
"homepage": "https://mantine.dev",
"license": "MIT",
Expand Down Expand Up @@ -35,6 +35,6 @@
"directory": "packages/@mantine/vanilla-extract"
},
"peerDependencies": {
"@mantine/core": "7.3.1"
"@mantine/core": "7.3.2"
}
}
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4656,8 +4656,8 @@ __metadata:
"@mantine/core": "workspace:*"
"@mantine/hooks": "workspace:*"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
embla-carousel-react: ">=7.0.0"
react: ^18.2.0
react-dom: ^18.2.0
Expand All @@ -4674,8 +4674,8 @@ __metadata:
clsx: "npm:2.0.0"
highlight.js: "npm:^11.9.0"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand All @@ -4702,7 +4702,7 @@ __metadata:
react-textarea-autosize: "npm:8.5.3"
type-fest: "npm:^3.13.1"
peerDependencies:
"@mantine/hooks": 7.3.1
"@mantine/hooks": 7.3.2
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand All @@ -4718,8 +4718,8 @@ __metadata:
"@mantine/hooks": "workspace:*"
clsx: "npm:2.0.0"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
dayjs: ">=1.0.0"
react: ^18.2.0
react-dom: ^18.2.0
Expand All @@ -4735,8 +4735,8 @@ __metadata:
"@mantine/hooks": "workspace:*"
react-dropzone-esm: "npm:15.0.1"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand Down Expand Up @@ -4768,8 +4768,8 @@ __metadata:
"@mantine/core": "workspace:*"
"@mantine/hooks": "workspace:*"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand All @@ -4782,11 +4782,11 @@ __metadata:
"@mantine-tests/core": "workspace:*"
"@mantine/core": "workspace:*"
"@mantine/hooks": "workspace:*"
"@mantine/store": "npm:7.3.1"
"@mantine/store": "npm:7.3.2"
react-transition-group: "npm:4.4.5"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand All @@ -4799,10 +4799,10 @@ __metadata:
"@mantine-tests/core": "workspace:*"
"@mantine/core": "workspace:*"
"@mantine/hooks": "workspace:*"
"@mantine/store": "npm:7.3.1"
"@mantine/store": "npm:7.3.2"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand All @@ -4815,16 +4815,16 @@ __metadata:
"@mantine-tests/core": "workspace:*"
"@mantine/core": "workspace:*"
"@mantine/hooks": "workspace:*"
"@mantine/store": "npm:7.3.1"
"@mantine/store": "npm:7.3.2"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
linkType: soft

"@mantine/store@npm:7.3.1, @mantine/store@workspace:*, @mantine/store@workspace:packages/@mantine/store":
"@mantine/store@npm:7.3.2, @mantine/store@workspace:*, @mantine/store@workspace:packages/@mantine/store":
version: 0.0.0-use.local
resolution: "@mantine/store@workspace:packages/@mantine/store"
peerDependencies:
Expand All @@ -4840,8 +4840,8 @@ __metadata:
"@mantine/core": "workspace:*"
"@mantine/hooks": "workspace:*"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/hooks": 7.3.1
"@mantine/core": 7.3.2
"@mantine/hooks": 7.3.2
"@tabler/icons-react": ">=2.0.0"
"@tiptap/extension-link": ^2.1.12
react: ^18.2.0
Expand All @@ -4853,7 +4853,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@mantine/vanilla-extract@workspace:packages/@mantine/vanilla-extract"
peerDependencies:
"@mantine/core": 7.3.1
"@mantine/core": 7.3.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 260a4d6

Please sign in to comment.