From d14444b4d6ecd7105a6a9beedf6ec7c09bba29b2 Mon Sep 17 00:00:00 2001 From: suragch Date: Sat, 31 Dec 2022 15:08:51 +0800 Subject: [PATCH] version 3.3.1 --- CHANGELOG.md | 4 ++++ example/lib/main.dart | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d48c8..01ffaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.3.1] - 2022.12.31 + +- Fix: crash when MongolTextField contain a line end with ' \n' (#34) (@Satsrag) + ## [3.3.0] - 2022.11.29 - Fix label problems on outlined input border with `MongolOutlineInputBorder` (#28). diff --git a/example/lib/main.dart b/example/lib/main.dart index 5935b2a..80e3c87 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -29,7 +29,7 @@ class DemoApp extends StatelessWidget { fontFamily: 'MenksoftQagan', ), home: Scaffold( - appBar: AppBar(title: const Text('Flutter mongol package 3.2.0')), + appBar: AppBar(title: const Text('Flutter mongol package 3.3.1')), body: const HomeScreen(), ), ); diff --git a/example/pubspec.lock b/example/pubspec.lock index 54d5185..fbaa68d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "3.3.0" + version: "3.3.1" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index aa48ac4..1214a14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,7 @@ name: mongol description: Flutter widget package for displaying and editing vertical Mongolian text. -version: 3.3.0 +# When updating version, also update CHANGELOG.md and example/lib/main.dart +version: 3.3.1 homepage: https://github.com/suragch/mongol environment: