Skip to content

Commit

Permalink
Bump v0.1.4
Browse files Browse the repository at this point in the history
themisir committed Aug 10, 2020
1 parent 3e03b1a commit 0a3b6ab
Showing 3 changed files with 21 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [0.1.4] - 8/11/2020

* Added French language

## [0.1.3] - 6/13/2020

* Added turkish language
* Added Turkish language

## [0.1.2] - 6/12/2020

23 changes: 15 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
@@ -7,14 +7,21 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.1"
version: "2.4.2"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
charcode:
dependency: transitive
description:
@@ -35,7 +42,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.12"
version: "1.14.13"
cupertino_icons:
dependency: "direct main"
description:
@@ -66,14 +73,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.2"
version: "0.1.3"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.6"
version: "0.12.8"
meta:
dependency: transitive
description:
@@ -106,7 +113,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.3"
version: "1.9.5"
stream_channel:
dependency: transitive
description:
@@ -134,14 +141,14 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.16"
version: "0.2.17"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6"
version: "1.2.0"
vector_math:
dependency: transitive
description:
@@ -150,4 +157,4 @@ packages:
source: hosted
version: "2.0.8"
sdks:
dart: ">=2.7.0 <3.0.0"
dart: ">=2.9.0-14.0.dev <3.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: form_validator
description: Simplest form validation library for flutter's form field widgets
version: 0.1.3
version: 0.1.4
homepage: https://github.com/TheMisir/form-validator

environment:

0 comments on commit 0a3b6ab

Please sign in to comment.