From 50ea984043f26a77b9285e3c367c57cec1cdc5bd Mon Sep 17 00:00:00 2001 From: David PHAM-VAN Date: Sat, 27 Jan 2024 11:53:47 -0400 Subject: [PATCH] Update changelog --- printing/CHANGELOG.md | 3 ++- printing/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/printing/CHANGELOG.md b/printing/CHANGELOG.md index badbf2f4..e8d2766c 100644 --- a/printing/CHANGELOG.md +++ b/printing/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## 5.11.2 +## 5.12.0 - Refactor html imports +- Implement PdfActionBarTheme for actions bar and add method scrollToPage [Aleksei] ## 5.11.1 diff --git a/printing/pubspec.yaml b/printing/pubspec.yaml index 115c777d..caa5877e 100644 --- a/printing/pubspec.yaml +++ b/printing/pubspec.yaml @@ -15,7 +15,7 @@ topics: - print - printing - report -version: 5.11.2 +version: 5.12.0 environment: sdk: ">=3.0.0 <4.0.0"