Skip to content

Commit

Permalink
APP-7271 Add fragment versions icon (viamrobotics#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehhong authored Jan 29, 2025
1 parent bd779cc commit a157af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.175",
"version": "0.0.176",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export const IconPathsByName = {
'stop-circle-outline': MDI.mdiStopCircleOutline,
sync: MDI.mdiSync,
table: MDI.mdiTable,
'tag-outline': MDI.mdiTagOutline,
tools: MDI.mdiTools,
'trash-can-outline': MDI.mdiTrashCanOutline,
'toggle-switch': MDI.mdiToggleSwitch,
Expand Down

0 comments on commit a157af8

Please sign in to comment.