Skip to content

Commit 4976b82

Browse files
committed
chore(validators): released v7.4.0
1 parent 29bed50 commit 4976b82

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/form_builder_validators/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [7.4.0] - 31-Jan-2022
2+
* Added Russian (ru) language support
3+
14
## [7.3.0] - 10-Jan-2022
25
* Added support for Slovenian (sl)
36
* Added Chinese language support - both traditional (zh_Hant) and simplified (zh_Hans)
@@ -11,7 +14,7 @@
1114
## [7.0.0] - 02-Sep-2021
1215
* New Package 🎉🎊 - Split from and no dependency on [flutter_form_builder](https://pub.dev/packages/flutter_form_builder)
1316
* Added Arabic and Persian/Farsi support
14-
* Use intl_utils package for localization
17+
* Use `intl_utils` package for localization
1518
* Minor type fixes
1619
* Documentation and example improvements
1720

packages/form_builder_validators/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_validators
22
description: This package provides common reusable FormFieldValidators for Flutter FormField widgets with internationalization
3-
version: 7.3.0
3+
version: 7.4.0
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)