From 3f4504fdde877956393df5f995ca19664554ee0b Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Fri, 29 Dec 2023 12:27:59 +0100 Subject: [PATCH] fix: changelog --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87008db..f5ce651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -281,4 +281,8 @@ Fix for #204 ## [0.34.0] Upgrade http@1.1.0, logging@1.2.0, xml2json@6.2.0, yaml@3.1.2, path@1.8.3 +Fix: deprecation warnings + +## [0.35.0] +Upgrade intl@0.18.1, xml2json@6.2.2, toml@0.15.0, http@1.1.2 Fix: deprecation warnings \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index fb06539..764a0f6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -137,7 +137,7 @@ packages: path: ".." relative: true source: path - version: "0.34.0" + version: "0.35.0" flutter_localizations: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 8a8e85e..5cd901f 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, .xml, .yaml or .toml file! -version: 0.34.0 +version: 0.35.0 homepage: https://github.com/ilteoood/flutter_i18n issue_tracker: https://github.com/ilteoood/flutter_i18n/issues