From 0352e5e968b3d23474b75a34974bfe05ffd9c022 Mon Sep 17 00:00:00 2001 From: Esmaeil Ahmadipour Date: Fri, 13 Dec 2024 16:54:45 +0330 Subject: [PATCH] update: update `CHANGELOG.md` & `pubspec.yaml` files --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d8c01..1c25ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.7.0+8 + +- Implement or replace the Easy Localization package for efficient localization management + - feat: add easy localization package to project [#40](https://github.com/pactus-project/pactus-gui/pull/40) + - feat: reformat codes with dart reformat command + - update: remove `l10n` from project + - fix: fix translation files for `applications` text in `es` & `fr` + - fix: fix configurations for `EasyLocalization` in `main.dart` file + - fix: fix `applications` text in `SplashScreen` page + - chore: update analyzer configuration to ignore generated files + - ci: update `ci` for checking assets & translation files + + # 1.6.0+7 - Implement `GoRouter` navigation system diff --git a/pubspec.yaml b/pubspec.yaml index 344d0e0..4ccc642 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: gui description: "Pactus Flutter GUI" publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.6.0+7 +version: 1.7.0+8 environment: sdk: ^3.5.3