From 8b7b5ceed7d5bb81ccb837cb471da0f0555a2f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 17 Mar 2025 22:30:17 +0100 Subject: [PATCH] Release v3.10.2 --- .changes/v3.10.2.md | 3 +++ CHANGELOG.md | 4 ++++ .../Resources/public/vuejs/DocumentSignature/App.vue | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/v3.10.2.md diff --git a/.changes/v3.10.2.md b/.changes/v3.10.2.md new file mode 100644 index 000000000..3c24add88 --- /dev/null +++ b/.changes/v3.10.2.md @@ -0,0 +1,3 @@ +## v3.10.2 - 2025-03-17 +### Fixed +* Replace a ts-expect-error with a ts-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index a138d557d..dccae4734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.10.2 - 2025-03-17 +### Fixed +* Replace a ts-expect-error with a ts-ignore + ## v3.10.1 - 2025-03-17 ### DX * Remove yarn dependency to symfony/ux-translator, to ease the build process diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue index 00f6e5f6f..6392a2b49 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue +++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue @@ -336,7 +336,7 @@ import { PDFPageProxy, } from "pdfjs-dist/types/src/display/api"; -// @ts-expect-error incredible but the console.log is needed +// @ts-ignore incredible but the console.log is needed import * as PdfWorker from "pdfjs-dist/build/pdf.worker.mjs"; console.log(PdfWorker);