From a634e0bab72012bcb40f93226f896897030f9c4d Mon Sep 17 00:00:00 2001 From: onirenaud Date: Sun, 7 Feb 2021 02:06:59 +0900 Subject: [PATCH] chore(release): publish --- lerna.json | 2 +- packages/core/package.json | 2 +- packages/react/package.json | 4 ++-- packages/vanilla/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index b6e0b63..1b2aa72 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.2.9", + "version": "0.2.10", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/packages/core/package.json b/packages/core/package.json index bddd977..1c72da2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@three-material-editor/core", - "version": "0.2.9", + "version": "0.2.10", "description": "Internal, core", "author": "Renaud ROHLINGER", "license": "MIT", diff --git a/packages/react/package.json b/packages/react/package.json index 3cf81f7..7ea4a3a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@three-material-editor/react", - "version": "0.2.9", + "version": "0.2.10", "description": "Official React library for @three-material-editor", "author": "Renaud ROHLINGER", "license": "MIT", @@ -42,7 +42,7 @@ "three": "*" }, "dependencies": { - "@three-material-editor/core": "^0.2.9" + "@three-material-editor/core": "^0.2.10" }, "devDependencies": { "@babel/core": "^7.12.10", diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 884c7eb..f416a39 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@three-material-editor/vanilla", - "version": "0.2.9", + "version": "0.2.10", "description": "Official React library for @three-material-editor", "author": "Renaud ROHLINGER", "license": "MIT", @@ -35,7 +35,7 @@ "@three-material-editor/core": "../core" }, "dependencies": { - "@three-material-editor/core": "^0.2.9", + "@three-material-editor/core": "^0.2.10", "react": "^17.0.1", "react-dom": "^17.0.1" },