From 9cb8a93d9d2d4a1a760d1870d4cb3a157f684c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 15:57:39 +0200 Subject: [PATCH 01/12] chore: upgrade deps --- melos.yaml | 1 - .../wyatt_architecture/example/pubspec.yaml | 10 +- .../example/pubspec.yaml | 12 +- .../wyatt_authentication_bloc/pubspec.yaml | 8 +- .../wyatt_bloc_helper/example/pubspec.yaml | 4 +- packages/wyatt_bloc_helper/pubspec.yaml | 4 +- .../wyatt_bloc_layout/example/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/pubspec.yaml | 2 +- .../example/pubspec.yaml | 6 +- .../pubspec.yaml | 6 +- .../pubspec.yaml | 4 +- .../pubspec.yaml | 4 +- .../src/core/injection/injectable.config.dart | 114 +++++++++--------- .../wyatt_continuous_deployment/pubspec.yaml | 8 +- packages/wyatt_crud_bloc/example/pubspec.yaml | 8 +- packages/wyatt_crud_bloc/pubspec.yaml | 6 +- .../wyatt_crud_bloc_firestore/pubspec.yaml | 6 +- packages/wyatt_form_bloc/example/pubspec.yaml | 4 +- packages/wyatt_form_bloc/pubspec.yaml | 2 +- packages/wyatt_go_router/pubspec.yaml | 4 +- packages/wyatt_i18n/pubspec.yaml | 6 +- packages/wyatt_ui_components/pubspec.yaml | 4 +- packages/wyatt_ui_kit/example/pubspec.yaml | 4 +- packages/wyatt_ui_kit/pubspec.yaml | 2 +- packages/wyatt_ui_layout/example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 26 files changed, 120 insertions(+), 115 deletions(-) diff --git a/melos.yaml b/melos.yaml index 30c7f957..d121c95b 100644 --- a/melos.yaml +++ b/melos.yaml @@ -4,7 +4,6 @@ packages: - "packages/**" ignore: - - "packages/**/example" - "packages/**/.dart_tool/**" sdkPath: auto diff --git a/packages/wyatt_architecture/example/pubspec.yaml b/packages/wyatt_architecture/example/pubspec.yaml index cb55c209..4d17dd88 100644 --- a/packages/wyatt_architecture/example/pubspec.yaml +++ b/packages/wyatt_architecture/example/pubspec.yaml @@ -32,14 +32,14 @@ dependencies: wyatt_architecture: path: "../" - flutter_bloc: ^8.1.1 - get_it: ^7.2.0 + flutter_bloc: ^9.1.1 + get_it: ^8.0.3 hive: ^2.2.3 hive_flutter: ^1.1.0 equatable: ^2.0.5 stream_transform: ^2.1.0 - bloc_concurrency: ^0.2.0 - freezed_annotation: ^2.2.0 + bloc_concurrency: ^0.3.0 + freezed_annotation: ^3.0.0 json_annotation: ^4.7.0 wyatt_bloc_helper: @@ -55,7 +55,7 @@ dependencies: dev_dependencies: build_runner: ^2.3.2 flutter_test: { sdk: flutter } - freezed: ^2.2.1 + freezed: ^3.0.0-0.0.dev hive_generator: ^2.0.0 json_serializable: ^6.5.4 diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index e2ead15f..ba6eee65 100644 --- a/packages/wyatt_authentication_bloc/example/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example/pubspec.yaml @@ -30,12 +30,12 @@ dependencies: flutter: sdk: flutter - go_router: ^10.1.0 - firebase_core: ^2.1.1 - flutter_bloc: ^8.1.1 - firebase_auth: ^4.2.0 + go_router: ^15.1.2 + firebase_core: ^3.13.1 + flutter_bloc: ^9.1.1 + firebase_auth: ^5.5.4 google_sign_in: ^6.1.4 - get_it: ^7.2.0 + get_it: ^8.0.3 wyatt_authentication_bloc: path: "../" @@ -65,7 +65,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.0 + flutter_lints: ^5.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 998b2b35..63b27d34 100644 --- a/packages/wyatt_authentication_bloc/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/pubspec.yaml @@ -12,11 +12,11 @@ environment: dependencies: flutter: { sdk: flutter } crypto: ^3.0.3 - flutter_bloc: ^8.1.3 + flutter_bloc: ^9.1.1 equatable: ^2.0.5 - firebase_auth: ^4.10.1 + firebase_auth: ^5.5.4 google_sign_in: ^6.1.5 - rxdart: ^0.27.7 + rxdart: ^0.28.0 flutter_secure_storage: ^9.0.0 http: ^1.1.0 @@ -34,7 +34,7 @@ dependencies: dev_dependencies: flutter_test: { sdk: flutter } - bloc_test: ^9.1.0 + bloc_test: ^10.0.0 mocktail: ^1.0.0 wyatt_analysis: diff --git a/packages/wyatt_bloc_helper/example/pubspec.yaml b/packages/wyatt_bloc_helper/example/pubspec.yaml index c956fe4e..63b6a4b8 100644 --- a/packages/wyatt_bloc_helper/example/pubspec.yaml +++ b/packages/wyatt_bloc_helper/example/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.5 equatable: ^2.0.5 - flutter_bloc: ^8.1.1 + flutter_bloc: ^9.1.1 wyatt_bloc_helper: path: ../ @@ -49,7 +49,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.1 + flutter_lints: ^5.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wyatt_bloc_helper/pubspec.yaml b/packages/wyatt_bloc_helper/pubspec.yaml index a4516733..e7ccbcad 100644 --- a/packages/wyatt_bloc_helper/pubspec.yaml +++ b/packages/wyatt_bloc_helper/pubspec.yaml @@ -11,12 +11,12 @@ environment: dependencies: flutter: { sdk: flutter } - flutter_bloc: ^8.1.1 + flutter_bloc: ^9.1.1 equatable: ^2.0.5 dev_dependencies: flutter_test: { sdk: flutter } - bloc_test: ^9.1.0 + bloc_test: ^10.0.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index 80f5d53a..44de7ab4 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/example/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: wyatt_bloc_layout: path: "../" - flutter_bloc: ^8.1.2 + flutter_bloc: ^9.1.1 wyatt_bloc_helper: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_bloc_layout/pubspec.yaml b/packages/wyatt_bloc_layout/pubspec.yaml index 7e158d89..cecd97d7 100644 --- a/packages/wyatt_bloc_layout/pubspec.yaml +++ b/packages/wyatt_bloc_layout/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: flutter: { sdk: flutter } - flutter_bloc: ^8.1.2 + flutter_bloc: ^9.1.1 wyatt_bloc_helper: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml index 108b9a41..fa2e0059 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: flutter: sdk: flutter - flutter_bloc: ^8.1.1 + flutter_bloc: ^9.1.1 wyatt_cloud_messaging_bloc_base: path: ../ @@ -40,7 +40,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - firebase_core: ^2.3.0 + firebase_core: ^3.13.1 dev_dependencies: flutter_test: @@ -56,7 +56,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.0 + flutter_lints: ^5.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml index eddda721..9f9bdfb8 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml @@ -12,9 +12,9 @@ dependencies: flutter: sdk: flutter equatable: ^2.0.5 - firebase_messaging: ^14.1.1 - flutter_bloc: ^8.1.1 - rxdart: ^0.27.7 + firebase_messaging: ^15.2.6 + flutter_bloc: ^9.1.1 + rxdart: ^0.28.0 wyatt_architecture: hosted: url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml index 1abcdee7..b8462096 100644 --- a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml @@ -18,8 +18,8 @@ dependencies: path: ^1.8.0 - firebase_messaging: ^14.6.6 - flutter_local_notifications: ^15.1.0+1 + firebase_messaging: ^15.2.6 + flutter_local_notifications: ^18.0.1 dev_dependencies: diff --git a/packages/wyatt_component_copy_with_gen/pubspec.yaml b/packages/wyatt_component_copy_with_gen/pubspec.yaml index 0120b146..084b782d 100644 --- a/packages/wyatt_component_copy_with_gen/pubspec.yaml +++ b/packages/wyatt_component_copy_with_gen/pubspec.yaml @@ -10,8 +10,8 @@ environment: dependencies: build: ^2.3.1 - source_gen: ^1.2.7 - analyzer: ^6.2.0 + source_gen: ^2.0.0 + analyzer: ^7.4.5 wyatt_component_copy_with_extension: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_continuous_deployment/lib/src/core/injection/injectable.config.dart b/packages/wyatt_continuous_deployment/lib/src/core/injection/injectable.config.dart index d38dd2fb..2b9a00f5 100644 --- a/packages/wyatt_continuous_deployment/lib/src/core/injection/injectable.config.dart +++ b/packages/wyatt_continuous_deployment/lib/src/core/injection/injectable.config.dart @@ -8,89 +8,95 @@ // coverage:ignore-file // ignore_for_file: no_leading_underscores_for_library_prefixes -import 'package:get_it/get_it.dart' as _i1; -import 'package:injectable/injectable.dart' as _i2; +import 'package:get_it/get_it.dart' as _i174; +import 'package:injectable/injectable.dart' as _i526; import 'package:wyatt_continuous_deployment/src/core/injection/injectable.dart' - as _i21; + as _i899; import 'package:wyatt_continuous_deployment/src/domain/entities/fastlane.dart' - as _i6; + as _i150; import 'package:wyatt_continuous_deployment/src/domain/entities/flutter.dart' - as _i12; + as _i614; import 'package:wyatt_continuous_deployment/src/domain/usecases/config/get_android_config_usecase.dart' - as _i18; + as _i152; import 'package:wyatt_continuous_deployment/src/domain/usecases/config/get_ios_config_usecase.dart' - as _i19; + as _i592; import 'package:wyatt_continuous_deployment/src/domain/usecases/config/init_config_usecase.dart' - as _i20; + as _i135; import 'package:wyatt_continuous_deployment/src/domain/usecases/decrypt_keys/decrypt_keys_usecase.dart' - as _i5; + as _i589; import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_create_keychain_usecase.dart' - as _i7; + as _i835; import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_deploy_pilot_usecase.dart' - as _i8; + as _i942; import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_deploy_supply_usecase.dart' - as _i9; + as _i643; import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_get_certificates_usecase.dart' - as _i10; + as _i886; import 'package:wyatt_continuous_deployment/src/domain/usecases/find_last_ipa_file_usecase.dart' - as _i11; + as _i38; import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_app_bundle_usecase.dart' - as _i13; + as _i224; import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_ipa_usecase.dart' - as _i14; + as _i895; import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_xcarchive_usecase.dart' - as _i15; + as _i591; import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_clean_usecase.dart' - as _i16; + as _i355; import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_pub_get_usecase.dart' - as _i17; + as _i574; import 'package:wyatt_continuous_deployment/src/domain/usecases/requirements/check_config_file_usecase.dart' - as _i3; + as _i652; import 'package:wyatt_continuous_deployment/src/domain/usecases/requirements/check_tools_usecase.dart' - as _i4; + as _i677; -extension GetItInjectableX on _i1.GetIt { +extension GetItInjectableX on _i174.GetIt { // initializes the registration of main-scope dependencies inside of GetIt - _i1.GetIt init({ + _i174.GetIt init({ String? environment, - _i2.EnvironmentFilter? environmentFilter, + _i526.EnvironmentFilter? environmentFilter, }) { - final gh = _i2.GetItHelper( + final gh = _i526.GetItHelper( this, environment, environmentFilter, ); final registerModule = _$RegisterModule(); - gh.singleton<_i3.CheckConfigFileUsecase>( - const _i3.CheckConfigFileUsecase()); - gh.singleton<_i4.CheckToolsUsecase>(const _i4.CheckToolsUsecase()); - gh.singleton<_i5.DecryptKeysUsecase>(const _i5.DecryptKeysUsecase()); - gh.lazySingleton<_i6.Fastlane>(() => registerModule.fastlane); - gh.singleton<_i7.FastlaneCreateKeychainUsecase>( - _i7.FastlaneCreateKeychainUsecase()); - gh.singleton<_i8.FastlaneDeployPilotUsecase>( - _i8.FastlaneDeployPilotUsecase()); - gh.singleton<_i9.FastlaneDeploySupplyUsecase>( - _i9.FastlaneDeploySupplyUsecase()); - gh.singleton<_i10.FastlaneGetCertificateUsecase>( - _i10.FastlaneGetCertificateUsecase()); - gh.singleton<_i11.FindLastIpaFileUsecase>( - const _i11.FindLastIpaFileUsecase()); - gh.lazySingleton<_i12.Flutter>(() => registerModule.flutter); - gh.singleton<_i13.FlutterBuildAppBundleUsecase>( - const _i13.FlutterBuildAppBundleUsecase()); - gh.singleton<_i14.FlutterBuildIpaUsecase>( - const _i14.FlutterBuildIpaUsecase()); - gh.singleton<_i15.FlutterBuildXcarchiveUsecase>( - const _i15.FlutterBuildXcarchiveUsecase()); - gh.singleton<_i16.FlutterCleanUsecase>(const _i16.FlutterCleanUsecase()); - gh.singleton<_i17.FlutterPubGetUsecase>(const _i17.FlutterPubGetUsecase()); - gh.singleton<_i18.GetAndroidConfigUsecase>( - const _i18.GetAndroidConfigUsecase()); - gh.singleton<_i19.GetIosConfigUsecase>(const _i19.GetIosConfigUsecase()); - gh.singleton<_i20.InitConfigUsecase>(const _i20.InitConfigUsecase()); + gh.singleton<_i135.InitConfigUsecase>( + () => const _i135.InitConfigUsecase()); + gh.singleton<_i152.GetAndroidConfigUsecase>( + () => const _i152.GetAndroidConfigUsecase()); + gh.singleton<_i592.GetIosConfigUsecase>( + () => const _i592.GetIosConfigUsecase()); + gh.singleton<_i677.CheckToolsUsecase>( + () => const _i677.CheckToolsUsecase()); + gh.singleton<_i652.CheckConfigFileUsecase>( + () => const _i652.CheckConfigFileUsecase()); + gh.singleton<_i38.FindLastIpaFileUsecase>( + () => const _i38.FindLastIpaFileUsecase()); + gh.singleton<_i591.FlutterBuildXcarchiveUsecase>( + () => const _i591.FlutterBuildXcarchiveUsecase()); + gh.singleton<_i355.FlutterCleanUsecase>( + () => const _i355.FlutterCleanUsecase()); + gh.singleton<_i895.FlutterBuildIpaUsecase>( + () => const _i895.FlutterBuildIpaUsecase()); + gh.singleton<_i224.FlutterBuildAppBundleUsecase>( + () => const _i224.FlutterBuildAppBundleUsecase()); + gh.singleton<_i574.FlutterPubGetUsecase>( + () => const _i574.FlutterPubGetUsecase()); + gh.singleton<_i886.FastlaneGetCertificateUsecase>( + () => _i886.FastlaneGetCertificateUsecase()); + gh.singleton<_i835.FastlaneCreateKeychainUsecase>( + () => _i835.FastlaneCreateKeychainUsecase()); + gh.singleton<_i942.FastlaneDeployPilotUsecase>( + () => _i942.FastlaneDeployPilotUsecase()); + gh.singleton<_i643.FastlaneDeploySupplyUsecase>( + () => _i643.FastlaneDeploySupplyUsecase()); + gh.singleton<_i589.DecryptKeysUsecase>( + () => const _i589.DecryptKeysUsecase()); + gh.lazySingleton<_i614.Flutter>(() => registerModule.flutter); + gh.lazySingleton<_i150.Fastlane>(() => registerModule.fastlane); return this; } } -class _$RegisterModule extends _i21.RegisterModule {} +class _$RegisterModule extends _i899.RegisterModule {} diff --git a/packages/wyatt_continuous_deployment/pubspec.yaml b/packages/wyatt_continuous_deployment/pubspec.yaml index 189d9466..d24a867f 100644 --- a/packages/wyatt_continuous_deployment/pubspec.yaml +++ b/packages/wyatt_continuous_deployment/pubspec.yaml @@ -10,13 +10,13 @@ environment: dependencies: args: ^2.4.2 - bloc: ^8.1.3 + bloc: ^9.0.0 checked_yaml: ^2.0.3 cli_completion: ^0.5.0 - get_it: ^7.6.7 + get_it: ^8.0.3 injectable: ^2.3.2 json_annotation: ^4.8.1 - mason_logger: ^0.2.12 + mason_logger: ^0.3.3 meta: ^1.12.0 wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ @@ -29,7 +29,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.8 - dart_code_linter: ^1.1.1 + dart_code_linter: ^2.0.0 injectable_generator: ^2.4.1 json_serializable: ^6.7.1 diff --git a/packages/wyatt_crud_bloc/example/pubspec.yaml b/packages/wyatt_crud_bloc/example/pubspec.yaml index 992e0738..56e7d3d3 100644 --- a/packages/wyatt_crud_bloc/example/pubspec.yaml +++ b/packages/wyatt_crud_bloc/example/pubspec.yaml @@ -31,9 +31,9 @@ dependencies: sdk: flutter equatable: ^2.0.5 - firebase_core: ^2.22.0 - cloud_firestore: ^4.13.0 - flutter_bloc: ^8.1.3 + firebase_core: ^3.13.1 + cloud_firestore: ^5.6.8 + flutter_bloc: ^9.1.1 wyatt_crud_bloc: path: "../" wyatt_crud_bloc_firestore: @@ -57,7 +57,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.0 + flutter_lints: ^5.0.0 json_serializable: ^6.7.1 build_runner: ^2.4.6 diff --git a/packages/wyatt_crud_bloc/pubspec.yaml b/packages/wyatt_crud_bloc/pubspec.yaml index c66385f2..d087b853 100644 --- a/packages/wyatt_crud_bloc/pubspec.yaml +++ b/packages/wyatt_crud_bloc/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: flutter: { sdk: flutter } - flutter_bloc: ^8.1.1 + flutter_bloc: ^9.1.1 equatable: ^2.0.5 wyatt_architecture: @@ -21,11 +21,11 @@ dependencies: wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ version: ^0.0.5 - rxdart: ^0.27.7 + rxdart: ^0.28.0 dev_dependencies: flutter_test: { sdk: flutter } - bloc_test: ^9.1.0 + bloc_test: ^10.0.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.6.1 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 aa1bac63..f35ac7e6 100644 --- a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml +++ b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml @@ -11,9 +11,9 @@ environment: dependencies: flutter: { sdk: flutter } - flutter_bloc: ^8.1.1 + flutter_bloc: ^9.1.1 equatable: ^2.0.5 - cloud_firestore: ^4.0.5 + cloud_firestore: ^5.6.8 wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ @@ -29,7 +29,7 @@ dependencies: dev_dependencies: flutter_test: { sdk: flutter } - bloc_test: ^9.1.0 + bloc_test: ^10.0.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.6.1 diff --git a/packages/wyatt_form_bloc/example/pubspec.yaml b/packages/wyatt_form_bloc/example/pubspec.yaml index 1992ea37..1e8be54d 100644 --- a/packages/wyatt_form_bloc/example/pubspec.yaml +++ b/packages/wyatt_form_bloc/example/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: flutter: sdk: flutter - flutter_bloc: ^8.0.1 + flutter_bloc: ^9.1.1 wyatt_form_bloc: path: "../" @@ -47,7 +47,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.0 + flutter_lints: ^5.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wyatt_form_bloc/pubspec.yaml b/packages/wyatt_form_bloc/pubspec.yaml index 2887c47d..dceaa519 100644 --- a/packages/wyatt_form_bloc/pubspec.yaml +++ b/packages/wyatt_form_bloc/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter - flutter_bloc: ^8.1.0 + flutter_bloc: ^9.1.1 equatable: ^2.0.5 wyatt_architecture: diff --git a/packages/wyatt_go_router/pubspec.yaml b/packages/wyatt_go_router/pubspec.yaml index 7ba5311e..f5ddd7b9 100644 --- a/packages/wyatt_go_router/pubspec.yaml +++ b/packages/wyatt_go_router/pubspec.yaml @@ -10,11 +10,11 @@ environment: dependencies: flutter: { sdk: flutter } - go_router: ^12.1.1 + go_router: ^15.1.2 dev_dependencies: flutter_test: { sdk: flutter } - dart_code_linter: ^1.1.1 + dart_code_linter: ^2.0.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.6.1 diff --git a/packages/wyatt_i18n/pubspec.yaml b/packages/wyatt_i18n/pubspec.yaml index e4971eed..1b689558 100644 --- a/packages/wyatt_i18n/pubspec.yaml +++ b/packages/wyatt_i18n/pubspec.yaml @@ -12,12 +12,12 @@ dependencies: collection: ^1.17.0 equatable: ^2.0.5 flutter: { sdk: flutter } - flutter_bloc: ^8.1.2 + flutter_bloc: ^9.1.1 flutter_localizations: { sdk: flutter } http: ^0.13.5 - intl: ^0.18.0 + intl: ^0.19.0 path: ^1.8.0 - petitparser: ^5.1.0 + petitparser: ^6.1.0 wyatt_architecture: hosted: url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ diff --git a/packages/wyatt_ui_components/pubspec.yaml b/packages/wyatt_ui_components/pubspec.yaml index 5ddac3bf..683514bd 100644 --- a/packages/wyatt_ui_components/pubspec.yaml +++ b/packages/wyatt_ui_components/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: { sdk: flutter } - copy_with_extension: ^5.0.0 + copy_with_extension: ^6.0.1 wyatt_component_copy_with_extension: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.0.1 @@ -22,7 +22,7 @@ dev_dependencies: version: ^2.5.0 build_runner: ^2.3.3 - copy_with_extension_gen: ^5.0.0 + copy_with_extension_gen: ^6.0.1 wyatt_component_copy_with_gen: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.0.1 diff --git a/packages/wyatt_ui_kit/example/pubspec.yaml b/packages/wyatt_ui_kit/example/pubspec.yaml index 69be2047..94e8f251 100644 --- a/packages/wyatt_ui_kit/example/pubspec.yaml +++ b/packages/wyatt_ui_kit/example/pubspec.yaml @@ -13,10 +13,10 @@ dependencies: wyatt_ui_kit: path: "../" - flutter_bloc: ^8.1.2 + flutter_bloc: ^9.1.1 flutter_localizations: { sdk: flutter } gap: ^3.0.1 - google_fonts: ^5.1.0 + google_fonts: ^6.2.1 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_ui_kit/pubspec.yaml b/packages/wyatt_ui_kit/pubspec.yaml index aa5ca567..8e22fa9e 100644 --- a/packages/wyatt_ui_kit/pubspec.yaml +++ b/packages/wyatt_ui_kit/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: equatable: ^2.0.5 flutter: { sdk: flutter } flutter_animate: ^4.2.0+1 - flutter_bloc: ^8.1.2 + flutter_bloc: ^9.1.1 gap: ^3.0.1 meta: ^1.8.0 wyatt_bloc_helper: diff --git a/packages/wyatt_ui_layout/example/pubspec.yaml b/packages/wyatt_ui_layout/example/pubspec.yaml index f712eab9..4e24531e 100644 --- a/packages/wyatt_ui_layout/example/pubspec.yaml +++ b/packages/wyatt_ui_layout/example/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: wyatt_ui_layout: path: "../" - go_router: ^10.1.0 + go_router: ^15.1.2 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/pubspec.yaml b/pubspec.yaml index dd7dd2c3..2eb7c61b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,4 +4,4 @@ environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: - melos: ^5.2.2 + melos: ^6.3.2 -- 2.47.2 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 02/12] 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 -- 2.47.2 From 06ea7b73ae65485f78fdd1ed06df3e0e81154632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 16:15:57 +0200 Subject: [PATCH 03/12] refactor(cd): fiw injectable warning --- packages/wyatt_continuous_deployment/lib/src/bootstrap.dart | 2 +- .../lib/src/core/injection/injectable.dart | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/wyatt_continuous_deployment/lib/src/bootstrap.dart b/packages/wyatt_continuous_deployment/lib/src/bootstrap.dart index 33660195..49d0876c 100644 --- a/packages/wyatt_continuous_deployment/lib/src/bootstrap.dart +++ b/packages/wyatt_continuous_deployment/lib/src/bootstrap.dart @@ -21,6 +21,6 @@ import 'package:wyatt_continuous_deployment/src/core/utils/task_observer.dart'; Future bootstrap([Logger? logger]) async { getIt.registerSingleton(logger ?? Logger()); - await Injectable.configureDependencies(); + await configureDependencies(); Bloc.observer = TaskObserver(); } diff --git a/packages/wyatt_continuous_deployment/lib/src/core/injection/injectable.dart b/packages/wyatt_continuous_deployment/lib/src/core/injection/injectable.dart index 103032fa..e5ae7094 100644 --- a/packages/wyatt_continuous_deployment/lib/src/core/injection/injectable.dart +++ b/packages/wyatt_continuous_deployment/lib/src/core/injection/injectable.dart @@ -27,9 +27,7 @@ final getIt = GetIt.instance; preferRelativeImports: false, asExtension: true, ) -abstract final class Injectable { - static Future configureDependencies() => getIt.init().allReady(); -} +Future configureDependencies() => getIt.init().allReady(); @module abstract class RegisterModule { -- 2.47.2 From 9a8fb28d576ee9c42fcd2c3ab3239edd55cf299b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 16:20:43 +0200 Subject: [PATCH 04/12] refactor(utils): fix warnings --- packages/wyatt_type_utils/lib/src/either/either_base.dart | 2 ++ packages/wyatt_type_utils/lib/src/either/option.dart | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/wyatt_type_utils/lib/src/either/either_base.dart b/packages/wyatt_type_utils/lib/src/either/either_base.dart index aef28c3a..892af4f8 100644 --- a/packages/wyatt_type_utils/lib/src/either/either_base.dart +++ b/packages/wyatt_type_utils/lib/src/either/either_base.dart @@ -14,6 +14,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +// ignore_for_file: unused_element + import 'dart:async'; part 'option.dart'; diff --git a/packages/wyatt_type_utils/lib/src/either/option.dart b/packages/wyatt_type_utils/lib/src/either/option.dart index f5bb8f89..9d1b00fe 100644 --- a/packages/wyatt_type_utils/lib/src/either/option.dart +++ b/packages/wyatt_type_utils/lib/src/either/option.dart @@ -14,6 +14,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +// ignore_for_file: unused_element + part of 'either_base.dart'; /// {@template option_exception} -- 2.47.2 From 9356519e17ea46a80dcb9dfe7538873241d31ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 17:04:58 +0200 Subject: [PATCH 05/12] chore(release): publish packages - architecture_example@2.0.0 - bloc_helper_example@1.1.0 - bloc_layout_example@2.0.0 - component_copy_with_extension_example@1.1.0 - component_copy_with_gen_example@1.1.0 - crud_bloc_example@2.0.0 - example_router@2.0.0 - form_bloc_example@2.0.0 - notification_bloc_example@1.0.1 - type_utils_example@1.1.0 - wyatt_continuous_deployment@1.1.1 - wyatt_continuous_deployment_example@1.0.1 - wyatt_i18n_example@2.0.0 - wyatt_type_utils@0.1.0+1 - wyatt_ui_components_example@2.0.0 - wyatt_ui_kit_example@2.0.0 - wyatt_ui_layout_example@2.0.0 - wyatt_cloud_messaging_bloc_base@0.1.1+5 - wyatt_authentication_bloc@0.6.0+1 - wyatt_crud_bloc_firestore@0.2.0+2 - wyatt_crud_bloc@0.2.0+2 - wyatt_i18n@2.0.4 - wyatt_architecture@0.2.0+3 - wyatt_form_bloc@0.2.0+6 - wyatt_cloud_messaging_bloc_firebase@0.1.0+5 - wyatt_bloc_layout@0.1.2+7 - cloud_messaging_bloc_firebase_example@1.0.1 --- CHANGELOG.md | 259 ++++++++++++++++++ packages/wyatt_architecture/CHANGELOG.md | 4 + .../wyatt_architecture/example/CHANGELOG.md | 13 + .../wyatt_architecture/example/pubspec.yaml | 2 +- packages/wyatt_architecture/pubspec.yaml | 2 +- .../wyatt_authentication_bloc/CHANGELOG.md | 4 + .../example/CHANGELOG.md | 32 +++ .../example/pubspec.yaml | 2 +- .../wyatt_authentication_bloc/pubspec.yaml | 2 +- .../wyatt_bloc_helper/example/CHANGELOG.md | 7 + .../wyatt_bloc_helper/example/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/CHANGELOG.md | 4 + .../wyatt_bloc_layout/example/CHANGELOG.md | 17 ++ .../wyatt_bloc_layout/example/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/pubspec.yaml | 2 +- .../CHANGELOG.md | 4 + .../example/CHANGELOG.md | 4 + .../example/pubspec.yaml | 2 +- .../pubspec.yaml | 2 +- .../CHANGELOG.md | 4 + .../example/CHANGELOG.md | 4 + .../example/pubspec.yaml | 2 +- .../pubspec.yaml | 2 +- .../example/CHANGELOG.md | 5 + .../example/pubspec.yaml | 2 +- .../example/CHANGELOG.md | 8 + .../example/pubspec.yaml | 2 +- .../wyatt_continuous_deployment/CHANGELOG.md | 4 + .../example/CHANGELOG.md | 4 + .../example/pubspec.yaml | 2 +- .../wyatt_continuous_deployment/pubspec.yaml | 2 +- packages/wyatt_crud_bloc/CHANGELOG.md | 4 + packages/wyatt_crud_bloc/example/CHANGELOG.md | 12 + packages/wyatt_crud_bloc/example/pubspec.yaml | 2 +- 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/example/CHANGELOG.md | 8 + packages/wyatt_form_bloc/example/pubspec.yaml | 2 +- packages/wyatt_form_bloc/pubspec.yaml | 2 +- packages/wyatt_i18n/CHANGELOG.md | 4 + packages/wyatt_i18n/example/CHANGELOG.md | 10 + packages/wyatt_i18n/example/pubspec.yaml | 2 +- packages/wyatt_i18n/pubspec.yaml | 2 +- packages/wyatt_type_utils/CHANGELOG.md | 4 + .../wyatt_type_utils/example/CHANGELOG.md | 6 + .../wyatt_type_utils/example/pubspec.yaml | 2 +- packages/wyatt_type_utils/pubspec.yaml | 2 +- .../wyatt_ui_components/example/CHANGELOG.md | 25 ++ .../wyatt_ui_components/example/pubspec.yaml | 2 +- packages/wyatt_ui_kit/example/CHANGELOG.md | 42 +++ packages/wyatt_ui_kit/example/pubspec.yaml | 2 +- packages/wyatt_ui_layout/example/CHANGELOG.md | 19 ++ packages/wyatt_ui_layout/example/pubspec.yaml | 2 +- 55 files changed, 546 insertions(+), 27 deletions(-) create mode 100644 packages/wyatt_architecture/example/CHANGELOG.md create mode 100644 packages/wyatt_authentication_bloc/example/CHANGELOG.md create mode 100644 packages/wyatt_bloc_helper/example/CHANGELOG.md create mode 100644 packages/wyatt_bloc_layout/example/CHANGELOG.md create mode 100644 packages/wyatt_cloud_messaging_bloc_base/example/CHANGELOG.md create mode 100644 packages/wyatt_cloud_messaging_bloc_firebase/example/CHANGELOG.md create mode 100644 packages/wyatt_component_copy_with_extension/example/CHANGELOG.md create mode 100644 packages/wyatt_component_copy_with_gen/example/CHANGELOG.md create mode 100644 packages/wyatt_continuous_deployment/example/CHANGELOG.md create mode 100644 packages/wyatt_crud_bloc/example/CHANGELOG.md create mode 100644 packages/wyatt_i18n/example/CHANGELOG.md create mode 100644 packages/wyatt_type_utils/example/CHANGELOG.md create mode 100644 packages/wyatt_ui_components/example/CHANGELOG.md create mode 100644 packages/wyatt_ui_kit/example/CHANGELOG.md create mode 100644 packages/wyatt_ui_layout/example/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ad51f7..b395fa2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,265 @@ 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: + + - [`architecture_example` - `v2.0.0`](#architecture_example---v200) + - [`bloc_layout_example` - `v2.0.0`](#bloc_layout_example---v200) + - [`crud_bloc_example` - `v2.0.0`](#crud_bloc_example---v200) + - [`example_router` - `v2.0.0`](#example_router---v200) + - [`form_bloc_example` - `v2.0.0`](#form_bloc_example---v200) + - [`wyatt_i18n_example` - `v2.0.0`](#wyatt_i18n_example---v200) + - [`wyatt_ui_components_example` - `v2.0.0`](#wyatt_ui_components_example---v200) + - [`wyatt_ui_kit_example` - `v2.0.0`](#wyatt_ui_kit_example---v200) + - [`wyatt_ui_layout_example` - `v2.0.0`](#wyatt_ui_layout_example---v200) + +Packages with other changes: + + - [`bloc_helper_example` - `v1.1.0`](#bloc_helper_example---v110) + - [`component_copy_with_extension_example` - `v1.1.0`](#component_copy_with_extension_example---v110) + - [`component_copy_with_gen_example` - `v1.1.0`](#component_copy_with_gen_example---v110) + - [`notification_bloc_example` - `v1.0.1`](#notification_bloc_example---v101) + - [`type_utils_example` - `v1.1.0`](#type_utils_example---v110) + - [`wyatt_continuous_deployment` - `v1.1.1`](#wyatt_continuous_deployment---v111) + - [`wyatt_continuous_deployment_example` - `v1.0.1`](#wyatt_continuous_deployment_example---v101) + - [`wyatt_type_utils` - `v0.1.0+1`](#wyatt_type_utils---v0101) + - [`wyatt_cloud_messaging_bloc_base` - `v0.1.1+5`](#wyatt_cloud_messaging_bloc_base---v0115) + - [`wyatt_authentication_bloc` - `v0.6.0+1`](#wyatt_authentication_bloc---v0601) + - [`wyatt_crud_bloc_firestore` - `v0.2.0+2`](#wyatt_crud_bloc_firestore---v0202) + - [`wyatt_crud_bloc` - `v0.2.0+2`](#wyatt_crud_bloc---v0202) + - [`wyatt_i18n` - `v2.0.4`](#wyatt_i18n---v204) + - [`wyatt_architecture` - `v0.2.0+3`](#wyatt_architecture---v0203) + - [`wyatt_form_bloc` - `v0.2.0+6`](#wyatt_form_bloc---v0206) + - [`wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+5`](#wyatt_cloud_messaging_bloc_firebase---v0105) + - [`wyatt_bloc_layout` - `v0.1.2+7`](#wyatt_bloc_layout---v0127) + - [`cloud_messaging_bloc_firebase_example` - `v1.0.1`](#cloud_messaging_bloc_firebase_example---v101) + +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_cloud_messaging_bloc_base` - `v0.1.1+5` + - `wyatt_authentication_bloc` - `v0.6.0+1` + - `wyatt_crud_bloc_firestore` - `v0.2.0+2` + - `wyatt_crud_bloc` - `v0.2.0+2` + - `wyatt_i18n` - `v2.0.4` + - `wyatt_architecture` - `v0.2.0+3` + - `wyatt_form_bloc` - `v0.2.0+6` + - `wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+5` + - `wyatt_bloc_layout` - `v0.1.2+7` + - `cloud_messaging_bloc_firebase_example` - `v1.0.1` + +--- + +#### `architecture_example` - `v2.0.0` + + - **REFACTOR**(wyatt_architecture): upgrade usecases to add NoParams. + - **REFACTOR**(architecture): update naming methodes (close #47). + - **REFACTOR**(architecture): update example. (close #38). + - **FIX**: apply dart fix --apply. + - **FIX**: remove wyatt arch ios example. + - **FEAT**(arch): add new project for wyatt clean architecture. + - **DOCS**(arch): add documentation. + - **BREAKING** **REFACTOR**(http): fix cascade dart good practices + docs. + +#### `bloc_layout_example` - `v2.0.0` + + - **REFACTOR**(bloc_layouts): refactored block using the ui layout package, due to breaking changes. + - **REFACTOR**(bloc_layout): remove cross package export. + - **REFACTOR**(bloc_layout): migrate bloc layouts using copywith component method (close #121). + - **REFACTOR**(bloc_layout): update example (#92). + - **REFACTOR**(bloc_layout): update example with new app bar entity (#90). + - **FIX**: apply dart fix --apply. + - **FIX**: remove wyatt arch ios example. + - **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper. + - **FIX**(bloc_layout): fix textwrapper. + - **FEAT**(bloc_layout): rework on structure using new components and layouts. + - **FEAT**(bloc_layout): add new package to combine bloc_helper, crud_bloc, ui_components, and ui_layout. + - **BREAKING** **FEAT**(layout): update layout plugins with new components system. + +#### `crud_bloc_example` - `v2.0.0` + + - **FIX**: rename wyatt_bruc_bloc_firestore main package file. + - **FIX**(crud): update example. + - **FEAT**(crud): add streaming usecase (closes #180). + - **FEAT**(crud): change responsibility of blocs (closes #45, closes #44). + - **DOCS**(crud): add example app. + - **BREAKING** **FEAT**(crud): make crudbuilder integration more easy by integrating blocbuilder (closes #181). + - **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package. + +#### `example_router` - `v2.0.0` + + - **REFACTOR**(authentication): remove cross package export. + - **REFACTOR**(authentication): use fromFirebaseUser factory to parse user. + - **REFACTOR**(auth): update example with new input builders. + - **FIX**(authentication_bloc): upgrade google sign to his major v. + - **FIX**(authentication_bloc): go router version refactoring. + - **FIX**(authentication): make sur access token is available on every steps. + - **FIX**(authentication): allow email/password validators customization (closes #57). + - **FIX**(auth): fix some bugs to validate publishing. + - **FIX**(auth): update form plugin and fix auth. + - **FIX**(auth): example needs multidex support. + - **FEAT**(authentication): remove session wrapper for AuthenticationSession. + - **FEAT**(authentication): add custom routine, and documentation. + - **FEAT**(authentication): add full event support. + - **FEAT**(authentication): add google sign in in signIn cubit. + - **FEAT**(auth): add reactive repo + extra data + router examples + tests. + - **FEAT**(auth): add google, facebook, apple, twitter login. + - **DOCS**(authentication): update example with multiple data sources. + - **DOCS**(authentication): add full dartdoc. + - **DOCS**(authentication): update example. + - **DOCS**(authentication): update example. + - **DOCS**(auth): add correct header. + - **BREAKING** **FIX**(authentication): use correct usecase and result. + - **BREAKING** **FIX**(authentication): use FutureOrResult extension (close #41). + - **BREAKING** **FIX**(auth): add signInWithEmailAndPassword and signInAnonymously methods in SignInCubit #26. + - **BREAKING** **FEAT**(authentication): add repo in callback usecases (close #55). + - **BREAKING** **FEAT**(auth): use form_bloc package. + - **BREAKING** **FEAT**(authentication): rename package. + +#### `form_bloc_example` - `v2.0.0` + + - **REFACTOR**(form): refactor simple example. + - **FEAT**(from): add form validator class with strategy design pattern. + - **BREAKING** **REFACTOR**(form): input builders provides FormInput. + +#### `wyatt_i18n_example` - `v2.0.0` + + - **FIX**: apply dart fix --apply. + - **FEAT**(i18n): add i18n delegate + example. + - **FEAT**(i18n): add ICU parser. + - **FEAT**(i18n): add arb, json and yaml parsers. + - **BREAKING** **FEAT**(i18n): rename few files + add clearer documentation. + +#### `wyatt_ui_components_example` - `v2.0.0` + + - **REFACTOR**(ui_components): migrate top nav bar using generify top bar. + - **REFACTOR**(ui_components): update example (close #115). + - **REFACTOR**(ui_component): update example (#92). + - **REFACTOR**(ui_components): update example (#92). + - **FIX**: remove wyatt arch ios example. + - **FEAT**: add items manipulation in bottom bar component. + - **FEAT**(ui): add colors and rework ComponentThemeData. + - **FEAT**(ui): make gradient as component. + - **FEAT**(ui_components): update attributs and proxy most of appbar attributs. + - **FEAT**(ui_components): add centerTitle property to app bar component. + - **FEAT**(ui): add some useful text customization in TextWrapper (closes #149). + - **FEAT**(ui_component): add string extension to easely wrap text. + - **FEAT**(ui_components): add text wrapper instead of String/Widget for Texts. + - **FEAT**(ui_components): add information_card & quote_card (#126). + - **FEAT**(ui_components): make component data field nullable (#92). + - **FEAT**(ui_components): make app bar leading & actions customizable. + - **FEAT**(ui_layout): update example & move configure function (#69). + - **FEAT**: create new package to split components and layouts. + - **BREAKING** **FEAT**(ui_components): available same type component usage (#200). + - **BREAKING** **FEAT**(ui): move last extensions + add extension provider. + +#### `wyatt_ui_kit_example` - `v2.0.0` + + - **REFACTOR**(ui): rework text gradient and text wrapper. + - **REFACTOR**(ui_kit): use tapped state and merged styles. + - **REFACTOR**(ui_kit): Refactored code using the UI components package, due to breaking changes. + - **REFACTOR**(ui_kit): update textinput component using borderColors as Color. + - **FIX**(ui_kit): add cacheExtend as a trade-off in listview example. + - **FIX**: apply dart fix --apply. + - **FIX**(ui_kit): add local font assets + compress images. + - **FIX**(ui_kit): fix text align, add selection and update example for rich text builder. + - **FIX**: upgrade to flutter 3.10. + - **FIX**(ui_kit): remove null check operator in Loader component. + - **FEAT**(ui_kit): make skillcard header icon customizable. + - **FEAT**(ui_kit): implement flat button. + - **FEAT**: implement notification abstraction package. + - **FEAT**(ui_kit): implement top nav bar. + - **FEAT**(ui_kit): implement top app bar and update example. + - **FEAT**(ui_kit): add card theme extension, fix bugs & update example (close #126). + - **FEAT**(ui_kit): add quote / skill / portfolio cards (#126). + - **FEAT**(ui_kit): update example (#138). + - **FEAT**(ui_kit): update example by removing adaptative theme. + - **FEAT**(ui_kit): implement rich text builder (closes #141). + - **FEAT**(ui): add pricing card. + - **FEAT**(ui_kit): update example with full studio button theme. + - **FEAT**(ui_kit): add theme control in example. + - **FEAT**(ui_kit): finalize material ready buttons. + - **FEAT**(ui_kit): implement information card (#126). + - **FEAT**(ui): update default extension implementation. + - **FEAT**(ui_kit): update example with drawer and custom launch parameters. + - **FEAT**(ui_kit): implement file selection button with invalid cubit and dotted package. + - **FEAT**(ui_kit): implement simple icon button and use dimension style. + - **FEAT**(ui_kit): add symbol button + enhance bloc control over state. + - **FEAT**(ui_kit): allow to cascade styles in ThemeHelper. + - **FEAT**(ui_kit): use MultiColor in button style. + - **FEAT**(ui_kit): implement flat/outlined button. + - **FEAT**(ui): add animated decorated box + animate all buttons + customize duration in style. + - **BREAKING** **REFACTOR**(ui): remove bloc export in buttons to be state management solution agnostic (closes #147). + - **BREAKING** **FEAT**(ui): rework theme resolver mechanism + move theme extension implementations. + - **BREAKING** **FEAT**(ui): move last extensions + add extension provider. + +#### `wyatt_ui_layout_example` - `v2.0.0` + + - **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes. + - **REFACTOR**(ui_layout): update exemple (close #116). + - **REFACTOR**(ui_layout): update example (#92). + - **REFACTOR**(ui_layout): update example with components updates (close #90). + - **REFACTOR**(ui_layout): update field name. + - **FIX**: remove wyatt arch ios example. + - **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper. + - **FIX**(ui_layout): fix textwrapper. + - **FIX**(ui_layout): fix emample after splititng packages. + - **FEAT**: implement notification abstraction package. + - **FEAT**: update layouts to allow more control on components. + - **FEAT**(ui_layout): add new package for app compenant and start implementing layouts. + - **DOCS**: add doc. + - **BREAKING** **FEAT**(layout): update layout plugins with new components system. + +#### `bloc_helper_example` - `v1.1.0` + + - **FIX**: compilation issue with flutter 3.16.0 and generics name. + - **FEAT**(bloc): add a lot of docs, fix `onWrap`, and add repo provider. + - **FEAT**(bloc): add provider, consumer and helpers. + - **DOCS**(bloc): add ios example. + +#### `component_copy_with_extension_example` - `v1.1.0` + + - **FIX**: remove wyatt arch ios example. + - **FEAT**: add class annotation for component code generators. + +#### `component_copy_with_gen_example` - `v1.1.0` + + - **FIX**: remove wyatt arch ios example. + - **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper. + - **FIX**(cw_gen): fix textwrapper. + - **FIX**(component_copy_with_gen): update example (#118). + - **FEAT**: add generators for components proxy and mixins to enable copywith methods. + +#### `notification_bloc_example` - `v1.0.1` + + - **FIX**: apply dart format. + +#### `type_utils_example` - `v1.1.0` + + - **FEAT**(types): add strongly typed Option and Result. + - **FEAT**(types): add mason generated package. + - **DOCS**: remove useless web example. + +#### `wyatt_continuous_deployment` - `v1.1.1` + + - **REFACTOR**(cd): fiw injectable warning. + +#### `wyatt_continuous_deployment_example` - `v1.0.1` + + - **FIX**(cd): make cd use new usecases. + +#### `wyatt_type_utils` - `v0.1.0+1` + + - **REFACTOR**(utils): fix warnings. + + ## 2025-05-21 ### Changes diff --git a/packages/wyatt_architecture/CHANGELOG.md b/packages/wyatt_architecture/CHANGELOG.md index adf4f569..37dcba49 100644 --- a/packages/wyatt_architecture/CHANGELOG.md +++ b/packages/wyatt_architecture/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0+3 + + - Update a dependency to the latest release. + ## 0.2.0+2 - **REFACTOR**(wyatt_architecture): upgrade usecases to add NoParams. diff --git a/packages/wyatt_architecture/example/CHANGELOG.md b/packages/wyatt_architecture/example/CHANGELOG.md new file mode 100644 index 00000000..fa343428 --- /dev/null +++ b/packages/wyatt_architecture/example/CHANGELOG.md @@ -0,0 +1,13 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **REFACTOR**(wyatt_architecture): upgrade usecases to add NoParams. + - **REFACTOR**(architecture): update naming methodes (close #47). + - **REFACTOR**(architecture): update example. (close #38). + - **FIX**: apply dart fix --apply. + - **FIX**: remove wyatt arch ios example. + - **FEAT**(arch): add new project for wyatt clean architecture. + - **DOCS**(arch): add documentation. + - **BREAKING** **REFACTOR**(http): fix cascade dart good practices + docs. + diff --git a/packages/wyatt_architecture/example/pubspec.yaml b/packages/wyatt_architecture/example/pubspec.yaml index 4d17dd88..9e18c058 100644 --- a/packages/wyatt_architecture/example/pubspec.yaml +++ b/packages/wyatt_architecture/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: 2.0.0 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/packages/wyatt_architecture/pubspec.yaml b/packages/wyatt_architecture/pubspec.yaml index bf5ea1a2..9499b376 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+2 +version: 0.2.0+3 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 eac7d98c..5c2fb5af 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.0+1 + + - Update a dependency to the latest release. + ## 0.6.0 > Note: This release has breaking changes. diff --git a/packages/wyatt_authentication_bloc/example/CHANGELOG.md b/packages/wyatt_authentication_bloc/example/CHANGELOG.md new file mode 100644 index 00000000..7b82a932 --- /dev/null +++ b/packages/wyatt_authentication_bloc/example/CHANGELOG.md @@ -0,0 +1,32 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **REFACTOR**(authentication): remove cross package export. + - **REFACTOR**(authentication): use fromFirebaseUser factory to parse user. + - **REFACTOR**(auth): update example with new input builders. + - **FIX**(authentication_bloc): upgrade google sign to his major v. + - **FIX**(authentication_bloc): go router version refactoring. + - **FIX**(authentication): make sur access token is available on every steps. + - **FIX**(authentication): allow email/password validators customization (closes #57). + - **FIX**(auth): fix some bugs to validate publishing. + - **FIX**(auth): update form plugin and fix auth. + - **FIX**(auth): example needs multidex support. + - **FEAT**(authentication): remove session wrapper for AuthenticationSession. + - **FEAT**(authentication): add custom routine, and documentation. + - **FEAT**(authentication): add full event support. + - **FEAT**(authentication): add google sign in in signIn cubit. + - **FEAT**(auth): add reactive repo + extra data + router examples + tests. + - **FEAT**(auth): add google, facebook, apple, twitter login. + - **DOCS**(authentication): update example with multiple data sources. + - **DOCS**(authentication): add full dartdoc. + - **DOCS**(authentication): update example. + - **DOCS**(authentication): update example. + - **DOCS**(auth): add correct header. + - **BREAKING** **FIX**(authentication): use correct usecase and result. + - **BREAKING** **FIX**(authentication): use FutureOrResult extension (close #41). + - **BREAKING** **FIX**(auth): add signInWithEmailAndPassword and signInAnonymously methods in SignInCubit #26. + - **BREAKING** **FEAT**(authentication): add repo in callback usecases (close #55). + - **BREAKING** **FEAT**(auth): use form_bloc package. + - **BREAKING** **FEAT**(authentication): rename package. + diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index ba6eee65..97d18341 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: 2.0.0 environment: sdk: ">=2.17.6 <3.0.0" diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index ca258900..1d4fcf89 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.6.0 +version: 0.6.0+1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_bloc_helper/example/CHANGELOG.md b/packages/wyatt_bloc_helper/example/CHANGELOG.md new file mode 100644 index 00000000..938105ad --- /dev/null +++ b/packages/wyatt_bloc_helper/example/CHANGELOG.md @@ -0,0 +1,7 @@ +## 1.1.0 + + - **FIX**: compilation issue with flutter 3.16.0 and generics name. + - **FEAT**(bloc): add a lot of docs, fix `onWrap`, and add repo provider. + - **FEAT**(bloc): add provider, consumer and helpers. + - **DOCS**(bloc): add ios example. + diff --git a/packages/wyatt_bloc_helper/example/pubspec.yaml b/packages/wyatt_bloc_helper/example/pubspec.yaml index 63b6a4b8..e8ab3a09 100644 --- a/packages/wyatt_bloc_helper/example/pubspec.yaml +++ b/packages/wyatt_bloc_helper/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: ">=3.0.0 <4.0.0" diff --git a/packages/wyatt_bloc_layout/CHANGELOG.md b/packages/wyatt_bloc_layout/CHANGELOG.md index 95a1af73..1cc85aee 100644 --- a/packages/wyatt_bloc_layout/CHANGELOG.md +++ b/packages/wyatt_bloc_layout/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2+7 + + - Update a dependency to the latest release. + ## 0.1.2+6 - Update a dependency to the latest release. diff --git a/packages/wyatt_bloc_layout/example/CHANGELOG.md b/packages/wyatt_bloc_layout/example/CHANGELOG.md new file mode 100644 index 00000000..4bbd9793 --- /dev/null +++ b/packages/wyatt_bloc_layout/example/CHANGELOG.md @@ -0,0 +1,17 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **REFACTOR**(bloc_layouts): refactored block using the ui layout package, due to breaking changes. + - **REFACTOR**(bloc_layout): remove cross package export. + - **REFACTOR**(bloc_layout): migrate bloc layouts using copywith component method (close #121). + - **REFACTOR**(bloc_layout): update example (#92). + - **REFACTOR**(bloc_layout): update example with new app bar entity (#90). + - **FIX**: apply dart fix --apply. + - **FIX**: remove wyatt arch ios example. + - **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper. + - **FIX**(bloc_layout): fix textwrapper. + - **FEAT**(bloc_layout): rework on structure using new components and layouts. + - **FEAT**(bloc_layout): add new package to combine bloc_helper, crud_bloc, ui_components, and ui_layout. + - **BREAKING** **FEAT**(layout): update layout plugins with new components system. + diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index 44de7ab4..76786905 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/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: 2.0.0 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/packages/wyatt_bloc_layout/pubspec.yaml b/packages/wyatt_bloc_layout/pubspec.yaml index a065dcd8..525546db 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+6 +version: 0.1.2+7 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 08d15201..9d6ad660 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+5 + + - Update a dependency to the latest release. + ## 0.1.1+4 - **FIX**(notification): port the new usecase syntax. diff --git a/packages/wyatt_cloud_messaging_bloc_base/example/CHANGELOG.md b/packages/wyatt_cloud_messaging_bloc_base/example/CHANGELOG.md new file mode 100644 index 00000000..7b0e5299 --- /dev/null +++ b/packages/wyatt_cloud_messaging_bloc_base/example/CHANGELOG.md @@ -0,0 +1,4 @@ +## 1.0.1 + + - **FIX**: apply dart format. + diff --git a/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml index 16795339..3ffcb637 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_base/example/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 1.0.1 environment: sdk: '>=2.18.2 <3.0.0' diff --git a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml index 158b5b5f..601a0b13 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+4 +version: 0.1.1+5 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 39f27f97..8efabbcd 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+5 + + - Update a dependency to the latest release. + ## 0.1.0+4 - Update a dependency to the latest release. diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/example/CHANGELOG.md b/packages/wyatt_cloud_messaging_bloc_firebase/example/CHANGELOG.md new file mode 100644 index 00000000..e9bf0b29 --- /dev/null +++ b/packages/wyatt_cloud_messaging_bloc_firebase/example/CHANGELOG.md @@ -0,0 +1,4 @@ +## 1.0.1 + + - Update a dependency to the latest release. + diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/example/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_firebase/example/pubspec.yaml index 421e6b0f..b5ed9cc5 100644 --- a/packages/wyatt_cloud_messaging_bloc_firebase/example/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_firebase/example/pubspec.yaml @@ -1,6 +1,6 @@ name: cloud_messaging_bloc_firebase_example description: A new Flutter project. -version: 1.0.0 +version: 1.0.1 publish_to: 'none' diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml index 6e7412b6..d7b240dc 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+4 +version: 0.1.0+5 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_component_copy_with_extension/example/CHANGELOG.md b/packages/wyatt_component_copy_with_extension/example/CHANGELOG.md new file mode 100644 index 00000000..06d0259d --- /dev/null +++ b/packages/wyatt_component_copy_with_extension/example/CHANGELOG.md @@ -0,0 +1,5 @@ +## 1.1.0 + + - **FIX**: remove wyatt arch ios example. + - **FEAT**: add class annotation for component code generators. + diff --git a/packages/wyatt_component_copy_with_extension/example/pubspec.yaml b/packages/wyatt_component_copy_with_extension/example/pubspec.yaml index ac485754..664d6ae5 100644 --- a/packages/wyatt_component_copy_with_extension/example/pubspec.yaml +++ b/packages/wyatt_component_copy_with_extension/example/pubspec.yaml @@ -1,6 +1,6 @@ name: component_copy_with_extension_example description: A new Flutter project. -version: 1.0.0 +version: 1.1.0 publish_to: "none" diff --git a/packages/wyatt_component_copy_with_gen/example/CHANGELOG.md b/packages/wyatt_component_copy_with_gen/example/CHANGELOG.md new file mode 100644 index 00000000..f1a14acd --- /dev/null +++ b/packages/wyatt_component_copy_with_gen/example/CHANGELOG.md @@ -0,0 +1,8 @@ +## 1.1.0 + + - **FIX**: remove wyatt arch ios example. + - **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper. + - **FIX**(cw_gen): fix textwrapper. + - **FIX**(component_copy_with_gen): update example (#118). + - **FEAT**: add generators for components proxy and mixins to enable copywith methods. + diff --git a/packages/wyatt_component_copy_with_gen/example/pubspec.yaml b/packages/wyatt_component_copy_with_gen/example/pubspec.yaml index 883dbe29..02645a74 100644 --- a/packages/wyatt_component_copy_with_gen/example/pubspec.yaml +++ b/packages/wyatt_component_copy_with_gen/example/pubspec.yaml @@ -1,6 +1,6 @@ name: component_copy_with_gen_example description: A new Flutter project. -version: 1.0.0 +version: 1.1.0 publish_to: "none" diff --git a/packages/wyatt_continuous_deployment/CHANGELOG.md b/packages/wyatt_continuous_deployment/CHANGELOG.md index ca1ef564..e6b2b533 100644 --- a/packages/wyatt_continuous_deployment/CHANGELOG.md +++ b/packages/wyatt_continuous_deployment/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + + - **REFACTOR**(cd): fiw injectable warning. + ## 1.1.0 - **REFACTOR**: rename default cd config file from wyatt.yaml to cd_config.yaml. diff --git a/packages/wyatt_continuous_deployment/example/CHANGELOG.md b/packages/wyatt_continuous_deployment/example/CHANGELOG.md new file mode 100644 index 00000000..758c7cf3 --- /dev/null +++ b/packages/wyatt_continuous_deployment/example/CHANGELOG.md @@ -0,0 +1,4 @@ +## 1.0.1 + + - **FIX**(cd): make cd use new usecases. + diff --git a/packages/wyatt_continuous_deployment/example/pubspec.yaml b/packages/wyatt_continuous_deployment/example/pubspec.yaml index 2f1b5564..fb8b46e5 100644 --- a/packages/wyatt_continuous_deployment/example/pubspec.yaml +++ b/packages/wyatt_continuous_deployment/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wyatt_continuous_deployment_example description: A new Flutter project. -version: 1.0.0 +version: 1.0.1 publish_to: 'none' diff --git a/packages/wyatt_continuous_deployment/pubspec.yaml b/packages/wyatt_continuous_deployment/pubspec.yaml index 58d9eb57..8e39618e 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.1.0 +version: 1.1.1 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 a8e208b9..6899bf00 100644 --- a/packages/wyatt_crud_bloc/CHANGELOG.md +++ b/packages/wyatt_crud_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0+2 + + - Update a dependency to the latest release. + ## 0.2.0+1 - Update a dependency to the latest release. diff --git a/packages/wyatt_crud_bloc/example/CHANGELOG.md b/packages/wyatt_crud_bloc/example/CHANGELOG.md new file mode 100644 index 00000000..b2918714 --- /dev/null +++ b/packages/wyatt_crud_bloc/example/CHANGELOG.md @@ -0,0 +1,12 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **FIX**: rename wyatt_bruc_bloc_firestore main package file. + - **FIX**(crud): update example. + - **FEAT**(crud): add streaming usecase (closes #180). + - **FEAT**(crud): change responsibility of blocs (closes #45, closes #44). + - **DOCS**(crud): add example app. + - **BREAKING** **FEAT**(crud): make crudbuilder integration more easy by integrating blocbuilder (closes #181). + - **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package. + diff --git a/packages/wyatt_crud_bloc/example/pubspec.yaml b/packages/wyatt_crud_bloc/example/pubspec.yaml index 56e7d3d3..e0d82b8f 100644 --- a/packages/wyatt_crud_bloc/example/pubspec.yaml +++ b/packages/wyatt_crud_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: 2.0.0 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/packages/wyatt_crud_bloc/pubspec.yaml b/packages/wyatt_crud_bloc/pubspec.yaml index 13de71e3..54dface0 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+1 +version: 0.2.0+2 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 c7b93d65..98f1111a 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+2 + + - Update a dependency to the latest release. + ## 0.2.0+1 - Update a dependency to the latest release. 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 e5948c3a..45d712de 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+1 +version: 0.2.0+2 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 c15955cc..6610ce58 100644 --- a/packages/wyatt_form_bloc/CHANGELOG.md +++ b/packages/wyatt_form_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0+6 + + - Update a dependency to the latest release. + ## 0.2.0+5 - **FIX**: apply dart format. diff --git a/packages/wyatt_form_bloc/example/CHANGELOG.md b/packages/wyatt_form_bloc/example/CHANGELOG.md index 4bb88fc8..f7538f96 100644 --- a/packages/wyatt_form_bloc/example/CHANGELOG.md +++ b/packages/wyatt_form_bloc/example/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **REFACTOR**(form): refactor simple example. + - **FEAT**(from): add form validator class with strategy design pattern. + - **BREAKING** **REFACTOR**(form): input builders provides FormInput. + ## 1.1.0 - **FEAT**: add list option validator. diff --git a/packages/wyatt_form_bloc/example/pubspec.yaml b/packages/wyatt_form_bloc/example/pubspec.yaml index 1e8be54d..e2378d09 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.1.0 +version: 2.0.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 141a9f45..c6e115f7 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+5 +version: 0.2.0+6 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 d431a66b..4e6e27c4 100644 --- a/packages/wyatt_i18n/CHANGELOG.md +++ b/packages/wyatt_i18n/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.4 + + - Update a dependency to the latest release. + ## 2.0.3 - Update a dependency to the latest release. diff --git a/packages/wyatt_i18n/example/CHANGELOG.md b/packages/wyatt_i18n/example/CHANGELOG.md new file mode 100644 index 00000000..b1cbd699 --- /dev/null +++ b/packages/wyatt_i18n/example/CHANGELOG.md @@ -0,0 +1,10 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **FIX**: apply dart fix --apply. + - **FEAT**(i18n): add i18n delegate + example. + - **FEAT**(i18n): add ICU parser. + - **FEAT**(i18n): add arb, json and yaml parsers. + - **BREAKING** **FEAT**(i18n): rename few files + add clearer documentation. + diff --git a/packages/wyatt_i18n/example/pubspec.yaml b/packages/wyatt_i18n/example/pubspec.yaml index 31b281b2..3c98bb86 100644 --- a/packages/wyatt_i18n/example/pubspec.yaml +++ b/packages/wyatt_i18n/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wyatt_i18n_example description: A new Flutter project. -version: 1.0.0 +version: 2.0.0 publish_to: "none" environment: sdk: ">=3.0.0 <4.0.0" diff --git a/packages/wyatt_i18n/pubspec.yaml b/packages/wyatt_i18n/pubspec.yaml index 3565e25e..f882decd 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.3 +version: 2.0.4 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 ad0bc29a..37d45f11 100644 --- a/packages/wyatt_type_utils/CHANGELOG.md +++ b/packages/wyatt_type_utils/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+1 + + - **REFACTOR**(utils): fix warnings. + ## 0.1.0 > Note: This release has breaking changes. diff --git a/packages/wyatt_type_utils/example/CHANGELOG.md b/packages/wyatt_type_utils/example/CHANGELOG.md new file mode 100644 index 00000000..30e61357 --- /dev/null +++ b/packages/wyatt_type_utils/example/CHANGELOG.md @@ -0,0 +1,6 @@ +## 1.1.0 + + - **FEAT**(types): add strongly typed Option and Result. + - **FEAT**(types): add mason generated package. + - **DOCS**: remove useless web example. + diff --git a/packages/wyatt_type_utils/example/pubspec.yaml b/packages/wyatt_type_utils/example/pubspec.yaml index d5773668..9d0da57b 100644 --- a/packages/wyatt_type_utils/example/pubspec.yaml +++ b/packages/wyatt_type_utils/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.0 <3.0.0" diff --git a/packages/wyatt_type_utils/pubspec.yaml b/packages/wyatt_type_utils/pubspec.yaml index 44812e46..2cd2fdf0 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.1.0 +version: 0.1.0+1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_ui_components/example/CHANGELOG.md b/packages/wyatt_ui_components/example/CHANGELOG.md new file mode 100644 index 00000000..9324215b --- /dev/null +++ b/packages/wyatt_ui_components/example/CHANGELOG.md @@ -0,0 +1,25 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **REFACTOR**(ui_components): migrate top nav bar using generify top bar. + - **REFACTOR**(ui_components): update example (close #115). + - **REFACTOR**(ui_component): update example (#92). + - **REFACTOR**(ui_components): update example (#92). + - **FIX**: remove wyatt arch ios example. + - **FEAT**: add items manipulation in bottom bar component. + - **FEAT**(ui): add colors and rework ComponentThemeData. + - **FEAT**(ui): make gradient as component. + - **FEAT**(ui_components): update attributs and proxy most of appbar attributs. + - **FEAT**(ui_components): add centerTitle property to app bar component. + - **FEAT**(ui): add some useful text customization in TextWrapper (closes #149). + - **FEAT**(ui_component): add string extension to easely wrap text. + - **FEAT**(ui_components): add text wrapper instead of String/Widget for Texts. + - **FEAT**(ui_components): add information_card & quote_card (#126). + - **FEAT**(ui_components): make component data field nullable (#92). + - **FEAT**(ui_components): make app bar leading & actions customizable. + - **FEAT**(ui_layout): update example & move configure function (#69). + - **FEAT**: create new package to split components and layouts. + - **BREAKING** **FEAT**(ui_components): available same type component usage (#200). + - **BREAKING** **FEAT**(ui): move last extensions + add extension provider. + diff --git a/packages/wyatt_ui_components/example/pubspec.yaml b/packages/wyatt_ui_components/example/pubspec.yaml index e98d29fb..371d1f01 100644 --- a/packages/wyatt_ui_components/example/pubspec.yaml +++ b/packages/wyatt_ui_components/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: 2.0.0 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/packages/wyatt_ui_kit/example/CHANGELOG.md b/packages/wyatt_ui_kit/example/CHANGELOG.md new file mode 100644 index 00000000..0f0ecd7e --- /dev/null +++ b/packages/wyatt_ui_kit/example/CHANGELOG.md @@ -0,0 +1,42 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **REFACTOR**(ui): rework text gradient and text wrapper. + - **REFACTOR**(ui_kit): use tapped state and merged styles. + - **REFACTOR**(ui_kit): Refactored code using the UI components package, due to breaking changes. + - **REFACTOR**(ui_kit): update textinput component using borderColors as Color. + - **FIX**(ui_kit): add cacheExtend as a trade-off in listview example. + - **FIX**: apply dart fix --apply. + - **FIX**(ui_kit): add local font assets + compress images. + - **FIX**(ui_kit): fix text align, add selection and update example for rich text builder. + - **FIX**: upgrade to flutter 3.10. + - **FIX**(ui_kit): remove null check operator in Loader component. + - **FEAT**(ui_kit): make skillcard header icon customizable. + - **FEAT**(ui_kit): implement flat button. + - **FEAT**: implement notification abstraction package. + - **FEAT**(ui_kit): implement top nav bar. + - **FEAT**(ui_kit): implement top app bar and update example. + - **FEAT**(ui_kit): add card theme extension, fix bugs & update example (close #126). + - **FEAT**(ui_kit): add quote / skill / portfolio cards (#126). + - **FEAT**(ui_kit): update example (#138). + - **FEAT**(ui_kit): update example by removing adaptative theme. + - **FEAT**(ui_kit): implement rich text builder (closes #141). + - **FEAT**(ui): add pricing card. + - **FEAT**(ui_kit): update example with full studio button theme. + - **FEAT**(ui_kit): add theme control in example. + - **FEAT**(ui_kit): finalize material ready buttons. + - **FEAT**(ui_kit): implement information card (#126). + - **FEAT**(ui): update default extension implementation. + - **FEAT**(ui_kit): update example with drawer and custom launch parameters. + - **FEAT**(ui_kit): implement file selection button with invalid cubit and dotted package. + - **FEAT**(ui_kit): implement simple icon button and use dimension style. + - **FEAT**(ui_kit): add symbol button + enhance bloc control over state. + - **FEAT**(ui_kit): allow to cascade styles in ThemeHelper. + - **FEAT**(ui_kit): use MultiColor in button style. + - **FEAT**(ui_kit): implement flat/outlined button. + - **FEAT**(ui): add animated decorated box + animate all buttons + customize duration in style. + - **BREAKING** **REFACTOR**(ui): remove bloc export in buttons to be state management solution agnostic (closes #147). + - **BREAKING** **FEAT**(ui): rework theme resolver mechanism + move theme extension implementations. + - **BREAKING** **FEAT**(ui): move last extensions + add extension provider. + diff --git a/packages/wyatt_ui_kit/example/pubspec.yaml b/packages/wyatt_ui_kit/example/pubspec.yaml index 94e8f251..81ee7c35 100644 --- a/packages/wyatt_ui_kit/example/pubspec.yaml +++ b/packages/wyatt_ui_kit/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wyatt_ui_kit_example description: A new Flutter project. -version: 1.0.0 +version: 2.0.0 publish_to: "none" diff --git a/packages/wyatt_ui_layout/example/CHANGELOG.md b/packages/wyatt_ui_layout/example/CHANGELOG.md new file mode 100644 index 00000000..78fc23e5 --- /dev/null +++ b/packages/wyatt_ui_layout/example/CHANGELOG.md @@ -0,0 +1,19 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes. + - **REFACTOR**(ui_layout): update exemple (close #116). + - **REFACTOR**(ui_layout): update example (#92). + - **REFACTOR**(ui_layout): update example with components updates (close #90). + - **REFACTOR**(ui_layout): update field name. + - **FIX**: remove wyatt arch ios example. + - **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper. + - **FIX**(ui_layout): fix textwrapper. + - **FIX**(ui_layout): fix emample after splititng packages. + - **FEAT**: implement notification abstraction package. + - **FEAT**: update layouts to allow more control on components. + - **FEAT**(ui_layout): add new package for app compenant and start implementing layouts. + - **DOCS**: add doc. + - **BREAKING** **FEAT**(layout): update layout plugins with new components system. + diff --git a/packages/wyatt_ui_layout/example/pubspec.yaml b/packages/wyatt_ui_layout/example/pubspec.yaml index 4e24531e..491773cd 100644 --- a/packages/wyatt_ui_layout/example/pubspec.yaml +++ b/packages/wyatt_ui_layout/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: 2.0.0 environment: sdk: ">=3.0.0 <4.0.0" -- 2.47.2 From 2ae3f153ebd0025f119e0ee34d2182a641a4e0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 17:11:26 +0200 Subject: [PATCH 06/12] chore(release): publish packages - wyatt_bloc_helper@2.0.3 --- CHANGELOG.md | 19 +++++++++++++++++++ .../wyatt_architecture/example/pubspec.yaml | 2 +- packages/wyatt_bloc_helper/CHANGELOG.md | 2 ++ packages/wyatt_bloc_helper/pubspec.yaml | 2 +- .../wyatt_bloc_layout/example/pubspec.yaml | 2 +- .../pubspec.yaml | 2 +- packages/wyatt_i18n/pubspec.yaml | 2 +- packages/wyatt_ui_kit/pubspec.yaml | 2 +- 8 files changed, 27 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b395fa2f..e7373f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ 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: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_bloc_helper` - `v2.0.3`](#wyatt_bloc_helper---v203) + +--- + +#### `wyatt_bloc_helper` - `v2.0.3` + + ## 2025-05-21 ### Changes diff --git a/packages/wyatt_architecture/example/pubspec.yaml b/packages/wyatt_architecture/example/pubspec.yaml index 9e18c058..f2c46a9c 100644 --- a/packages/wyatt_architecture/example/pubspec.yaml +++ b/packages/wyatt_architecture/example/pubspec.yaml @@ -61,7 +61,7 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^2.5.0 + version: ^2.7.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wyatt_bloc_helper/CHANGELOG.md b/packages/wyatt_bloc_helper/CHANGELOG.md index 9d252c45..a22a64bb 100644 --- a/packages/wyatt_bloc_helper/CHANGELOG.md +++ b/packages/wyatt_bloc_helper/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.0.3 + ## 2.0.2 - **FIX**: compilation issue with flutter 3.16.0 and generics name. diff --git a/packages/wyatt_bloc_helper/pubspec.yaml b/packages/wyatt_bloc_helper/pubspec.yaml index e7ccbcad..4efc3bb4 100644 --- a/packages/wyatt_bloc_helper/pubspec.yaml +++ b/packages/wyatt_bloc_helper/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_bloc_helper description: Your best friend for blocs in Flutter repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_helper -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_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index 76786905..d387297f 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/example/pubspec.yaml @@ -59,7 +59,7 @@ dev_dependencies: version: ^2.0.1 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml index 601a0b13..046a07a1 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml @@ -34,5 +34,5 @@ dependencies: dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: 2.2.2 + version: 2.7.0 diff --git a/packages/wyatt_i18n/pubspec.yaml b/packages/wyatt_i18n/pubspec.yaml index f882decd..82d652ca 100644 --- a/packages/wyatt_i18n/pubspec.yaml +++ b/packages/wyatt_i18n/pubspec.yaml @@ -40,4 +40,4 @@ dev_dependencies: dart_code_metrics: ^5.5.1 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_ui_kit/pubspec.yaml b/packages/wyatt_ui_kit/pubspec.yaml index 7a65705c..240bfb4e 100644 --- a/packages/wyatt_ui_kit/pubspec.yaml +++ b/packages/wyatt_ui_kit/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: flutter_test: { sdk: flutter } wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 wyatt_component_copy_with_gen: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.0.1 -- 2.47.2 From 7e9922ca75bc728e78c9a8b96418eef51dd4bd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 17:26:04 +0200 Subject: [PATCH 07/12] chore: update pubspec inter deps --- packages/wyatt_analysis/README.md | 2 +- packages/wyatt_architecture/example/pubspec.yaml | 2 +- packages/wyatt_architecture/pubspec.yaml | 4 ++-- packages/wyatt_authentication_bloc/pubspec.yaml | 8 ++++---- packages/wyatt_bloc_helper/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/example/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/pubspec.yaml | 8 ++++---- packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml | 8 ++++---- .../example/pubspec.yaml | 2 +- packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml | 4 ++-- .../example/pubspec.yaml | 2 +- packages/wyatt_component_copy_with_extension/pubspec.yaml | 2 +- .../wyatt_component_copy_with_gen/example/pubspec.yaml | 2 +- packages/wyatt_component_copy_with_gen/pubspec.yaml | 2 +- packages/wyatt_continuous_deployment/example/pubspec.yaml | 2 +- packages/wyatt_continuous_deployment/pubspec.yaml | 6 +++--- packages/wyatt_crud_bloc/example/pubspec.yaml | 2 +- packages/wyatt_crud_bloc/pubspec.yaml | 6 +++--- .../wyatt_crud_bloc_firestore/pubspec.yaml | 4 ++-- packages/wyatt_form_bloc/pubspec.yaml | 6 +++--- packages/wyatt_go_router/example/pubspec.yaml | 2 +- packages/wyatt_go_router/pubspec.yaml | 2 +- packages/wyatt_http_client/pubspec.yaml | 2 +- packages/wyatt_i18n/example/pubspec.yaml | 2 +- packages/wyatt_i18n/pubspec.yaml | 6 +++--- packages/wyatt_type_utils/example/pubspec.yaml | 2 +- packages/wyatt_type_utils/pubspec.yaml | 2 +- packages/wyatt_ui_components/example/pubspec.yaml | 2 +- packages/wyatt_ui_components/pubspec.yaml | 2 +- packages/wyatt_ui_kit/example/pubspec.yaml | 2 +- packages/wyatt_ui_kit/pubspec.yaml | 4 ++-- packages/wyatt_ui_layout/example/pubspec.yaml | 4 ++-- 32 files changed, 54 insertions(+), 54 deletions(-) diff --git a/packages/wyatt_analysis/README.md b/packages/wyatt_analysis/README.md index ab65350a..75b68617 100644 --- a/packages/wyatt_analysis/README.md +++ b/packages/wyatt_analysis/README.md @@ -39,7 +39,7 @@ To use the lints, add a dependency in your `pubspec.yaml` : ```yaml wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: 2.6.1 + version: 2.7.0 ``` Then, add an include in `analysis_options.yaml` : diff --git a/packages/wyatt_architecture/example/pubspec.yaml b/packages/wyatt_architecture/example/pubspec.yaml index f2c46a9c..c9353b10 100644 --- a/packages/wyatt_architecture/example/pubspec.yaml +++ b/packages/wyatt_architecture/example/pubspec.yaml @@ -44,7 +44,7 @@ dependencies: wyatt_bloc_helper: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^2.0.2 + version: ^2.0.3 wyatt_http_client: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ version: ^2.0.1 diff --git a/packages/wyatt_architecture/pubspec.yaml b/packages/wyatt_architecture/pubspec.yaml index 9499b376..4edf7fda 100644 --- a/packages/wyatt_architecture/pubspec.yaml +++ b/packages/wyatt_architecture/pubspec.yaml @@ -28,9 +28,9 @@ dependencies: generic_usecase: ^3.0.0 wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.0.5 + version: ^0.1.0+1 dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.6.1 + version: ^2.7.0 diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 1d4fcf89..1f5e4c02 100644 --- a/packages/wyatt_authentication_bloc/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/pubspec.yaml @@ -22,15 +22,15 @@ dependencies: wyatt_form_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.2.0+4 + version: ^0.2.0+6 wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.2.0+1 + version: ^0.2.0+3 wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.0.5 + version: ^0.1.0+1 dev_dependencies: flutter_test: { sdk: flutter } @@ -39,4 +39,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_bloc_helper/pubspec.yaml b/packages/wyatt_bloc_helper/pubspec.yaml index 4efc3bb4..f09b1f4d 100644 --- a/packages/wyatt_bloc_helper/pubspec.yaml +++ b/packages/wyatt_bloc_helper/pubspec.yaml @@ -20,4 +20,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index d387297f..c2c9a0cc 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: wyatt_bloc_helper: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.0.2 + version: ^2.0.3 wyatt_ui_layout: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^0.1.2+3 diff --git a/packages/wyatt_bloc_layout/pubspec.yaml b/packages/wyatt_bloc_layout/pubspec.yaml index 525546db..1e60a0e3 100644 --- a/packages/wyatt_bloc_layout/pubspec.yaml +++ b/packages/wyatt_bloc_layout/pubspec.yaml @@ -15,19 +15,19 @@ dependencies: wyatt_bloc_helper: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.0.2 + version: ^2.0.3 wyatt_ui_layout: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.2+3 + version: ^0.1.3 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.0 + version: ^0.2.0+2 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.3.0+2 + version: ^0.4.0 dev_dependencies: flutter_test: { sdk: flutter } diff --git a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml index 046a07a1..b9103105 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml @@ -19,20 +19,20 @@ dependencies: hosted: url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ name: wyatt_architecture - version: ^0.2.0+1 + version: ^0.2.0+3 wyatt_type_utils: hosted: url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ name: wyatt_type_utils - version: ^0.0.5 + version: ^0.1.0+1 wyatt_bloc_helper: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^2.0.2 + version: ^2.0.3 dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: 2.7.0 + version: ^2.7.0 diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/example/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_firebase/example/pubspec.yaml index b5ed9cc5..c53dde9d 100644 --- a/packages/wyatt_cloud_messaging_bloc_firebase/example/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_firebase/example/pubspec.yaml @@ -28,7 +28,7 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.4.0 + version: ^2.7.0 # The following section is specific to Flutter. diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml index d7b240dc..9225baf4 100644 --- a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: wyatt_cloud_messaging_bloc_base: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.1+3 + version: ^0.1.1+5 path: ^1.8.0 @@ -32,7 +32,7 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.4.0 + version: ^2.7.0 # The following section is specific to Flutter. diff --git a/packages/wyatt_component_copy_with_extension/example/pubspec.yaml b/packages/wyatt_component_copy_with_extension/example/pubspec.yaml index 664d6ae5..302d7931 100644 --- a/packages/wyatt_component_copy_with_extension/example/pubspec.yaml +++ b/packages/wyatt_component_copy_with_extension/example/pubspec.yaml @@ -20,7 +20,7 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 # The following section is specific to Flutter. flutter: diff --git a/packages/wyatt_component_copy_with_extension/pubspec.yaml b/packages/wyatt_component_copy_with_extension/pubspec.yaml index fedcc594..f1e61642 100644 --- a/packages/wyatt_component_copy_with_extension/pubspec.yaml +++ b/packages/wyatt_component_copy_with_extension/pubspec.yaml @@ -14,4 +14,4 @@ dependencies: dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_component_copy_with_gen/example/pubspec.yaml b/packages/wyatt_component_copy_with_gen/example/pubspec.yaml index 02645a74..6051819d 100644 --- a/packages/wyatt_component_copy_with_gen/example/pubspec.yaml +++ b/packages/wyatt_component_copy_with_gen/example/pubspec.yaml @@ -26,4 +26,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_component_copy_with_gen/pubspec.yaml b/packages/wyatt_component_copy_with_gen/pubspec.yaml index 084b782d..d346b254 100644 --- a/packages/wyatt_component_copy_with_gen/pubspec.yaml +++ b/packages/wyatt_component_copy_with_gen/pubspec.yaml @@ -22,4 +22,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_continuous_deployment/example/pubspec.yaml b/packages/wyatt_continuous_deployment/example/pubspec.yaml index fb8b46e5..36a96690 100644 --- a/packages/wyatt_continuous_deployment/example/pubspec.yaml +++ b/packages/wyatt_continuous_deployment/example/pubspec.yaml @@ -25,7 +25,7 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.6.1 + version: ^2.7.0 diff --git a/packages/wyatt_continuous_deployment/pubspec.yaml b/packages/wyatt_continuous_deployment/pubspec.yaml index 8e39618e..5e2e74f8 100644 --- a/packages/wyatt_continuous_deployment/pubspec.yaml +++ b/packages/wyatt_continuous_deployment/pubspec.yaml @@ -20,10 +20,10 @@ dependencies: meta: ^1.12.0 wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.2.0+1 + version: ^0.2.0+3 wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.0.5 + version: ^0.1.0+1 yaml: ^3.1.2 yaml_edit: ^2.1.1 @@ -37,4 +37,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.6.1 + version: ^2.7.0 diff --git a/packages/wyatt_crud_bloc/example/pubspec.yaml b/packages/wyatt_crud_bloc/example/pubspec.yaml index e0d82b8f..c13f9b6d 100644 --- a/packages/wyatt_crud_bloc/example/pubspec.yaml +++ b/packages/wyatt_crud_bloc/example/pubspec.yaml @@ -41,7 +41,7 @@ dependencies: wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.2.0+1 + version: ^0.2.0+3 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. diff --git a/packages/wyatt_crud_bloc/pubspec.yaml b/packages/wyatt_crud_bloc/pubspec.yaml index 54dface0..92e361d1 100644 --- a/packages/wyatt_crud_bloc/pubspec.yaml +++ b/packages/wyatt_crud_bloc/pubspec.yaml @@ -16,11 +16,11 @@ dependencies: wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.2.0+1 + version: ^0.2.0+3 wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.0.5 + version: ^0.1.0+1 rxdart: ^0.28.0 dev_dependencies: @@ -28,4 +28,4 @@ dev_dependencies: bloc_test: ^10.0.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.6.1 + version: ^2.7.0 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 45d712de..41c10fa6 100644 --- a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml +++ b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.2.0+1 + version: ^0.2.0+3 wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ @@ -32,4 +32,4 @@ dev_dependencies: bloc_test: ^10.0.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.6.1 + version: ^2.7.0 diff --git a/packages/wyatt_form_bloc/pubspec.yaml b/packages/wyatt_form_bloc/pubspec.yaml index c6e115f7..be5f87eb 100644 --- a/packages/wyatt_form_bloc/pubspec.yaml +++ b/packages/wyatt_form_bloc/pubspec.yaml @@ -17,11 +17,11 @@ dependencies: wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.2.0+1 + version: ^0.2.0+3 wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.0.5 + version: ^0.1.0+1 dev_dependencies: @@ -30,4 +30,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_go_router/example/pubspec.yaml b/packages/wyatt_go_router/example/pubspec.yaml index 29b14025..ad3663e7 100644 --- a/packages/wyatt_go_router/example/pubspec.yaml +++ b/packages/wyatt_go_router/example/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.6.1 + version: ^2.7.0 # The following section is specific to Flutter. flutter: diff --git a/packages/wyatt_go_router/pubspec.yaml b/packages/wyatt_go_router/pubspec.yaml index f9a3bbd8..2cb28258 100644 --- a/packages/wyatt_go_router/pubspec.yaml +++ b/packages/wyatt_go_router/pubspec.yaml @@ -17,4 +17,4 @@ dev_dependencies: dart_code_linter: ^2.0.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.6.1 + version: ^2.7.0 diff --git a/packages/wyatt_http_client/pubspec.yaml b/packages/wyatt_http_client/pubspec.yaml index 81cee5fb..53d0e8b9 100644 --- a/packages/wyatt_http_client/pubspec.yaml +++ b/packages/wyatt_http_client/pubspec.yaml @@ -15,4 +15,4 @@ dependencies: dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_i18n/example/pubspec.yaml b/packages/wyatt_i18n/example/pubspec.yaml index 3c98bb86..13e3d7b5 100644 --- a/packages/wyatt_i18n/example/pubspec.yaml +++ b/packages/wyatt_i18n/example/pubspec.yaml @@ -13,7 +13,7 @@ dev_dependencies: flutter_test: { sdk: flutter } wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 # The following section is specific to Flutter. flutter: uses-material-design: true diff --git a/packages/wyatt_i18n/pubspec.yaml b/packages/wyatt_i18n/pubspec.yaml index 82d652ca..f81c409e 100644 --- a/packages/wyatt_i18n/pubspec.yaml +++ b/packages/wyatt_i18n/pubspec.yaml @@ -22,17 +22,17 @@ dependencies: hosted: url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ name: wyatt_architecture - version: ^0.2.0+1 + version: ^0.2.0+3 wyatt_bloc_helper: hosted: url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ name: wyatt_bloc_helper - version: ^2.0.2 + version: ^2.0.3 wyatt_type_utils: hosted: url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ name: wyatt_type_utils - version: ^0.0.5 + version: ^0.1.0+1 yaml: ^3.1.1 dev_dependencies: diff --git a/packages/wyatt_type_utils/example/pubspec.yaml b/packages/wyatt_type_utils/example/pubspec.yaml index 9d0da57b..59698ddf 100644 --- a/packages/wyatt_type_utils/example/pubspec.yaml +++ b/packages/wyatt_type_utils/example/pubspec.yaml @@ -35,4 +35,4 @@ dependencies: dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 diff --git a/packages/wyatt_type_utils/pubspec.yaml b/packages/wyatt_type_utils/pubspec.yaml index 2cd2fdf0..a59f3b83 100644 --- a/packages/wyatt_type_utils/pubspec.yaml +++ b/packages/wyatt_type_utils/pubspec.yaml @@ -16,4 +16,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.6.1 + version: ^2.7.0 diff --git a/packages/wyatt_ui_components/example/pubspec.yaml b/packages/wyatt_ui_components/example/pubspec.yaml index 371d1f01..aaa75569 100644 --- a/packages/wyatt_ui_components/example/pubspec.yaml +++ b/packages/wyatt_ui_components/example/pubspec.yaml @@ -46,7 +46,7 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wyatt_ui_components/pubspec.yaml b/packages/wyatt_ui_components/pubspec.yaml index 6bec991d..de4ed39c 100644 --- a/packages/wyatt_ui_components/pubspec.yaml +++ b/packages/wyatt_ui_components/pubspec.yaml @@ -19,7 +19,7 @@ dev_dependencies: flutter_test: { sdk: flutter } wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 build_runner: ^2.3.3 copy_with_extension_gen: ^6.0.1 diff --git a/packages/wyatt_ui_kit/example/pubspec.yaml b/packages/wyatt_ui_kit/example/pubspec.yaml index 81ee7c35..2e9c8cdc 100644 --- a/packages/wyatt_ui_kit/example/pubspec.yaml +++ b/packages/wyatt_ui_kit/example/pubspec.yaml @@ -27,7 +27,7 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 # The following section is specific to Flutter. flutter: diff --git a/packages/wyatt_ui_kit/pubspec.yaml b/packages/wyatt_ui_kit/pubspec.yaml index 240bfb4e..69a25d5f 100644 --- a/packages/wyatt_ui_kit/pubspec.yaml +++ b/packages/wyatt_ui_kit/pubspec.yaml @@ -19,13 +19,13 @@ dependencies: wyatt_bloc_helper: hosted: url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^2.0.2 + version: ^2.0.3 wyatt_component_copy_with_extension: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.0.1 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.3.0+2 + version: ^0.4.0 dev_dependencies: build_runner: ^2.3.3 diff --git a/packages/wyatt_ui_layout/example/pubspec.yaml b/packages/wyatt_ui_layout/example/pubspec.yaml index 491773cd..262e57ce 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.3.0+2 + version: ^0.4.0 wyatt_component_copy_with_extension: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.0.1 @@ -52,7 +52,7 @@ dev_dependencies: version: ^2.0.1 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.5.0 + version: ^2.7.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec -- 2.47.2 From ad17a92094a74d5e48707ab762fd748e1c5df9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 17:30:37 +0200 Subject: [PATCH 08/12] chore(release): publish packages - wyatt_ui_layout@0.1.3+1 --- CHANGELOG.md | 19 +++++++++++++++++++ packages/wyatt_ui_layout/CHANGELOG.md | 2 ++ packages/wyatt_ui_layout/pubspec.yaml | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7373f91..b655e4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ 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: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_ui_layout` - `v0.1.3+1`](#wyatt_ui_layout---v0131) + +--- + +#### `wyatt_ui_layout` - `v0.1.3+1` + + ## 2025-05-21 ### Changes diff --git a/packages/wyatt_ui_layout/CHANGELOG.md b/packages/wyatt_ui_layout/CHANGELOG.md index 21a6b7b7..a5cea45f 100644 --- a/packages/wyatt_ui_layout/CHANGELOG.md +++ b/packages/wyatt_ui_layout/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.1.3+1 + ## 0.1.3 - **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes. diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index de97211a..366ebf9d 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.3 +version: 0.1.3+1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub -- 2.47.2 From b43b9fe3acf326e1ae6fb39cbe098f7851ffd577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 17:35:47 +0200 Subject: [PATCH 09/12] chore: update pubspec inter deps --- packages/wyatt_bloc_layout/example/pubspec.yaml | 6 +++--- packages/wyatt_ui_kit/example/pubspec.yaml | 2 +- packages/wyatt_ui_layout/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index c2c9a0cc..4b89c798 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.3 wyatt_ui_layout: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.2+3 + version: ^0.1.3+1 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.0 + version: ^0.2.0+2 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.3.0+2 + version: ^0.4.0 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_kit/example/pubspec.yaml b/packages/wyatt_ui_kit/example/pubspec.yaml index 2e9c8cdc..5b841938 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.3.0+2 + version: ^0.4.0 dev_dependencies: flutter_test: { sdk: flutter } diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index 366ebf9d..6eef917c 100644 --- a/packages/wyatt_ui_layout/pubspec.yaml +++ b/packages/wyatt_ui_layout/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.3.0+2 + version: ^0.4.0 dev_dependencies: flutter_test: { sdk: flutter } -- 2.47.2 From ea442043086e08f1aa708b0cb60aaeb854e0ff3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 17:36:08 +0200 Subject: [PATCH 10/12] chore(release): publish packages - wyatt_ui_layout@0.1.3+2 --- CHANGELOG.md | 19 +++++++++++++++++++ packages/wyatt_ui_layout/CHANGELOG.md | 2 ++ packages/wyatt_ui_layout/pubspec.yaml | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b655e4a7..24ee1ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ 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: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_ui_layout` - `v0.1.3+2`](#wyatt_ui_layout---v0132) + +--- + +#### `wyatt_ui_layout` - `v0.1.3+2` + + ## 2025-05-21 ### Changes diff --git a/packages/wyatt_ui_layout/CHANGELOG.md b/packages/wyatt_ui_layout/CHANGELOG.md index a5cea45f..0c192e95 100644 --- a/packages/wyatt_ui_layout/CHANGELOG.md +++ b/packages/wyatt_ui_layout/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.1.3+2 + ## 0.1.3+1 ## 0.1.3 diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index 6eef917c..57ecfb6f 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.3+1 +version: 0.1.3+2 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub -- 2.47.2 From 742cca6f71a3653d3a4c4f36f19d8bf8ecef654e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 11 Jun 2025 08:51:55 +0200 Subject: [PATCH 11/12] chore: update pubspec inter deps --- .../lib/domain/usecases/photos/add_photo_to_favorites.dart | 4 ++-- .../usecases/photos/check_if_photo_is_in_favorites.dart | 4 ++-- .../example/lib/domain/usecases/photos/display_photo.dart | 4 ++-- .../example/lib/domain/usecases/photos/open_album.dart | 4 ++-- .../domain/usecases/photos/remove_photo_from_favorites.dart | 4 ++-- .../lib/domain/usecases/photos/retrieve_all_albums.dart | 4 ++-- packages/wyatt_architecture/example/pubspec.yaml | 2 +- packages/wyatt_authentication_bloc/example/pubspec.yaml | 2 +- .../wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/wyatt_architecture/example/lib/domain/usecases/photos/add_photo_to_favorites.dart b/packages/wyatt_architecture/example/lib/domain/usecases/photos/add_photo_to_favorites.dart index 7a65835b..b3d74ab5 100644 --- a/packages/wyatt_architecture/example/lib/domain/usecases/photos/add_photo_to_favorites.dart +++ b/packages/wyatt_architecture/example/lib/domain/usecases/photos/add_photo_to_favorites.dart @@ -23,8 +23,8 @@ class AddPhotoToFavorites extends AsyncUseCase> { final PhotoRepository _photoRepository; @override - FutureOrResult> execute(Photo params) async { - await _photoRepository.addPhotoToFavorites(params); + FutureOrResult> execute(Photo? params) async { + await _photoRepository.addPhotoToFavorites(params!); return _photoRepository.getAllPhotosFromFavorites(); } } diff --git a/packages/wyatt_architecture/example/lib/domain/usecases/photos/check_if_photo_is_in_favorites.dart b/packages/wyatt_architecture/example/lib/domain/usecases/photos/check_if_photo_is_in_favorites.dart index a9c082df..31e6c622 100644 --- a/packages/wyatt_architecture/example/lib/domain/usecases/photos/check_if_photo_is_in_favorites.dart +++ b/packages/wyatt_architecture/example/lib/domain/usecases/photos/check_if_photo_is_in_favorites.dart @@ -22,6 +22,6 @@ class CheckIfPhotoIsInFavorites extends AsyncUseCase { final PhotoRepository _photoRepository; @override - FutureOrResult execute(int params) async => - _photoRepository.checkIfPhotoIsInFavorites(params); + FutureOrResult execute(int? params) async => + _photoRepository.checkIfPhotoIsInFavorites(params!); } diff --git a/packages/wyatt_architecture/example/lib/domain/usecases/photos/display_photo.dart b/packages/wyatt_architecture/example/lib/domain/usecases/photos/display_photo.dart index 94697367..4d6dc2f7 100644 --- a/packages/wyatt_architecture/example/lib/domain/usecases/photos/display_photo.dart +++ b/packages/wyatt_architecture/example/lib/domain/usecases/photos/display_photo.dart @@ -23,8 +23,8 @@ class DisplayPhoto extends AsyncUseCase { final PhotoRepository _photoRepository; @override - FutureOrResult execute(int params) { - final photo = _photoRepository.getPhoto(params); + FutureOrResult execute(int? params) { + final photo = _photoRepository.getPhoto(params!); return photo; } } diff --git a/packages/wyatt_architecture/example/lib/domain/usecases/photos/open_album.dart b/packages/wyatt_architecture/example/lib/domain/usecases/photos/open_album.dart index 49ad971a..f3cd6ec6 100644 --- a/packages/wyatt_architecture/example/lib/domain/usecases/photos/open_album.dart +++ b/packages/wyatt_architecture/example/lib/domain/usecases/photos/open_album.dart @@ -24,9 +24,9 @@ class OpenAlbum extends AsyncUseCase> { final PhotoRepository _photoRepository; @override - FutureOrResult> execute(QueryParameters params) { + FutureOrResult> execute(QueryParameters? params) { final photos = _photoRepository.getPhotosFromAlbum( - params.albumId, + params!.albumId, start: params.start, limit: params.limit, ); diff --git a/packages/wyatt_architecture/example/lib/domain/usecases/photos/remove_photo_from_favorites.dart b/packages/wyatt_architecture/example/lib/domain/usecases/photos/remove_photo_from_favorites.dart index 99ce521a..99a9944c 100644 --- a/packages/wyatt_architecture/example/lib/domain/usecases/photos/remove_photo_from_favorites.dart +++ b/packages/wyatt_architecture/example/lib/domain/usecases/photos/remove_photo_from_favorites.dart @@ -23,8 +23,8 @@ class RemovePhotoFromFavorites extends AsyncUseCase> { final PhotoRepository _photoRepository; @override - FutureOrResult> execute(int params) async { - await _photoRepository.deletePhotoFromFavorites(params); + FutureOrResult> execute(int? params) async { + await _photoRepository.deletePhotoFromFavorites(params!); return _photoRepository.getAllPhotosFromFavorites(); } } diff --git a/packages/wyatt_architecture/example/lib/domain/usecases/photos/retrieve_all_albums.dart b/packages/wyatt_architecture/example/lib/domain/usecases/photos/retrieve_all_albums.dart index 08ae48ff..0247febf 100644 --- a/packages/wyatt_architecture/example/lib/domain/usecases/photos/retrieve_all_albums.dart +++ b/packages/wyatt_architecture/example/lib/domain/usecases/photos/retrieve_all_albums.dart @@ -24,9 +24,9 @@ class RetrieveAllAlbums extends AsyncUseCase> { final PhotoRepository _photoRepository; @override - FutureOrResult> execute(QueryParameters params) { + FutureOrResult> execute(QueryParameters? params) { final albums = _photoRepository.getAllAlbums( - start: params.start, + start: params!.start, limit: params.limit, ); return albums; diff --git a/packages/wyatt_architecture/example/pubspec.yaml b/packages/wyatt_architecture/example/pubspec.yaml index c9353b10..5316af44 100644 --- a/packages/wyatt_architecture/example/pubspec.yaml +++ b/packages/wyatt_architecture/example/pubspec.yaml @@ -50,7 +50,7 @@ dependencies: version: ^2.0.1 wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.0.5 + version: ^0.1.0+1 dev_dependencies: build_runner: ^2.3.2 diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index 97d18341..df947ad9 100644 --- a/packages/wyatt_authentication_bloc/example/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example/pubspec.yaml @@ -50,7 +50,7 @@ dependencies: wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: 0.0.5 + version: ^0.1.0+1 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. 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 41c10fa6..9cb8b921 100644 --- a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml +++ b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml @@ -21,11 +21,11 @@ dependencies: wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.0.5 + version: ^0.1.0+1 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.2.0 + version: ^0.2.0+2 dev_dependencies: flutter_test: { sdk: flutter } -- 2.47.2 From 7e7a5c8df59ae037e0f4f313afef0dc21030b7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 11 Jun 2025 13:58:40 +0200 Subject: [PATCH 12/12] chore(release): publish packages - wyatt_crud_bloc_firestore@0.2.0+3 --- CHANGELOG.md | 19 +++++++++++++++++++ .../wyatt_crud_bloc_firestore/CHANGELOG.md | 2 ++ .../wyatt_crud_bloc_firestore/pubspec.yaml | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ee1ff4..7dcfe8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-06-11 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_crud_bloc_firestore` - `v0.2.0+3`](#wyatt_crud_bloc_firestore---v0203) + +--- + +#### `wyatt_crud_bloc_firestore` - `v0.2.0+3` + + ## 2025-05-21 ### Changes 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 98f1111a..f500c54c 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,5 @@ +## 0.2.0+3 + ## 0.2.0+2 - Update a dependency to the latest release. 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 9cb8b921..4d04811f 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+2 +version: 0.2.0+3 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub -- 2.47.2