diff --git a/common/src/app/common/files/builder.cljc b/common/src/app/common/files/builder.cljc index 89e3d0fe49..d23a25c860 100644 --- a/common/src/app/common/files/builder.cljc +++ b/common/src/app/common/files/builder.cljc @@ -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)))) diff --git a/library/CHANGES.md b/library/CHANGES.md index fce8735a99..bfd544e169 100644 --- a/library/CHANGES.md +++ b/library/CHANGES.md @@ -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 diff --git a/library/package.json b/library/package.json index 6f86b35ffb..9810904f40 100644 --- a/library/package.json +++ b/library/package.json @@ -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",