🐛 Fix typography removal from plugin API (#9279)

* 🐛 Fix typography removal from plugin API

* 🔥 Remove unrelated delete-typography test

---------

Signed-off-by: Leona Lee <63717587+leonaIee@users.noreply.github.com>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
Leona Lee 2026-05-11 07:58:42 -05:00 committed by GitHub
parent 3094d512f4
commit 02bbbae0b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
### :bug: Bugs fixed
- Fix plugin API `LibraryTypography.remove()` failing with a UUID assertion error [Github #8223](https://github.com/penpot/penpot/issues/8223)
- Fix MCP SSE sessions leaking memory on zombie connections by adding inactivity timeout parity with Streamable HTTP sessions (by @bitloi) [Github #9432](https://github.com/penpot/penpot/issues/9432)
- Fix missing `labels.open` translation (by @MilosM348) [Github #9320](https://github.com/penpot/penpot/pull/9320)
- Harden Nginx responses with standard security headers and hide upstream `X-Powered-By` headers

View File

@ -491,7 +491,7 @@
(u/not-valid plugin-id :remove "Plugin doesn't have 'library:write' permission")
:else
(st/emit! (-> (dwl/delete-typography {:id id})
(st/emit! (-> (dwl/delete-typography id)
(se/add-event plugin-id)))))
:clone