Skip to content

Commit

Permalink
v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sgenoud committed Jul 20, 2022
1 parent 93b9f0c commit 1584723
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.12.4",
"version": "0.12.5",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/replicad-app-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replicad-app-example",
"version": "0.12.4",
"version": "0.12.5",
"description": "A simple React app based on replicad.",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"file-saver": "^2.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"replicad": "^0.12.4",
"replicad": "^0.12.5",
"replicad-opencascadejs": "^0.12.0",
"replicad-threejs-helper": "^0.12.0",
"three": "^0.134.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/replicad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replicad",
"version": "0.12.4",
"version": "0.12.5",
"description": "The library to build browser based 3D models with code",
"keywords": [
"cad",
Expand Down

0 comments on commit 1584723

Please sign in to comment.