Skip to content

Commit 317da3a

Browse files
committed
[release] Version: 2.2.1
1 parent de5f52b commit 317da3a

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/eslint-config",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"main": "eslint.config.js",
55
"license": "MIT",
66
"author": "Vitaly Rtishchev <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"workspaces": [
55
"src/*"
66
],
7-
"version": "2.2.0",
7+
"version": "2.2.1",
88
"description": "Mantine Components Monorepo",
99
"main": "index.js",
1010
"repository": "https://github.com/mantinedev/mantine.git",

src/mantine-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/core",
33
"description": "React components library focused on usability, accessibility and developer experience",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"browser": "lib/index.umd.js",
@@ -16,7 +16,7 @@
1616
"directory": "src/mantine-core"
1717
},
1818
"peerDependencies": {
19-
"@mantine/hooks": "2.2.0",
19+
"@mantine/hooks": "2.2.1",
2020
"react": ">=16.8.0",
2121
"react-dom": ">=16.8.0",
2222
"react-jss": ">=10.1.1"

src/mantine-dates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/dates",
33
"description": "Calendars, date and time pickers based on Mantine components",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"browser": "lib/index.umd.js",
@@ -10,8 +10,8 @@
1010
"author": "Vitaly Rtishchev <[email protected]>",
1111
"homepage": "https://mantine.dev/dates/getting-started/",
1212
"peerDependencies": {
13-
"@mantine/core": "2.2.0",
14-
"@mantine/hooks": "2.2.0",
13+
"@mantine/core": "2.2.1",
14+
"@mantine/hooks": "2.2.1",
1515
"dayjs": "^1.10.5",
1616
"react": ">=16.8.0",
1717
"react-jss": ">=10.1.1"

src/mantine-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/hooks",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"main": "cjs/index.js",
55
"module": "esm/index.js",
66
"browser": "lib/index.umd.js",

src/mantine-notifications/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/notifications",
33
"description": "Notification system based on Mantine components",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"browser": "lib/index.umd.js",
@@ -16,8 +16,8 @@
1616
"directory": "src/mantine-notifications"
1717
},
1818
"peerDependencies": {
19-
"@mantine/core": "2.2.0",
20-
"@mantine/hooks": "2.2.0",
19+
"@mantine/core": "2.2.1",
20+
"@mantine/hooks": "2.2.1",
2121
"react": ">=16.8.0",
2222
"react-dom": ">=16.8.0",
2323
"react-jss": ">=10.1.1"

src/mantine-prism/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/prism",
33
"description": "Code highlight with Mantine theme",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"browser": "lib/index.umd.js",
@@ -16,8 +16,8 @@
1616
"directory": "src/mantine-prism"
1717
},
1818
"peerDependencies": {
19-
"@mantine/core": "2.2.0",
20-
"@mantine/hooks": "2.2.0",
19+
"@mantine/core": "2.2.1",
20+
"@mantine/hooks": "2.2.1",
2121
"react": ">=16.8.0",
2222
"react-dom": ">=16.8.0",
2323
"react-jss": ">=10.1.1"

src/mantine-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/tests",
33
"private": true,
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"browser": "lib/index.umd.js",

0 commit comments

Comments
 (0)