Skip to content

Commit

Permalink
[release] Version: 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Nov 2, 2021
1 parent c91f53b commit 297dc2b
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 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": "3.1.2",
"version": "3.1.3",
"description": "Mantine Components Monorepo",
"main": "index.js",
"repository": "https://github.com/mantinedev/mantine.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantine/eslint-config",
"version": "3.1.2",
"version": "3.1.3",
"main": "eslint.config.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mantine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mantine",
"version": "3.1.2",
"version": "3.1.3",
"main": "index.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
Expand All @@ -17,7 +17,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/ssr": "3.1.2"
"@mantine/ssr": "3.1.3"
},
"devDependencies": {}
}
6 changes: 3 additions & 3 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": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/src/index.d.ts",
Expand All @@ -15,12 +15,12 @@
"directory": "src/mantine-core"
},
"peerDependencies": {
"@mantine/hooks": "3.1.2",
"@mantine/hooks": "3.1.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@mantine/styles": "3.1.2",
"@mantine/styles": "3.1.3",
"clsx": "^1.1.1",
"react-textarea-autosize": "^8.3.2",
"@popperjs/core": "^2.9.3",
Expand Down
6 changes: 3 additions & 3 deletions src/mantine-dates/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@mantine/dates",
"description": "Calendars, date and time pickers based on Mantine components",
"version": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"homepage": "https://mantine.dev/dates/getting-started/",
"peerDependencies": {
"@mantine/core": "3.1.2",
"@mantine/hooks": "3.1.2",
"@mantine/core": "3.1.3",
"@mantine/hooks": "3.1.3",
"dayjs": "^1.10.5",
"react": ">=16.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-decorations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/decorations",
"description": "Decorative svg based components, used mainly as backgrounds and page dividers",
"version": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
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": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"directory": "src/mantine-prism"
},
"peerDependencies": {
"@mantine/core": "3.1.2",
"@mantine/hooks": "3.1.2",
"@mantine/core": "3.1.3",
"@mantine/hooks": "3.1.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
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": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 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": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"next": "*"
},
"dependencies": {
"@mantine/ssr": "3.1.2"
"@mantine/ssr": "3.1.3"
},
"devDependencies": {}
}
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": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"directory": "src/mantine-notifications"
},
"peerDependencies": {
"@mantine/core": "3.1.2",
"@mantine/hooks": "3.1.2",
"@mantine/core": "3.1.3",
"@mantine/hooks": "3.1.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
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": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"directory": "src/mantine-prism"
},
"peerDependencies": {
"@mantine/core": "3.1.2",
"@mantine/hooks": "3.1.2",
"@mantine/core": "3.1.3",
"@mantine/hooks": "3.1.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
6 changes: 3 additions & 3 deletions src/mantine-rte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/rte",
"description": "Rich text editor built with Mantine components",
"version": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"directory": "src/mantine-rte"
},
"peerDependencies": {
"@mantine/core": "3.1.2",
"@mantine/hooks": "3.1.2",
"@mantine/core": "3.1.3",
"@mantine/hooks": "3.1.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
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": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@emotion/server": "^11.4.0",
"@mantine/styles": "3.1.2",
"@mantine/styles": "3.1.3",
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.1",
"@emotion/serialize": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/styles",
"description": "Mantine css-in-js styles engine, based on emotion",
"version": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
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": "3.1.2",
"version": "3.1.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 297dc2b

Please sign in to comment.