Skip to content

Commit

Permalink
v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgenoud committed Oct 18, 2024
1 parent 4c667bc commit 813436c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "0.17.2",
"version": "0.17.3",
"packages": ["packages/*"],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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.17.2",
"version": "0.17.3",
"description": "A simple React app based on replicad.",
"private": true,
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"file-saver": "^2.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"replicad": "^0.17.2",
"replicad": "^0.17.3",
"replicad-opencascadejs": "^0.17.1",
"replicad-threejs-helper": "^0.17.0",
"three": "^0.155.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.17.2",
"version": "0.17.3",
"description": "The library to build browser based 3D models with code",
"keywords": [
"cad",
Expand Down
4 changes: 2 additions & 2 deletions packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio",
"version": "0.17.2",
"version": "0.17.3",
"description": "The replicad studio",
"author": "Steve Genoud <[email protected]>",
"homepage": "https://studio.replicad.xyz",
Expand Down Expand Up @@ -51,7 +51,7 @@
"react-portal": "^4.2.2",
"react-router-dom": "^5.2.0",
"react-use-rect": "^2.0.4",
"replicad": "^0.17.2",
"replicad": "^0.17.3",
"replicad-opencascadejs": "^0.17.1",
"replicad-threejs-helper": "^0.17.0",
"styled-components": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 813436c

Please sign in to comment.