Skip to content

Commit f7cac9e

Browse files
Merge pull request #7 from flutter-form-builder-ecosystem/release/8.3.0
chore(release): 8.3.0
2 parents bf0d590 + 4497e99 commit f7cac9e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.3.0] - 28-Jul-2022
2+
3+
* Apply license BSD-3-clause
4+
* Refactor readme
5+
* Remove unused dependency
6+
* Add web example
7+
18
## [8.2.0] - 12-Jul-2022
29

310
* Added equalLength validator

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ packages:
7878
path: ".."
7979
relative: true
8080
source: path
81-
version: "8.2.0"
81+
version: "8.3.0"
8282
intl:
8383
dependency: transitive
8484
description:

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: Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.
3-
version: 8.2.0
3+
version: 8.3.0
44
homepage: https://github.com/flutter-form-builder-ecosystem/form_builder_validators
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues
66

0 commit comments

Comments
 (0)