Skip to content

Commit

Permalink
[release] Version: 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Aug 15, 2021
1 parent b58cedf commit d12a9eb
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/eslint-config",
"version": "2.2.2",
"version": "2.2.3",
"main": "eslint.config.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
Expand Down
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": "2.2.2",
"version": "2.2.3",
"description": "Mantine Components Monorepo",
"main": "index.js",
"repository": "https://github.com/mantinedev/mantine.git",
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": "2.2.2",
"version": "2.2.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand All @@ -16,7 +16,7 @@
"directory": "src/mantine-core"
},
"peerDependencies": {
"@mantine/hooks": "2.2.2",
"@mantine/hooks": "2.2.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-jss": ">=10.1.1"
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": "2.2.2",
"version": "2.2.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand All @@ -10,8 +10,8 @@
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"homepage": "https://mantine.dev/dates/getting-started/",
"peerDependencies": {
"@mantine/core": "2.2.2",
"@mantine/hooks": "2.2.2",
"@mantine/core": "2.2.3",
"@mantine/hooks": "2.2.3",
"dayjs": "^1.10.5",
"react": ">=16.8.0",
"react-jss": ">=10.1.1"
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": "2.2.2",
"version": "2.2.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand Down
6 changes: 3 additions & 3 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": "2.2.2",
"version": "2.2.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand All @@ -16,8 +16,8 @@
"directory": "src/mantine-notifications"
},
"peerDependencies": {
"@mantine/core": "2.2.2",
"@mantine/hooks": "2.2.2",
"@mantine/core": "2.2.3",
"@mantine/hooks": "2.2.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-jss": ">=10.1.1"
Expand Down
6 changes: 3 additions & 3 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": "2.2.2",
"version": "2.2.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand All @@ -16,8 +16,8 @@
"directory": "src/mantine-prism"
},
"peerDependencies": {
"@mantine/core": "2.2.2",
"@mantine/hooks": "2.2.2",
"@mantine/core": "2.2.3",
"@mantine/hooks": "2.2.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-jss": ">=10.1.1"
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": "2.2.2",
"version": "2.2.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand Down

0 comments on commit d12a9eb

Please sign in to comment.