diff --git a/pdf/CHANGELOG.md b/pdf/CHANGELOG.md index 1d08dfd7..949723a3 100644 --- a/pdf/CHANGELOG.md +++ b/pdf/CHANGELOG.md @@ -8,6 +8,7 @@ - Table widget refactors [Graham Smith] - Add support for creating PDF/A 3b [ilaurillard] - Add helper functions to replace text styles and cell content [Brian Kayfitz] +- Fix TextStyle merge decoration [AtlasAutocode] ## 3.11.1 diff --git a/pdf/pubspec.yaml b/pdf/pubspec.yaml index d5a13b63..316a4d37 100644 --- a/pdf/pubspec.yaml +++ b/pdf/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: barcode: ">=2.2.3 <3.0.0" bidi: ^2.0.10 crypto: ^3.0.0 - image: ^4.1.0 + image: ">=4.1.0 <4.6.0" meta: ">=1.3.0 <2.0.0" path_parsing: ">=0.2.0 <2.0.0" vector_math: ^2.1.0 diff --git a/printing/CHANGELOG.md b/printing/CHANGELOG.md index cddd180c..983c4ce1 100644 --- a/printing/CHANGELOG.md +++ b/printing/CHANGELOG.md @@ -3,6 +3,8 @@ ## 5.14.0 - Replace WebView with WKWebView on macOS +- Upgrade archive [CodeDoctor] +- Fix wasm import [CodeDoctor] ## 5.13.4 diff --git a/printing/pubspec.yaml b/printing/pubspec.yaml index 4785a52d..ee2710cc 100644 --- a/printing/pubspec.yaml +++ b/printing/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: flutter_web_plugins: sdk: flutter http: ">=0.13.0 <2.0.0" - image: ^4.1.0 + image: ">=4.1.0 <4.6.0" meta: ">=1.3.0 <2.0.0" pdf: ^3.10.0 pdf_widget_wrapper: '>=1.0.4 <2.0.0'