diff --git a/lerna.json b/lerna.json index 547205e..283147b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "0.1.1", + "version": "0.2.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 6375e03..f21e8f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19677,7 +19677,7 @@ }, "packages/mantine": { "name": "@aokiapp/rjsf-mantine-theme", - "version": "0.1.1", + "version": "0.2.0", "license": "Apache-2.0", "devDependencies": { "@rjsf/snapshot-tests": "^5.16.x", @@ -19700,7 +19700,7 @@ }, "packages/mantine-corporate": { "name": "@aokiapp/rjsf-mantine-corporate", - "version": "0.1.1", + "version": "0.2.0", "license": "Apache-2.0", "devDependencies": { "@rjsf/snapshot-tests": "^5.16.x", @@ -19726,11 +19726,11 @@ }, "packages/playground": { "name": "@aokiapp/rjsf-mantine-playground", - "version": "0.1.1", + "version": "0.2.0", "license": "Apache-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", diff --git a/packages/mantine-corporate/package.json b/packages/mantine-corporate/package.json index d078764..ff47efc 100644 --- a/packages/mantine-corporate/package.json +++ b/packages/mantine-corporate/package.json @@ -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", @@ -63,4 +63,4 @@ "url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git" }, "license": "Apache-2.0" -} \ No newline at end of file +} diff --git a/packages/mantine/package.json b/packages/mantine/package.json index 1de1055..9563233 100644 --- a/packages/mantine/package.json +++ b/packages/mantine/package.json @@ -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", @@ -63,4 +63,4 @@ "url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git" }, "license": "Apache-2.0" -} \ No newline at end of file +} diff --git a/packages/playground/package.json b/packages/playground/package.json index 71bfaf5..a6f1b15 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@aokiapp/rjsf-mantine-playground", - "version": "0.1.1", + "version": "0.2.0", "description": "rjsf playground", "private": true, "type": "module", @@ -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",