Skip to content

Commit e5d0f70

Browse files
authored
Fix changelog and increase version (#677)
1 parent 977a72f commit e5d0f70

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Changelog
22

3-
### [3.0.6]
3+
### [3.0.7]
44

5-
- add 'useFallbackTranslationsForEmptyResources' to be able to use fallback locales for empty resources.
65
- add _supportedLocales in EasyLocalizationController; log and check the deviceLocale when resetLocale;
76
- add scriptCode to desiredLocale if useOnlyLangCode is true. scriptCode is needed sometimes, for example zh-Hans, zh-Hant
87
- add savedLocale get method for context. if context.savedLocale is null, then language option is `following system`, i can display the option in user selection form.
98

9+
### [3.0.6]
10+
11+
- add 'useFallbackTranslationsForEmptyResources' to be able to use fallback locales for empty resources.
12+
1013
### [3.0.5]
1114

1215
- add 'extraAssetLoaders' to add more assets loaders if it is needed, for example, if you want to add packages localizations to your project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/aissat/easy_localization
55
issue_tracker: https://github.com/aissat/easy_localization/issues
66
# publish_to: none
77

8-
version: 3.0.6
8+
version: 3.0.7
99

1010
environment:
1111
sdk: '>=2.12.0 <4.0.0'

0 commit comments

Comments
 (0)