chore(core): cleanup getHandleBounds (#1828)

chore(core): cleanup getHandleBounds

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2025-04-23 20:39:08 +02:00
parent 7a09afa12a
commit 7d9ffe3f35
6 changed files with 23 additions and 19 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"lint": "turbo lint --filter='./packages/*'",
"typedocs": "pnpm build && pnpm --dir docs typedocs",
"ci:version": "changeset version",
"ci:publish": "pnpm lint && pnpm build && pnpm test && changeset publish"
"ci:publish": "pnpm lint && pnpm build && pnpm test && changeset publish",
"changeset:add": "pnpm changeset && git add .changeset && git commit -m 'chore(changeset): add'"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",