Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-js committed Jan 29, 2024
1 parent a018185 commit 04d38d1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.1.1",
"version": "0.2.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.

4 changes: 2 additions & 2 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.1.1",
"version": "0.2.0",
"main": "./dist/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -63,4 +63,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.1.1",
"version": "0.2.0",
"main": "./dist/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -63,4 +63,4 @@
"url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git"
},
"license": "Apache-2.0"
}
}
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.1.1",
"version": "0.2.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.1.1",
"@aokiapp/rjsf-mantine-theme": "^0.1.1",
"@aokiapp/rjsf-mantine-corporate": "^0.2.0",
"@aokiapp/rjsf-mantine-theme": "^0.2.0",
"@babel/runtime": "^7.22.15",
"@hello-pangea/dnd": "^16.5.0",
"@mantine/core": "^7.4.0",
Expand Down

0 comments on commit 04d38d1

Please sign in to comment.