Skip to content

Commit

Permalink
[release] Version: 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed May 9, 2021
1 parent 378a4d2 commit 1a6d56f
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 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.0.5",
"version": "1.0.6",
"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.0.5",
"version": "1.0.6",
"main": "dist/lib.js",
"license": "MIT",
"types": "dist/mantine-core/src/index.d.ts",
"author": "Vitaly Rtishchev <[email protected]>",
"sideEffects": false,
"peerDependencies": {
"@mantine/hooks": "1.0.5",
"@mantine/hooks": "1.0.6",
"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.0.5",
"version": "1.0.6",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <[email protected]>"
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.0.5",
"version": "1.0.6",
"main": "dist/lib.js",
"author": "Vitaly Rtishchev <[email protected]>"
}
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.0.5",
"version": "1.0.6",
"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.0.5",
"version": "1.0.6",
"main": "dist/lib.js",
"license": "MIT",
"types": "dist/mantine-notifications/src/index.d.ts",
"author": "Vitaly Rtishchev <[email protected]>",
"sideEffects": false,
"peerDependencies": {
"@mantine/core": "1.0.5",
"@mantine/hooks": "1.0.5",
"@mantine/core": "1.0.6",
"@mantine/hooks": "1.0.6",
"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.0.5",
"version": "1.0.6",
"main": "dist/lib.js",
"license": "MIT",
"types": "dist/mantine-tag-picker/src/index.d.ts",
"author": "Vitaly Rtishchev <[email protected]>",
"sideEffects": false,
"peerDependencies": {
"@mantine/core": "1.0.5",
"@mantine/hooks": "1.0.5",
"@mantine/core": "1.0.6",
"@mantine/hooks": "1.0.6",
"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.0.5",
"version": "1.0.6",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <[email protected]>"
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.0.5",
"version": "1.0.6",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <[email protected]>"
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.0.5",
"version": "1.0.6",
"main": "dist/lib.js",
"license": "MIT",
"author": "Vitaly Rtishchev <[email protected]>"
Expand Down

0 comments on commit 1a6d56f

Please sign in to comment.