Skip to content

Commit 7d71387

Browse files
committed
increase version
1 parent 727ce90 commit 7d71387

File tree

4 files changed

+13
-34
lines changed

4 files changed

+13
-34
lines changed

package-lock.json

+5-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mantine-corporate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aokiapp/rjsf-mantine-corporate",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"main": "./dist/index.cjs",
55
"module": "./lib/index.mjs",
66
"types": "./lib/index.d.ts",
@@ -22,7 +22,7 @@
2222
"node": ">=20"
2323
},
2424
"peerDependencies": {
25-
"@aokiapp/rjsf-mantine-theme": ">=0.0.1",
25+
"@aokiapp/rjsf-mantine-theme": ">=0.5.0",
2626
"@hello-pangea/dnd": ">=16.5.0",
2727
"@mantine/core": ">=7.4.0",
2828
"@mantine/dates": ">=7.4.0",
@@ -53,4 +53,4 @@
5353
"url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git"
5454
},
5555
"license": "Apache-2.0"
56-
}
56+
}

packages/mantine/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aokiapp/rjsf-mantine-theme",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"main": "./dist/index.cjs",
55
"module": "./lib/index.mjs",
66
"types": "./lib/index.d.ts",
@@ -51,4 +51,4 @@
5151
"url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git"
5252
},
5353
"license": "Apache-2.0"
54-
}
54+
}

packages/playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"react": "^18.2.0"
2323
},
2424
"dependencies": {
25-
"@aokiapp/rjsf-mantine-corporate": "^0.4.0",
26-
"@aokiapp/rjsf-mantine-theme": "^0.4.0",
25+
"@aokiapp/rjsf-mantine-corporate": "^0.6.0",
26+
"@aokiapp/rjsf-mantine-theme": "^0.5.0",
2727
"@babel/runtime": "^7.22.15",
2828
"@hello-pangea/dnd": "^16.5.0",
2929
"@mantine/core": "^7.4.0",
@@ -94,4 +94,4 @@
9494
],
9595
"license": "Apache-2.0",
9696
"homepage": "https://github.com/rjsf-team/react-jsonschema-form"
97-
}
97+
}

0 commit comments

Comments
 (0)