mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 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
|
:height height
|
||||||
:file-id file-id
|
:file-id file-id
|
||||||
:media-id media-id
|
:media-id media-id
|
||||||
|
:is-local true
|
||||||
:mtype (get blob :mtype)})
|
:mtype (get blob :mtype)})
|
||||||
|
|
||||||
(assoc ::last-id id))))
|
(assoc ::last-id id))))
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# CHANGELOG
|
# 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
|
## 1.0.2
|
||||||
|
|
||||||
- Fix incorrect boolean type assignation
|
- Fix incorrect boolean type assignation
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@penpot/library",
|
"name": "@penpot/library",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"author": "Kaleidos INC",
|
"author": "Kaleidos INC",
|
||||||
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
|
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user