Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgenoud committed Mar 19, 2024
1 parent c4a6c9b commit c2e7e2c
Show file tree
Hide file tree
Showing 8 changed files with 12,554 additions and 5,974 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.15.3",
"version": "0.16.0",
"packages": ["packages/*"],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
8 changes: 4 additions & 4 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.15.3",
"version": "0.16.0",
"description": "A simple React app based on replicad.",
"private": true,
"license": "MIT",
Expand All @@ -16,9 +16,9 @@
"file-saver": "^2.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"replicad": "^0.15.3",
"replicad-opencascadejs": "^0.15.2",
"replicad-threejs-helper": "^0.15.2",
"replicad": "^0.16.0",
"replicad-opencascadejs": "^0.16.0",
"replicad-threejs-helper": "^0.16.0",
"three": "0.148.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/replicad-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replicad-docs",
"version": "0.15.2",
"version": "0.16.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion packages/replicad-opencascadejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replicad-opencascadejs",
"version": "0.15.2",
"version": "0.16.0",
"description": "OpencascadeJS custom build for replicad",
"author": "Steve Genoud <[email protected]>",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/replicad-threejs-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replicad-threejs-helper",
"version": "0.15.2",
"version": "0.16.0",
"description": "Helper to use threejs to render replicad models",
"keywords": [
"cad",
Expand Down
4 changes: 2 additions & 2 deletions packages/replicad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replicad",
"version": "0.15.3",
"version": "0.16.0",
"description": "The library to build browser based 3D models with code",
"keywords": [
"cad",
Expand Down Expand Up @@ -52,7 +52,7 @@
"jest-matcher-utils": "^29.4.1",
"jest-svg-snapshot": "^0.1.0",
"prettier": "^2.4.1",
"replicad-opencascadejs": "^0.15.2",
"replicad-opencascadejs": "^0.16.0",
"rollup": "3.28.0",
"rollup-plugin-ts": "3.4.4",
"typedoc": "^0.24.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio",
"version": "0.15.3",
"version": "0.16.0",
"description": "The replicad studio",
"author": "Steve Genoud <[email protected]>",
"homepage": "https://studio.replicad.xyz",
Expand Down Expand Up @@ -50,9 +50,9 @@
"react-portal": "^4.2.2",
"react-router-dom": "^5.2.0",
"react-use-rect": "^2.0.4",
"replicad": "^0.15.3",
"replicad-opencascadejs": "^0.15.2",
"replicad-threejs-helper": "^0.15.2",
"replicad": "^0.16.0",
"replicad-opencascadejs": "^0.16.0",
"replicad-threejs-helper": "^0.16.0",
"styled-components": "^5.3.0",
"three": "^0.155.0",
"vite-plugin-pwa": "^0.16.4"
Expand Down
Loading

0 comments on commit c2e7e2c

Please sign in to comment.