Skip to content

Commit

Permalink
chore: prepare for release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed May 11, 2023
1 parent 7b23b89 commit 7c7772a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,8 @@ Fix for #197 and #196
Dependencies upgrade

## [0.32.5]
Dependencies upgrade
Dependencies upgrade

## [0.33.0]
Support for Dart 3 and Flutter 3.10
Fix for #204
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.32.5"
version: "0.33.0"
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.32.5
version: 0.33.0
homepage: https://github.com/ilteoood/flutter_i18n
issue_tracker: https://github.com/ilteoood/flutter_i18n/issues

Expand All @@ -25,4 +25,4 @@ dev_dependencies:
pedantic: ^1.11.1

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

0 comments on commit 7c7772a

Please sign in to comment.