Skip to content

Commit

Permalink
Prepare for 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Feb 11, 2022
1 parent 1fe781b commit 7df2686
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,8 @@ Fix for #173
Fix for #179

## [0.31.1]
Fix for #184
Fix for #184

## [0.32.0]
Fix for #186
Recursively merge the translation map with the fallback map
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.31.1"
version: "0.32.0"
flutter_localizations:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_i18n
description: i18n made easy for Flutter. With flutter_i18n you can make your app international, using just a simple .json file!
version: 0.31.1
version: 0.32.0
homepage: https://github.com/ilteoood/flutter_i18n
issue_tracker: https://github.com/ilteoood/flutter_i18n/issues

Expand Down

0 comments on commit 7df2686

Please sign in to comment.