From d5ef2124e3ff860c1fbb5a2b0142c9f92998e905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 16:06:29 +0200 Subject: [PATCH] chore(release): publish packages - wyatt_analysis@2.7.0 - wyatt_architecture@0.2.0+2 - wyatt_authentication_bloc@0.6.0 - wyatt_cloud_messaging_bloc_base@0.1.1+4 - wyatt_continuous_deployment@1.1.0 - wyatt_form_bloc@0.2.0+5 - wyatt_go_router@1.0.1 - wyatt_http_client@2.0.2 - wyatt_type_utils@0.1.0 - wyatt_ui_components@0.4.0 - wyatt_ui_layout@0.1.3 - wyatt_crud_bloc_firestore@0.2.0+1 - wyatt_crud_bloc@0.2.0+1 - wyatt_i18n@2.0.3 - wyatt_cloud_messaging_bloc_firebase@0.1.0+4 - wyatt_bloc_layout@0.1.2+6 - wyatt_ui_kit@3.2.5 --- CHANGELOG.md | 110 ++++++++++++++++++ packages/wyatt_analysis/CHANGELOG.md | 8 ++ packages/wyatt_analysis/pubspec.yaml | 2 +- packages/wyatt_architecture/CHANGELOG.md | 6 + packages/wyatt_architecture/pubspec.yaml | 2 +- .../wyatt_authentication_bloc/CHANGELOG.md | 11 ++ .../wyatt_authentication_bloc/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/CHANGELOG.md | 4 + packages/wyatt_bloc_layout/pubspec.yaml | 2 +- .../CHANGELOG.md | 4 + .../example/pubspec.yaml | 2 +- .../pubspec.yaml | 2 +- .../CHANGELOG.md | 4 + .../pubspec.yaml | 2 +- .../wyatt_continuous_deployment/CHANGELOG.md | 7 ++ .../wyatt_continuous_deployment/pubspec.yaml | 2 +- packages/wyatt_crud_bloc/CHANGELOG.md | 4 + packages/wyatt_crud_bloc/pubspec.yaml | 2 +- .../wyatt_crud_bloc_firestore/CHANGELOG.md | 4 + .../wyatt_crud_bloc_firestore/pubspec.yaml | 2 +- packages/wyatt_form_bloc/CHANGELOG.md | 4 + packages/wyatt_form_bloc/pubspec.yaml | 2 +- packages/wyatt_go_router/CHANGELOG.md | 4 + packages/wyatt_go_router/pubspec.yaml | 2 +- packages/wyatt_http_client/CHANGELOG.md | 4 + packages/wyatt_http_client/pubspec.yaml | 2 +- packages/wyatt_i18n/CHANGELOG.md | 4 + packages/wyatt_i18n/pubspec.yaml | 2 +- packages/wyatt_type_utils/CHANGELOG.md | 6 + packages/wyatt_type_utils/pubspec.yaml | 2 +- packages/wyatt_ui_components/CHANGELOG.md | 11 ++ packages/wyatt_ui_components/pubspec.yaml | 2 +- packages/wyatt_ui_kit/CHANGELOG.md | 4 + packages/wyatt_ui_kit/pubspec.yaml | 2 +- packages/wyatt_ui_layout/CHANGELOG.md | 8 ++ packages/wyatt_ui_layout/pubspec.yaml | 2 +- 36 files changed, 225 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3012c4d1..88ad51f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,116 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-05-21 + +### Changes + +--- + +Packages with breaking changes: + + - [`wyatt_authentication_bloc` - `v0.6.0`](#wyatt_authentication_bloc---v060) + - [`wyatt_type_utils` - `v0.1.0`](#wyatt_type_utils---v010) + - [`wyatt_ui_components` - `v0.4.0`](#wyatt_ui_components---v040) + +Packages with other changes: + + - [`wyatt_analysis` - `v2.7.0`](#wyatt_analysis---v270) + - [`wyatt_architecture` - `v0.2.0+2`](#wyatt_architecture---v0202) + - [`wyatt_cloud_messaging_bloc_base` - `v0.1.1+4`](#wyatt_cloud_messaging_bloc_base---v0114) + - [`wyatt_continuous_deployment` - `v1.1.0`](#wyatt_continuous_deployment---v110) + - [`wyatt_form_bloc` - `v0.2.0+5`](#wyatt_form_bloc---v0205) + - [`wyatt_go_router` - `v1.0.1`](#wyatt_go_router---v101) + - [`wyatt_http_client` - `v2.0.2`](#wyatt_http_client---v202) + - [`wyatt_ui_layout` - `v0.1.3`](#wyatt_ui_layout---v013) + - [`wyatt_crud_bloc_firestore` - `v0.2.0+1`](#wyatt_crud_bloc_firestore---v0201) + - [`wyatt_crud_bloc` - `v0.2.0+1`](#wyatt_crud_bloc---v0201) + - [`wyatt_i18n` - `v2.0.3`](#wyatt_i18n---v203) + - [`wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+4`](#wyatt_cloud_messaging_bloc_firebase---v0104) + - [`wyatt_bloc_layout` - `v0.1.2+6`](#wyatt_bloc_layout---v0126) + - [`wyatt_ui_kit` - `v3.2.5`](#wyatt_ui_kit---v325) + +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. + + - `wyatt_crud_bloc_firestore` - `v0.2.0+1` + - `wyatt_crud_bloc` - `v0.2.0+1` + - `wyatt_i18n` - `v2.0.3` + - `wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+4` + - `wyatt_bloc_layout` - `v0.1.2+6` + - `wyatt_ui_kit` - `v3.2.5` + +--- + +#### `wyatt_authentication_bloc` - `v0.6.0` + + - **FIX**(authentication_bloc): upgrade google sign to his major v. + - **FIX**: apply dart format. + - **FIX**: apply dart fix --apply. + - **FIX**(authentication_bloc): go router version refactoring. + - **FIX**: use correct behavior subject for stream session. + - **BREAKING** **FIX**(authentication): use correct usecase and result. + +#### `wyatt_type_utils` - `v0.1.0` + + - **BREAKING** **REFACTOR**(wyatt_type_utils): upgrade Result to prepare migration to sealed classes. + +#### `wyatt_ui_components` - `v0.4.0` + + - **FIX**: make components nullable. + - **FIX**(ui_components): rollback private fileds in component theme data. + - **FIX**: apply dart format. + - **FEAT**: add generic card. + - **FEAT**(ui_components): marking fields as private since it was accessible from getters. + - **BREAKING** **FEAT**(ui_components): available same type component usage (#200). + +#### `wyatt_analysis` - `v2.7.0` + + - **REFACTOR**: rename tools/ to tool/ to follow dart conventions. + - **FIX**: remove not yet implemented rule. + - **FEAT**(analysis): remove describe properties rule. + - **FEAT**: upgrade to handle dart 3.0.0. + - **FEAT**(analysis): add full toolchain to easely update ruleset. + +#### `wyatt_architecture` - `v0.2.0+2` + + - **REFACTOR**(wyatt_architecture): upgrade usecases to add NoParams. + - **FIX**: apply dart fix --apply. + - **DOCS**(wyatt_architecture): update readme. + +#### `wyatt_cloud_messaging_bloc_base` - `v0.1.1+4` + + - **FIX**(notification): port the new usecase syntax. + +#### `wyatt_continuous_deployment` - `v1.1.0` + + - **REFACTOR**: rename default cd config file from wyatt.yaml to cd_config.yaml. + - **FIX**(cd): make cd use new usecases. + - **FIX**(wyatt_cd): make getIt initializable. + - **FEAT**: fetch certs in read-only. + +#### `wyatt_form_bloc` - `v0.2.0+5` + + - **FIX**: apply dart format. + +#### `wyatt_go_router` - `v1.0.1` + + - **DOCS**(router): add missing template name. + +#### `wyatt_http_client` - `v2.0.2` + + - **FIX**: apply dart fix --apply. + +#### `wyatt_ui_layout` - `v0.1.3` + + - **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes. + - **FIX**(ui_layout): fix bottom navbar layouts. + - **FIX**(ui_layout): fix topappbar layouts. + - **FIX**: make components nullable. + - **FEAT**: implement notification abstraction package. + + ## 2023-11-18 ### Changes diff --git a/packages/wyatt_analysis/CHANGELOG.md b/packages/wyatt_analysis/CHANGELOG.md index 3d47b453..3a03bb3e 100644 --- a/packages/wyatt_analysis/CHANGELOG.md +++ b/packages/wyatt_analysis/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.7.0 + + - **REFACTOR**: rename tools/ to tool/ to follow dart conventions. + - **FIX**: remove not yet implemented rule. + - **FEAT**(analysis): remove describe properties rule. + - **FEAT**: upgrade to handle dart 3.0.0. + - **FEAT**(analysis): add full toolchain to easely update ruleset. + ## 2.6.1 - **REMOVED** diagnostic_describe_all_properties (https://dart.dev/tools/linter-rules/diagnostic_describe_all_properties) diff --git a/packages/wyatt_analysis/pubspec.yaml b/packages/wyatt_analysis/pubspec.yaml index 52c256f2..5db8098b 100644 --- a/packages/wyatt_analysis/pubspec.yaml +++ b/packages/wyatt_analysis/pubspec.yaml @@ -17,7 +17,7 @@ name: wyatt_analysis description: Lint rules for Dart and Flutter used internally at Wyatt Studio. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_analysis -version: 2.6.1 +version: 2.7.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_architecture/CHANGELOG.md b/packages/wyatt_architecture/CHANGELOG.md index 12dc3003..adf4f569 100644 --- a/packages/wyatt_architecture/CHANGELOG.md +++ b/packages/wyatt_architecture/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0+2 + + - **REFACTOR**(wyatt_architecture): upgrade usecases to add NoParams. + - **FIX**: apply dart fix --apply. + - **DOCS**(wyatt_architecture): update readme. + ## 0.2.0+1 - **FIX**: apply dart fix --apply. diff --git a/packages/wyatt_architecture/pubspec.yaml b/packages/wyatt_architecture/pubspec.yaml index 4f6dacba..bf5ea1a2 100644 --- a/packages/wyatt_architecture/pubspec.yaml +++ b/packages/wyatt_architecture/pubspec.yaml @@ -17,7 +17,7 @@ name: wyatt_architecture description: Wyatt Architecture contains useful classes to help you to create a clean architecture following the Wyatt Architecture principles. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_architecture -version: 0.2.0+1 +version: 0.2.0+2 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_authentication_bloc/CHANGELOG.md b/packages/wyatt_authentication_bloc/CHANGELOG.md index 67651260..eac7d98c 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.6.0 + +> Note: This release has breaking changes. + + - **FIX**(authentication_bloc): upgrade google sign to his major v. + - **FIX**: apply dart format. + - **FIX**: apply dart fix --apply. + - **FIX**(authentication_bloc): go router version refactoring. + - **FIX**: use correct behavior subject for stream session. + - **BREAKING** **FIX**(authentication): use correct usecase and result. + ## 0.5.1+3 - upgrade deps diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 63b27d34..ca258900 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.1+3 +version: 0.6.0 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 ea42f874..95a1af73 100644 --- a/packages/wyatt_bloc_layout/CHANGELOG.md +++ b/packages/wyatt_bloc_layout/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2+6 + + - Update a dependency to the latest release. + ## 0.1.2+5 - Update a dependency to the latest release. diff --git a/packages/wyatt_bloc_layout/pubspec.yaml b/packages/wyatt_bloc_layout/pubspec.yaml index cecd97d7..a065dcd8 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.2+5 +version: 0.1.2+6 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_cloud_messaging_bloc_base/CHANGELOG.md b/packages/wyatt_cloud_messaging_bloc_base/CHANGELOG.md index 3e2627af..08d15201 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/CHANGELOG.md +++ b/packages/wyatt_cloud_messaging_bloc_base/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1+4 + + - **FIX**(notification): port the new usecase syntax. + ## 0.1.1+3 - Update a dependency to the latest release. diff --git a/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml index fa2e0059..16795339 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml @@ -48,7 +48,7 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.2.2 + ref: wyatt_analysis-v2.7.0 path: packages/wyatt_analysis # The "flutter_lints" package below contains a set of recommended lints to diff --git a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml index 9f9bdfb8..158b5b5f 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_cloud_messaging_bloc_base description: A starting point for Dart libraries or applications. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc -version: 0.1.1+3 +version: 0.1.1+4 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/CHANGELOG.md b/packages/wyatt_cloud_messaging_bloc_firebase/CHANGELOG.md index 4a24de45..39f27f97 100644 --- a/packages/wyatt_cloud_messaging_bloc_firebase/CHANGELOG.md +++ b/packages/wyatt_cloud_messaging_bloc_firebase/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+4 + + - Update a dependency to the latest release. + ## 0.1.0+3 - Update a dependency to the latest release. diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml index b8462096..6e7412b6 100644 --- a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_cloud_messaging_bloc_firebase description: A. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_cloud_messaging_bloc_firebase -version: 0.1.0+3 +version: 0.1.0+4 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_continuous_deployment/CHANGELOG.md b/packages/wyatt_continuous_deployment/CHANGELOG.md index effe43c8..ca1ef564 100644 --- a/packages/wyatt_continuous_deployment/CHANGELOG.md +++ b/packages/wyatt_continuous_deployment/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.0 + + - **REFACTOR**: rename default cd config file from wyatt.yaml to cd_config.yaml. + - **FIX**(cd): make cd use new usecases. + - **FIX**(wyatt_cd): make getIt initializable. + - **FEAT**: fetch certs in read-only. + ## 1.0.0 - Initial version. diff --git a/packages/wyatt_continuous_deployment/pubspec.yaml b/packages/wyatt_continuous_deployment/pubspec.yaml index d24a867f..58d9eb57 100644 --- a/packages/wyatt_continuous_deployment/pubspec.yaml +++ b/packages/wyatt_continuous_deployment/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_continuous_deployment description: Wyatt CD. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_continuous_deployment -version: 1.0.0 +version: 1.1.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_crud_bloc/CHANGELOG.md b/packages/wyatt_crud_bloc/CHANGELOG.md index 020f78cf..a8e208b9 100644 --- a/packages/wyatt_crud_bloc/CHANGELOG.md +++ b/packages/wyatt_crud_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0+1 + + - Update a dependency to the latest release. + ## 0.2.0 > Note: This release has breaking changes. diff --git a/packages/wyatt_crud_bloc/pubspec.yaml b/packages/wyatt_crud_bloc/pubspec.yaml index d087b853..13de71e3 100644 --- a/packages/wyatt_crud_bloc/pubspec.yaml +++ b/packages/wyatt_crud_bloc/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_crud_bloc description: Create/Read/Update/Delete BLoC for Flutter repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc -version: 0.2.0 +version: 0.2.0+1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/CHANGELOG.md b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/CHANGELOG.md index c6517991..c7b93d65 100644 --- a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/CHANGELOG.md +++ b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0+1 + + - Update a dependency to the latest release. + ## 0.2.0 > Note: This release has breaking changes. diff --git a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml index f35ac7e6..e5948c3a 100644 --- a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml +++ b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_crud_bloc_firestore description: Create/Read/Update/Delete implementation for Cloud Firestore repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc -version: 0.2.0 +version: 0.2.0+1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_form_bloc/CHANGELOG.md b/packages/wyatt_form_bloc/CHANGELOG.md index 26c9a19f..c15955cc 100644 --- a/packages/wyatt_form_bloc/CHANGELOG.md +++ b/packages/wyatt_form_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0+5 + + - **FIX**: apply dart format. + ## 0.2.0+4 - **FIX**: apply dart format. diff --git a/packages/wyatt_form_bloc/pubspec.yaml b/packages/wyatt_form_bloc/pubspec.yaml index dceaa519..141a9f45 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.2.0+4 +version: 0.2.0+5 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_go_router/CHANGELOG.md b/packages/wyatt_go_router/CHANGELOG.md index effe43c8..a3127635 100644 --- a/packages/wyatt_go_router/CHANGELOG.md +++ b/packages/wyatt_go_router/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + + - **DOCS**(router): add missing template name. + ## 1.0.0 - Initial version. diff --git a/packages/wyatt_go_router/pubspec.yaml b/packages/wyatt_go_router/pubspec.yaml index f5ddd7b9..f9a3bbd8 100644 --- a/packages/wyatt_go_router/pubspec.yaml +++ b/packages/wyatt_go_router/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_go_router description: GoRouter Enhancements. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_go_router -version: 1.0.0 +version: 1.0.1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_http_client/CHANGELOG.md b/packages/wyatt_http_client/CHANGELOG.md index 8f70a0a7..9095dedc 100644 --- a/packages/wyatt_http_client/CHANGELOG.md +++ b/packages/wyatt_http_client/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.2 + + - **FIX**: apply dart fix --apply. + ## 2.0.1 - **FIX**: apply dart fix --apply. diff --git a/packages/wyatt_http_client/pubspec.yaml b/packages/wyatt_http_client/pubspec.yaml index f541c93f..81cee5fb 100644 --- a/packages/wyatt_http_client/pubspec.yaml +++ b/packages/wyatt_http_client/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_http_client description: A Dart client for RESTful APIs with authentication. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_http_client -version: 2.0.1 +version: 2.0.2 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_i18n/CHANGELOG.md b/packages/wyatt_i18n/CHANGELOG.md index bc5a23b0..d431a66b 100644 --- a/packages/wyatt_i18n/CHANGELOG.md +++ b/packages/wyatt_i18n/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.3 + + - Update a dependency to the latest release. + ## 2.0.2 - Update a dependency to the latest release. diff --git a/packages/wyatt_i18n/pubspec.yaml b/packages/wyatt_i18n/pubspec.yaml index 1b689558..3565e25e 100644 --- a/packages/wyatt_i18n/pubspec.yaml +++ b/packages/wyatt_i18n/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_i18n description: Library to handle internationalization in Flutter apps. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_i18n -version: 2.0.2 +version: 2.0.3 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_type_utils/CHANGELOG.md b/packages/wyatt_type_utils/CHANGELOG.md index 5ae8ee9c..ad0bc29a 100644 --- a/packages/wyatt_type_utils/CHANGELOG.md +++ b/packages/wyatt_type_utils/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.0 + +> Note: This release has breaking changes. + + - **BREAKING** **REFACTOR**(wyatt_type_utils): upgrade Result to prepare migration to sealed classes. + ## 0.0.5 - **FEAT**: add nullable num comparison. diff --git a/packages/wyatt_type_utils/pubspec.yaml b/packages/wyatt_type_utils/pubspec.yaml index 57e126a1..44812e46 100644 --- a/packages/wyatt_type_utils/pubspec.yaml +++ b/packages/wyatt_type_utils/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_type_utils description: Either, Option and other useful types and extensions. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_type_utils -version: 0.0.5 +version: 0.1.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_ui_components/CHANGELOG.md b/packages/wyatt_ui_components/CHANGELOG.md index 7afc43b7..5526a9ce 100644 --- a/packages/wyatt_ui_components/CHANGELOG.md +++ b/packages/wyatt_ui_components/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.4.0 + +> Note: This release has breaking changes. + + - **FIX**: make components nullable. + - **FIX**(ui_components): rollback private fileds in component theme data. + - **FIX**: apply dart format. + - **FEAT**: add generic card. + - **FEAT**(ui_components): marking fields as private since it was accessible from getters. + - **BREAKING** **FEAT**(ui_components): available same type component usage (#200). + ## 0.3.0+2 - **FIX**: make components nullable. diff --git a/packages/wyatt_ui_components/pubspec.yaml b/packages/wyatt_ui_components/pubspec.yaml index 683514bd..6bec991d 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.3.0+2 +version: 0.4.0 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 4d91c732..3ebec7e6 100644 --- a/packages/wyatt_ui_kit/CHANGELOG.md +++ b/packages/wyatt_ui_kit/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.5 + + - Update a dependency to the latest release. + ## 3.2.4 - Update a dependency to the latest release. diff --git a/packages/wyatt_ui_kit/pubspec.yaml b/packages/wyatt_ui_kit/pubspec.yaml index 8e22fa9e..7a65705c 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.2.4 +version: 3.2.5 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_ui_layout/CHANGELOG.md b/packages/wyatt_ui_layout/CHANGELOG.md index 99f553cb..21a6b7b7 100644 --- a/packages/wyatt_ui_layout/CHANGELOG.md +++ b/packages/wyatt_ui_layout/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.3 + + - **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes. + - **FIX**(ui_layout): fix bottom navbar layouts. + - **FIX**(ui_layout): fix topappbar layouts. + - **FIX**: make components nullable. + - **FEAT**: implement notification abstraction package. + ## 0.1.2+3 - Update a dependency to the latest release. diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index c8988f8d..de97211a 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.2+3 +version: 0.1.3 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub