Skip to content

Commit

Permalink
feat(version): release 0.30.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Jan 10, 2024
1 parent 864fc17 commit c81de6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.28.9",
"version": "0.30.0",
"private": true,
"scripts": {
"dev": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Machine3D/Machine3D.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function Machine3D({ item }: IMachine3D) {
scale={1}
position={[
item?.waypoint?.y,
item?.waypoint?.z * 0.6 + 0.5,
item?.waypoint?.z * 0.6 + 0.3,
item?.waypoint?.x,
]}
rotation={[0, item?.waypoint?.yaw || 0, 0]}
Expand Down

0 comments on commit c81de6a

Please sign in to comment.