diff --git a/CHANGELOG.md b/CHANGELOG.md index a298c3b4..6ae972dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,55 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-08-09 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_authentication_bloc` - `v0.5.1`](#wyatt_authentication_bloc---v051) + - [`wyatt_bloc_layout` - `v0.1.1`](#wyatt_bloc_layout---v011) + - [`wyatt_ui_components` - `v0.2.2`](#wyatt_ui_components---v022) + - [`wyatt_ui_kit` - `v3.1.0`](#wyatt_ui_kit---v310) + - [`wyatt_ui_layout` - `v0.1.1`](#wyatt_ui_layout---v011) + +--- + +#### `wyatt_authentication_bloc` - `v0.5.1` + + - **FIX**(authentication): try/catch on cache retrieve. + - **FEAT**(auth): add mocked cache data source. + +#### `wyatt_bloc_layout` - `v0.1.1` + + - **FEAT**(bloc_layout): add consumer layouts. + - **FEAT**(ui_layout-bloc_layout): proxy scaffold fields. + +#### `wyatt_ui_components` - `v0.2.2` + + - **FIX**: upgrade to flutter 3.10. + - **FEAT**: add items manipulation in bottom bar component. + - **FEAT**(ui): export pricing card. + - **FEAT**(ui): proxy some rich text parameters. + +#### `wyatt_ui_kit` - `v3.1.0` + + - **FIX**: upgrade to flutter 3.10. + - **FEAT**(ui): export pricing card. + - **FEAT**(ui): proxy some rich text parameters. + - **FEAT**(ui): tweak some values. + +#### `wyatt_ui_layout` - `v0.1.1` + + - **FEAT**(ui_layout-bloc_layout): proxy scaffold fields. + + ## 2023-05-06 ### Changes diff --git a/packages/wyatt_authentication_bloc/CHANGELOG.md b/packages/wyatt_authentication_bloc/CHANGELOG.md index d86391e5..6b9f8fcb 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.1 + + - **FIX**(authentication): try/catch on cache retrieve. + - **FEAT**(auth): add mocked cache data source. + ## 0.5.0+1 - **REFACTOR**(authentication): controle cache checking. diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index f2ee8aeb..11e40a79 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.5.0+1 +version: 0.5.1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_bloc_layout/CHANGELOG.md b/packages/wyatt_bloc_layout/CHANGELOG.md index b9cf89a2..5202d4ea 100644 --- a/packages/wyatt_bloc_layout/CHANGELOG.md +++ b/packages/wyatt_bloc_layout/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.1 + + - **FEAT**(bloc_layout): add consumer layouts. + - **FEAT**(ui_layout-bloc_layout): proxy scaffold fields. + ## 0.1.0+1 - Update a dependency to the latest release. diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index 97797a65..055a6659 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/example/pubspec.yaml @@ -39,13 +39,13 @@ dependencies: version: ^2.0.1 wyatt_ui_layout: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.0+1 + version: ^0.1.1 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^0.1.1 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.1 + version: ^0.2.2 wyatt_component_copy_with_extension: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.0.1 diff --git a/packages/wyatt_bloc_layout/pubspec.yaml b/packages/wyatt_bloc_layout/pubspec.yaml index 0e9e8dea..67fd1637 100644 --- a/packages/wyatt_bloc_layout/pubspec.yaml +++ b/packages/wyatt_bloc_layout/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_bloc_layout description: Layouts based on bloc helper library repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout -version: 0.1.0+1 +version: 0.1.1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub @@ -19,7 +19,7 @@ dependencies: wyatt_ui_layout: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.0+1 + version: ^0.1.1 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub @@ -27,7 +27,7 @@ dependencies: wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.1 + version: ^0.2.2 dev_dependencies: flutter_test: { sdk: flutter } diff --git a/packages/wyatt_component_copy_with_gen/example/pubspec.yaml b/packages/wyatt_component_copy_with_gen/example/pubspec.yaml index 8ced47f8..e89a5767 100644 --- a/packages/wyatt_component_copy_with_gen/example/pubspec.yaml +++ b/packages/wyatt_component_copy_with_gen/example/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.1 + version: ^0.2.2 dev_dependencies: build_runner: ^2.3.3 diff --git a/packages/wyatt_ui_components/CHANGELOG.md b/packages/wyatt_ui_components/CHANGELOG.md index f7d1f543..6150e340 100644 --- a/packages/wyatt_ui_components/CHANGELOG.md +++ b/packages/wyatt_ui_components/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.2 + + - **FIX**: upgrade to flutter 3.10. + - **FEAT**: add items manipulation in bottom bar component. + - **FEAT**(ui): export pricing card. + - **FEAT**(ui): proxy some rich text parameters. + ## 0.2.1 - **FEAT**: add floating action button component (close #191). (d3184eb3) diff --git a/packages/wyatt_ui_components/pubspec.yaml b/packages/wyatt_ui_components/pubspec.yaml index 064fb384..e515686e 100644 --- a/packages/wyatt_ui_components/pubspec.yaml +++ b/packages/wyatt_ui_components/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_ui_components description: Components that can be implemented in any application with copy constructor. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_components -version: 0.2.1 +version: 0.2.2 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_ui_kit/CHANGELOG.md b/packages/wyatt_ui_kit/CHANGELOG.md index bafc0271..6e8b1830 100644 --- a/packages/wyatt_ui_kit/CHANGELOG.md +++ b/packages/wyatt_ui_kit/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.1.0 + + - **FIX**: upgrade to flutter 3.10. + - **FEAT**(ui): export pricing card. + - **FEAT**(ui): proxy some rich text parameters. + - **FEAT**(ui): tweak some values. + ## 3.0.1 - Update a dependency to the latest release. diff --git a/packages/wyatt_ui_kit/example/pubspec.yaml b/packages/wyatt_ui_kit/example/pubspec.yaml index 01d80a0c..f641bc51 100644 --- a/packages/wyatt_ui_kit/example/pubspec.yaml +++ b/packages/wyatt_ui_kit/example/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.1 + version: ^0.2.2 dev_dependencies: flutter_test: { sdk: flutter } diff --git a/packages/wyatt_ui_kit/pubspec.yaml b/packages/wyatt_ui_kit/pubspec.yaml index 2406cdf6..9df5a07b 100644 --- a/packages/wyatt_ui_kit/pubspec.yaml +++ b/packages/wyatt_ui_kit/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_ui_kit description: UIKit and Design System used in Wyatt Studio. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_kit -version: 3.0.1 +version: 3.1.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub @@ -25,7 +25,7 @@ dependencies: version: ^2.0.1 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.1 + version: ^0.2.2 dev_dependencies: build_runner: ^2.3.3 diff --git a/packages/wyatt_ui_layout/CHANGELOG.md b/packages/wyatt_ui_layout/CHANGELOG.md index ec01f45c..0e05d31e 100644 --- a/packages/wyatt_ui_layout/CHANGELOG.md +++ b/packages/wyatt_ui_layout/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + + - **FEAT**(ui_layout-bloc_layout): proxy scaffold fields. + ## 0.1.0+1 - Update a dependency to the latest release. diff --git a/packages/wyatt_ui_layout/example/pubspec.yaml b/packages/wyatt_ui_layout/example/pubspec.yaml index 05fc3da8..3628bf8c 100644 --- a/packages/wyatt_ui_layout/example/pubspec.yaml +++ b/packages/wyatt_ui_layout/example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.1 + version: ^0.2.2 wyatt_component_copy_with_extension: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.0.1 diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index 3ae0ddad..11315aab 100644 --- a/packages/wyatt_ui_layout/pubspec.yaml +++ b/packages/wyatt_ui_layout/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_ui_layout description: Main layouts to help you build your application views. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_layout -version: 0.1.0+1 +version: 0.1.1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub @@ -14,7 +14,7 @@ dependencies: wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.1 + version: ^0.2.2 dev_dependencies: flutter_test: { sdk: flutter }