Skip to content

Commit e1d968e

Browse files
committed
[release] Version: 1.0.0
1 parent 94f7faf commit e1d968e

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"workspaces": [
55
"src/*"
66
],
7-
"version": "0.9.0",
7+
"version": "1.0.0",
88
"description": "Mantine Components Monorepo",
99
"main": "index.js",
1010
"repository": "https://github.com/rtivital/mantine",

src/mantine-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@mantine/core",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"main": "dist/lib.js",
55
"license": "MIT",
66
"types": "dist/mantine-core/src/index.d.ts",
77
"author": "Vitaly Rtishchev <[email protected]>",
88
"sideEffects": false,
99
"peerDependencies": {
10-
"@mantine/hooks": "0.9.0",
10+
"@mantine/hooks": "1.0.0",
1111
"react": ">=16.8.0",
1212
"react-dom": ">=16.8.0",
1313
"react-jss": ">=10.1.1"

src/mantine-dates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/dates",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"main": "dist/lib.js",
66
"license": "MIT",
77
"author": "Vitaly Rtishchev <[email protected]>"

src/mantine-demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/demos",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"main": "dist/lib.js",
66
"author": "Vitaly Rtishchev <[email protected]>"
77
}

src/mantine-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantine/hooks",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"main": "dist/lib.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

src/mantine-notifications/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@mantine/notifications",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"main": "dist/lib.js",
55
"license": "MIT",
66
"types": "dist/mantine-notifications/src/index.d.ts",
77
"author": "Vitaly Rtishchev <[email protected]>",
88
"sideEffects": false,
99
"peerDependencies": {
10-
"@mantine/core": "0.9.0",
11-
"@mantine/hooks": "0.9.0",
10+
"@mantine/core": "1.0.0",
11+
"@mantine/hooks": "1.0.0",
1212
"react": ">=16.8.0",
1313
"react-dom": ">=16.8.0",
1414
"react-jss": ">=10.1.1"

src/mantine-tag-picker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@mantine/tag-picker",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"main": "dist/lib.js",
55
"license": "MIT",
66
"types": "dist/mantine-tag-picker/src/index.d.ts",
77
"author": "Vitaly Rtishchev <[email protected]>",
88
"sideEffects": false,
99
"peerDependencies": {
10-
"@mantine/core": "0.9.0",
11-
"@mantine/hooks": "0.9.0",
10+
"@mantine/core": "1.0.0",
11+
"@mantine/hooks": "1.0.0",
1212
"react": ">=16.8.0",
1313
"react-dom": ">=16.8.0",
1414
"react-jss": ">=10.1.1"

src/mantine-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/tests",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"main": "dist/lib.js",
66
"license": "MIT",
77
"author": "Vitaly Rtishchev <[email protected]>"

src/mantine-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/theme",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"main": "dist/lib.js",
66
"license": "MIT",
77
"author": "Vitaly Rtishchev <[email protected]>"

src/mantine-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mantine/types",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"main": "dist/lib.js",
66
"license": "MIT",
77
"author": "Vitaly Rtishchev <[email protected]>"

0 commit comments

Comments
 (0)