From 7df26866c536a393de31df07120913a2b27a77f4 Mon Sep 17 00:00:00 2001 From: iLTeoooD Date: Fri, 11 Feb 2022 13:46:10 +0100 Subject: [PATCH] Prepare for 0.32.0 --- CHANGELOG.md | 6 +++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e79901..3560188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -254,4 +254,8 @@ Fix for #173 Fix for #179 ## [0.31.1] -Fix for #184 \ No newline at end of file +Fix for #184 + +## [0.32.0] +Fix for #186 +Recursively merge the translation map with the fallback map \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 1b40803..9a66236 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -143,7 +143,7 @@ packages: path: ".." relative: true source: path - version: "0.31.1" + version: "0.32.0" flutter_localizations: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 87b7da9..2cf967e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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