mirror of https://github.com/penpot/penpot.git
🐛 Fix library compatibility issue on media encoding with penpot 2.7 (#6613)
This commit is contained in:
parent
e70da78a77
commit
3da3281a56
|
|
@ -582,6 +582,7 @@
|
|||
:height height
|
||||
:file-id file-id
|
||||
:media-id media-id
|
||||
:is-local true
|
||||
:mtype (get blob :mtype)})
|
||||
|
||||
(assoc ::last-id id))))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.0.3
|
||||
|
||||
- Add missing isLocal field on file media for fix compatibility of the
|
||||
library with penpot 2.7.xx
|
||||
|
||||
|
||||
## 1.0.2
|
||||
|
||||
- Fix incorrect boolean type assignation
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@penpot/library",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"license": "MPL-2.0",
|
||||
"author": "Kaleidos INC",
|
||||
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
|
||||
|
|
|
|||
Loading…
Reference in New Issue