Skip to content

Commit

Permalink
fix: intl version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Feb 9, 2024
1 parent 3f4504f commit 67cde8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,7 @@ 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
Fix: deprecation warnings

## [0.35.1]
Change intl version to '>=0.17.0-0 <=0.19.0'
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.35.0"
version: "0.35.1"
flutter_localizations:
dependency: transitive
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions 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, .xml, .yaml or .toml file!
version: 0.35.0
version: 0.35.1
homepage: https://github.com/ilteoood/flutter_i18n
issue_tracker: https://github.com/ilteoood/flutter_i18n/issues

Expand All @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
intl: ^0.18.1
intl: '>=0.17.0-0 <=0.19.0'
yaml: ^3.1.2
xml2json: ^6.2.2
path: ^1.8.3
Expand Down

0 comments on commit 67cde8f

Please sign in to comment.