chore(release): publish packages

- form_bloc_example@1.1.0
 - wyatt_form_bloc@0.0.3
 - authentication_bloc_example@1.0.1
 - wyatt_authentication_bloc@0.2.1+1
This commit is contained in:
2022-07-10 22:12:37 +02:00
parent b21aa04557
commit f558685f11
9 changed files with 63 additions and 6 deletions
+6
View File
@@ -1,3 +1,9 @@
## 0.0.3
- **FEAT**: add helpers.
- **FEAT**: add metadata on inputs.
- **FEAT**: update to latest dart version.
## 0.0.2
- **FEAT**: add list option validator.
@@ -0,0 +1,5 @@
## 1.1.0
- **FEAT**: add list option validator.
- **DOCS**: add example app.
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
version: 1.1.0
environment:
sdk: ">=2.17.2 <3.0.0"
+1 -1
View File
@@ -1,7 +1,7 @@
name: wyatt_form_bloc
description: Manage forms in Dart & Flutter with Bloc
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_form_bloc
version: 0.0.2
version: 0.0.3
environment:
sdk: '>=2.17.2 <3.0.0'