Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaudRohlinger committed Feb 6, 2021
1 parent 6160d8b commit a634e0b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.2.9",
"version": "0.2.10",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit a634e0b

Please sign in to comment.