Skip to content

Commit

Permalink
Dedupe packages (viamrobotics#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporter-work authored Aug 13, 2024
1 parent 3506a88 commit 5210f7b
Show file tree
Hide file tree
Showing 5 changed files with 970 additions and 3,672 deletions.
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-blocks",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ $: debugMode = $environment === 'debug';
<li
class="group sticky bottom-0 z-10 bg-white pt-4"
on:mouseenter={() => {
if (selectedObstacle) {
$hovered = selectedObstacle.name;
}
$hovered = selectedObstacle.name;
}}
>
<div class="flex items-end gap-1.5 pb-2">
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.141",
"version": "0.0.142",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime",
"version": "0.5.9",
"version": "0.5.10",
"license": "Apache-2.0",
"type": "module",
"files": [
Expand Down
Loading

0 comments on commit 5210f7b

Please sign in to comment.