Skip to content

Commit 7c7772a

Browse files
committed
chore: prepare for release 0.33.0
1 parent 7b23b89 commit 7c7772a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,8 @@ Fix for #197 and #196
273273
Dependencies upgrade
274274

275275
## [0.32.5]
276-
Dependencies upgrade
276+
Dependencies upgrade
277+
278+
## [0.33.0]
279+
Support for Dart 3 and Flutter 3.10
280+
Fix for #204

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ packages:
137137
path: ".."
138138
relative: true
139139
source: path
140-
version: "0.32.5"
140+
version: "0.33.0"
141141
flutter_localizations:
142142
dependency: transitive
143143
description: flutter

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_i18n
22
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!
3-
version: 0.32.5
3+
version: 0.33.0
44
homepage: https://github.com/ilteoood/flutter_i18n
55
issue_tracker: https://github.com/ilteoood/flutter_i18n/issues
66

@@ -25,4 +25,4 @@ dev_dependencies:
2525
pedantic: ^1.11.1
2626

2727
environment:
28-
sdk: '>=2.12.0 <3.0.0'
28+
sdk: '>=2.12.0 <4.0.0'

0 commit comments

Comments
 (0)