diff --git a/CHANGES.md b/CHANGES.md index 71c897c0e2..512173f424 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -49,7 +49,7 @@ on-premises instances** that want to keep up to date. - Fix palette is over sidebar [#11160](https://tree.taiga.io/project/penpot/issue/11160) - Fix font size input not displaying "mixed" when multiple texts are selected [Taiga #11177](https://tree.taiga.io/project/penpot/issue/11177) - Misalignments at Create account [Taiga #11315](https://tree.taiga.io/project/penpot/issue/11315) - +- Fix issue with importing files where flex/grid is used [Taiga #11334](https://tree.taiga.io/project/penpot/issue/11334) ## 2.7.2 diff --git a/common/deps.edn b/common/deps.edn index bffd94a026..f6e54ae876 100644 --- a/common/deps.edn +++ b/common/deps.edn @@ -28,7 +28,7 @@ integrant/integrant {:mvn/version "0.13.1"} funcool/tubax {:mvn/version "2021.05.20-0"} - funcool/cuerdas {:mvn/version "2025.05.26-411"} + funcool/cuerdas {:mvn/version "2025.06.16-414"} funcool/promesa {:git/sha "f52f58cfacf62f59eab717e2637f37729d0cc383" :git/url "https://github.com/funcool/promesa"}