Skip to content

Commit bb84f80

Browse files
committed
chore: released form_builder_validators v7.7.0
1 parent ba367a9 commit bb84f80

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/form_builder_validators/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [7.7.0] - 15-Mar-2022
2+
* Added Catalan (ca) language support
3+
14
## [7.6.1] - 19-Feb-2022
25
* Fixed duplicate `en` locale translations. Fixes #969
36

packages/form_builder_validators/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ___
1212
[![GitHub](https://img.shields.io/github/license/danvick/flutter_form_builder?logo=open+source+initiative&style=for-the-badge)](https://github.com/danvick/flutter_form_builder/blob/master/LICENSE)
1313
[![OSS Lifecycle](https://img.shields.io/osslifecycle/danvick/flutter_form_builder?style=for-the-badge)](#support)
1414

15-
[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png)](https://www.buymeacoffee.com/danvick)
15+
[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/danvick)
1616
___
1717

1818
### Example
@@ -177,5 +177,5 @@ Submit your PR and be of help to millions of developers all over the world!
177177
If this package was helpful to you in delivering your project or you just wanna to support this
178178
package, a cup of coffee would be highly appreciated ;-)
179179

180-
[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png)](https://www.buymeacoffee.com/danvick)
180+
[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/danvick)
181181

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.6.1
3+
version: 7.7.0
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)