Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-js committed Apr 16, 2024
1 parent a57a27c commit b657e57
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.2.2",
"version": "0.3.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.2.2",
"version": "0.3.0",
"main": "./dist/index.cjs",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2",
"version": "0.3.0",
"main": "./dist/index.cjs",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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.2.2",
"version": "0.3.0",
"description": "rjsf playground",
"private": true,
"type": "module",
Expand Down Expand Up @@ -33,8 +33,8 @@
"react": "^18.2.0"
},
"dependencies": {
"@aokiapp/rjsf-mantine-corporate": "^0.2.2",
"@aokiapp/rjsf-mantine-theme": "^0.2.2",
"@aokiapp/rjsf-mantine-corporate": "^0.3.0",
"@aokiapp/rjsf-mantine-theme": "^0.3.0",
"@babel/runtime": "^7.22.15",
"@hello-pangea/dnd": "^16.5.0",
"@mantine/core": "^7.4.0",
Expand Down

0 comments on commit b657e57

Please sign in to comment.