From c4200143ed14bbb6f57eb3e29812b16b03f110ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:32:46 +0000 Subject: [PATCH] Version Packages --- .changeset/component-tweaks-for-gizmo-mode.md | 5 ----- .changeset/cuddly-sails-attend.md | 5 ----- .changeset/details-panel-subcomponents.md | 5 ----- .changeset/fix-world-state-stream-memory-leak.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/component-tweaks-for-gizmo-mode.md delete mode 100644 .changeset/cuddly-sails-attend.md delete mode 100644 .changeset/details-panel-subcomponents.md delete mode 100644 .changeset/fix-world-state-stream-memory-leak.md diff --git a/.changeset/component-tweaks-for-gizmo-mode.md b/.changeset/component-tweaks-for-gizmo-mode.md deleted file mode 100644 index aa98d8089..000000000 --- a/.changeset/component-tweaks-for-gizmo-mode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@viamrobotics/motion-tools': patch ---- - -Default `Line` and `Mesh` opacity to `1`, fix `LineDots` instance ID tracking, enable BVH raycasting in `'gizmo'` interaction mode, fix stale matrix reads in `SelectedTransformControls`, and add `isOpen` / `close` to `Popover` snippets plus a `shapes` icon and `disableTooltip` prop on dashboard `Button` diff --git a/.changeset/cuddly-sails-attend.md b/.changeset/cuddly-sails-attend.md deleted file mode 100644 index 013a2eb37..000000000 --- a/.changeset/cuddly-sails-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@viamrobotics/motion-tools": patch ---- - -Feat: force directed graph labels diff --git a/.changeset/details-panel-subcomponents.md b/.changeset/details-panel-subcomponents.md deleted file mode 100644 index c40219b82..000000000 --- a/.changeset/details-panel-subcomponents.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@viamrobotics/motion-tools': patch ---- - -Split the Details overlay into focused subcomponents under `details/` and expose a `details-extensions` portal target for plugin-supplied editors diff --git a/.changeset/fix-world-state-stream-memory-leak.md b/.changeset/fix-world-state-stream-memory-leak.md deleted file mode 100644 index 11f967bb7..000000000 --- a/.changeset/fix-world-state-stream-memory-leak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@viamrobotics/motion-tools': patch ---- - -Fix unbounded memory growth from the world state transform stream diff --git a/CHANGELOG.md b/CHANGELOG.md index a63e80f87..ad76a15c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # motion-tools +## 1.33.1 + +### Patch Changes + +- ac05fed: Default `Line` and `Mesh` opacity to `1`, fix `LineDots` instance ID tracking, enable BVH raycasting in `'gizmo'` interaction mode, fix stale matrix reads in `SelectedTransformControls`, and add `isOpen` / `close` to `Popover` snippets plus a `shapes` icon and `disableTooltip` prop on dashboard `Button` +- dc668f7: Feat: force directed graph labels +- a0cd017: Split the Details overlay into focused subcomponents under `details/` and expose a `details-extensions` portal target for plugin-supplied editors +- 0b7b924: Fix unbounded memory growth from the world state transform stream + ## 1.33.0 ### Minor Changes diff --git a/package.json b/package.json index 2c7f92ed2..b1faee39d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@viamrobotics/motion-tools", - "version": "1.33.0", + "version": "1.33.1", "description": "Motion visualization with Viam", "license": "Apache-2.0", "type": "module",