Skip to content

Commit

Permalink
[release] Version: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed May 20, 2021
1 parent 4ad3c63 commit 83dd149
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 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": "1.1.0",
"version": "1.1.1",
"description": "Mantine Components Monorepo",
"main": "index.js",
"repository": "https://github.com/rtivital/mantine",
Expand Down
4 changes: 2 additions & 2 deletions src/mantine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@mantine/core",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"license": "MIT",
"types": "dist/mantine-core/src/index.d.ts",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"sideEffects": false,
"peerDependencies": {
"@mantine/hooks": "1.1.0",
"@mantine/hooks": "1.1.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-jss": ">=10.1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-dates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/dates",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-demos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/demos",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"author": "Vitaly Rtishchev <rtivital@gmail.com>"
}
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": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"types": "dist/mantine-hooks/src/index.d.ts",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions src/mantine-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@mantine/notifications",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"license": "MIT",
"types": "dist/mantine-notifications/src/index.d.ts",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"sideEffects": false,
"peerDependencies": {
"@mantine/core": "1.1.0",
"@mantine/hooks": "1.1.0",
"@mantine/core": "1.1.1",
"@mantine/hooks": "1.1.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-jss": ">=10.1.1"
Expand Down
6 changes: 3 additions & 3 deletions src/mantine-tag-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@mantine/tag-picker",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"license": "MIT",
"types": "dist/mantine-tag-picker/src/index.d.ts",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"sideEffects": false,
"peerDependencies": {
"@mantine/core": "1.1.0",
"@mantine/hooks": "1.1.0",
"@mantine/core": "1.1.1",
"@mantine/hooks": "1.1.1",
"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": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/theme",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/types",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mantine/utils",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>"
Expand Down

0 comments on commit 83dd149

Please sign in to comment.