Skip to content

Commit

Permalink
update: update CHANGELOG.md & pubspec.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
esmaeil-ahmadipour committed Dec 13, 2024
1 parent a0dfb65 commit 0352e5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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: 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
Expand Down

0 comments on commit 0352e5e

Please sign in to comment.