From f558685f11040447f218364caa806df9f677df42 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Sun, 10 Jul 2022 22:12:37 +0200 Subject: [PATCH] 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 --- CHANGELOG.md | 38 +++++++++++++++++++ .../wyatt_authentication_bloc/CHANGELOG.md | 4 ++ .../example/CHANGELOG.md | 4 ++ .../example/pubspec.yaml | 4 +- .../wyatt_authentication_bloc/pubspec.yaml | 4 +- packages/wyatt_form_bloc/CHANGELOG.md | 6 +++ packages/wyatt_form_bloc/example/CHANGELOG.md | 5 +++ packages/wyatt_form_bloc/example/pubspec.yaml | 2 +- packages/wyatt_form_bloc/pubspec.yaml | 2 +- 9 files changed, 63 insertions(+), 6 deletions(-) create mode 100644 packages/wyatt_authentication_bloc/example/CHANGELOG.md create mode 100644 packages/wyatt_form_bloc/example/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index af4dc123..6d4c4c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-07-10 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`form_bloc_example` - `v1.1.0`](#form_bloc_example---v110) + - [`wyatt_form_bloc` - `v0.0.3`](#wyatt_form_bloc---v003) + - [`authentication_bloc_example` - `v1.0.1`](#authentication_bloc_example---v101) + - [`wyatt_authentication_bloc` - `v0.2.1+1`](#wyatt_authentication_bloc---v0211) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `authentication_bloc_example` - `v1.0.1` + - `wyatt_authentication_bloc` - `v0.2.1+1` + +--- + +#### `form_bloc_example` - `v1.1.0` + + - **FEAT**: add list option validator. + - **DOCS**: add example app. + +#### `wyatt_form_bloc` - `v0.0.3` + + - **FEAT**: add helpers. + - **FEAT**: add metadata on inputs. + - **FEAT**: update to latest dart version. + + ## 2022-06-24 ### Changes diff --git a/packages/wyatt_authentication_bloc/CHANGELOG.md b/packages/wyatt_authentication_bloc/CHANGELOG.md index 0bd66c2f..54956623 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1+1 + + - Update a dependency to the latest release. + ## 0.2.1 - **FEAT**: add google, facebook, apple, twitter login. diff --git a/packages/wyatt_authentication_bloc/example/CHANGELOG.md b/packages/wyatt_authentication_bloc/example/CHANGELOG.md new file mode 100644 index 00000000..e9bf0b29 --- /dev/null +++ b/packages/wyatt_authentication_bloc/example/CHANGELOG.md @@ -0,0 +1,4 @@ +## 1.0.1 + + - Update a dependency to the latest release. + diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index e4bd1637..78eb36ab 100644 --- a/packages/wyatt_authentication_bloc/example/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example/pubspec.yaml @@ -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.0.1 environment: sdk: ">=2.16.2 <3.0.0" @@ -38,7 +38,7 @@ dependencies: wyatt_form_bloc: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_form_bloc-v0.0.2 + ref: wyatt_form_bloc-v0.0.3 path: packages/wyatt_form_bloc # The following adds the Cupertino Icons font to your application. diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index d9b78910..642072d8 100644 --- a/packages/wyatt_authentication_bloc/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_authentication_bloc description: Authentication BLoC for Flutter repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc -version: 0.2.1 +version: 0.2.1+1 environment: sdk: ">=2.15.1 <3.0.0" @@ -23,7 +23,7 @@ dependencies: wyatt_form_bloc: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_form_bloc-v0.0.2 + ref: wyatt_form_bloc-v0.0.3 path: packages/wyatt_form_bloc diff --git a/packages/wyatt_form_bloc/CHANGELOG.md b/packages/wyatt_form_bloc/CHANGELOG.md index b28ad1b6..78dde4f6 100644 --- a/packages/wyatt_form_bloc/CHANGELOG.md +++ b/packages/wyatt_form_bloc/CHANGELOG.md @@ -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. diff --git a/packages/wyatt_form_bloc/example/CHANGELOG.md b/packages/wyatt_form_bloc/example/CHANGELOG.md new file mode 100644 index 00000000..4bb88fc8 --- /dev/null +++ b/packages/wyatt_form_bloc/example/CHANGELOG.md @@ -0,0 +1,5 @@ +## 1.1.0 + + - **FEAT**: add list option validator. + - **DOCS**: add example app. + diff --git a/packages/wyatt_form_bloc/example/pubspec.yaml b/packages/wyatt_form_bloc/example/pubspec.yaml index 63abb8c0..1992ea37 100644 --- a/packages/wyatt_form_bloc/example/pubspec.yaml +++ b/packages/wyatt_form_bloc/example/pubspec.yaml @@ -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" diff --git a/packages/wyatt_form_bloc/pubspec.yaml b/packages/wyatt_form_bloc/pubspec.yaml index 9232a917..b8ec1263 100644 --- a/packages/wyatt_form_bloc/pubspec.yaml +++ b/packages/wyatt_form_bloc/pubspec.yaml @@ -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'