Skip to content

Commit

Permalink
version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed May 21, 2024
1 parent 09a2f09 commit 1389a43
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [8.0.0] - 2024.05.13

- Update widgets for Material 3 (#50) (@Satsrag)
- New tonal buttons (@Satsrag)
- New `MongolFilledButton` widget (@Satsrag)
- New `MongolCheckboxListTile` widget (@Satsrag)
- New `MongolRadioListTile` widget (@Satsrag)
- New `MongolSwitchListTile` widget (@Satsrag)
- New `MongolCheckedPopupMenuItem` (@Satsrag)
- Update for breaking change in Flutter 3.22

## [7.0.0] - 2023.12.27

- Update APIs to match the Flutter 3.16 release. (#47) (with lots of help from @Satsrag)
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import 'demos/resizable_text_demo.dart';
import 'demos/text_demo.dart';
import 'demos/text_span_demo.dart';

const versionTitle = 'Flutter mongol package 7.0.0';
const versionTitle = 'Flutter mongol package 8.0.0';

void main() {
runApp(const DemoApp());
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mongol
description: Flutter widget package for displaying and editing vertical Mongolian text.
# When updating version, also update CHANGELOG.md and example/lib/main.dart
version: 7.0.0
version: 8.0.0
homepage: https://github.com/suragch/mongol
topics:
- text
Expand Down

0 comments on commit 1389a43

Please sign in to comment.