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] 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"