Skip to content

Commit

Permalink
Merge pull request #2 from AokiApp/release/0.1.0-1706353623
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
yuki-js authored Jan 27, 2024
2 parents b62722b + f9a87ef commit 5acd934
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.0.5",
"version": "0.1.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
14 changes: 5 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/mantine-corporate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aokiapp/rjsf-mantine-corporate",
"version": "0.0.1",
"version": "0.1.0",
"main": "./dist/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -31,17 +31,17 @@
"node": ">=20"
},
"peerDependencies": {
"@aokiapp/rjsf-mantine-theme": ">=0.0.1",
"@hello-pangea/dnd": ">=16.5.0",
"@mantine/core": ">=7.4.0",
"@mantine/dates": ">=7.4.0",
"@mantine/hooks": ">=7.4.0",
"@mantine/dropzone": ">=7.4.0",
"@mantine/hooks": ">=7.4.0",
"@rjsf/core": ">=5.16.1",
"@rjsf/utils": ">=5.16.1",
"@tabler/icons-react": ">=2.45.0",
"dayjs": ">=1.11.10",
"react": ">=17",
"@aokiapp/rjsf-mantine-theme": ">=0.0.1",
"@hello-pangea/dnd": ">=16.5.0"
"react": ">=17"
},
"devDependencies": {
"@rjsf/snapshot-tests": "^5.16.x",
Expand All @@ -67,4 +67,4 @@
"url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git"
},
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions packages/mantine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aokiapp/rjsf-mantine-theme",
"version": "0.0.5",
"version": "0.1.0",
"main": "./dist/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -67,4 +67,4 @@
"url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git"
},
"license": "Apache-2.0"
}
}
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aokiapp/rjsf-mantine-playground",
"version": "0.0.5",
"version": "0.1.0",
"description": "rjsf playground",
"private": true,
"type": "module",
Expand Down Expand Up @@ -33,9 +33,10 @@
"react": "^18.2.0"
},
"dependencies": {
"@aokiapp/rjsf-mantine-corporate": "^0.0.1",
"@aokiapp/rjsf-mantine-theme": "^0.0.5",
"@aokiapp/rjsf-mantine-corporate": "^0.1.0",
"@aokiapp/rjsf-mantine-theme": "^0.1.0",
"@babel/runtime": "^7.22.15",
"@hello-pangea/dnd": "^16.5.0",
"@mantine/core": "^7.4.0",
"@mantine/dates": "^7.4.0",
"@mantine/dropzone": "^7.4.2",
Expand All @@ -50,8 +51,7 @@
"ajv-i18n": "^4.2.0",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@hello-pangea/dnd": "^16.5.0"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
Expand Down Expand Up @@ -105,4 +105,4 @@
],
"license": "Apache-2.0",
"homepage": "https://github.com/rjsf-team/react-jsonschema-form"
}
}

0 comments on commit 5acd934

Please sign in to comment.