Skip to content

Commit

Permalink
[release] Version: 1.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Jun 1, 2021
1 parent 6208616 commit 4d5cc49
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"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,6 +1,6 @@
{
"name": "@mantine/core",
"version": "1.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand All @@ -14,7 +14,7 @@
"directory": "src/mantine-core"
},
"peerDependencies": {
"@mantine/hooks": "1.3.0-alpha.0",
"@mantine/hooks": "1.3.0-alpha.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-jss": ">=10.1.1"
Expand Down
4 changes: 2 additions & 2 deletions src/mantine-dates/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@mantine/dates",
"private": true,
"version": "1.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
"types": "lib/index.d.ts",
"license": "MIT",
"author": "Vitaly Rtishchev <[email protected]>",
"peerDependencies": {
"@mantine/core": "1.3.0-alpha.0",
"@mantine/core": "1.3.0-alpha.1",
"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": "1.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"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,6 +1,6 @@
{
"name": "@mantine/notifications",
"version": "1.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand All @@ -14,8 +14,8 @@
"directory": "src/mantine-notifications"
},
"peerDependencies": {
"@mantine/core": "1.3.0-alpha.0",
"@mantine/hooks": "1.3.0-alpha.0",
"@mantine/core": "1.3.0-alpha.1",
"@mantine/hooks": "1.3.0-alpha.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,6 +1,6 @@
{
"name": "@mantine/tag-picker",
"version": "1.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand All @@ -14,8 +14,8 @@
"directory": "src/mantine-tag-picker"
},
"peerDependencies": {
"@mantine/core": "1.3.0-alpha.0",
"@mantine/hooks": "1.3.0-alpha.0",
"@mantine/core": "1.3.0-alpha.1",
"@mantine/hooks": "1.3.0-alpha.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.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "lib/index.umd.js",
Expand Down

0 comments on commit 4d5cc49

Please sign in to comment.