Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(release): publish
  • Loading branch information
RenaudRohlinger committed Feb 24, 2021
1 parent d6fada2 commit bb0699c
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.3.0-alpha.3",
"version": "0.3.0",
"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.3.0-alpha.3",
"version": "0.3.0",
"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.3.0-alpha.3",
"version": "0.3.0",
"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.3.0-alpha.3"
"@three-material-editor/core": "^0.3.0"
},
"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.3.0-alpha.3",
"version": "0.3.0",
"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.3.0-alpha.3",
"@three-material-editor/core": "^0.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down

0 comments on commit bb0699c

Please sign in to comment.