Skip to content

Commit

Permalink
version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Dec 31, 2022
1 parent e9ed819 commit d14444b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
),
);
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.3.0"
version: "3.3.1"
path:
dependency: transitive
description:
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d14444b

Please sign in to comment.