chore(release): publish packages

- wyatt_architecture@0.2.0+1
 - wyatt_authentication_bloc@0.5.1+2
 - wyatt_bloc_layout@0.1.2
 - wyatt_cloud_messaging_bloc_base@0.1.1+2
 - wyatt_cloud_messaging_bloc_firebase@0.1.0+2
 - wyatt_crud_bloc@0.1.1+1
 - wyatt_form_bloc@0.2.0+4
 - wyatt_http_client@2.0.1
 - wyatt_i18n@2.0.1
 - wyatt_ui_components@0.3.0
 - wyatt_ui_kit@3.2.0
 - wyatt_ui_layout@0.1.2
This commit is contained in:
Malo Léon 2023-08-28 15:18:51 +02:00
parent 0a950638db
commit c19e016702
31 changed files with 194 additions and 33 deletions

View File

@ -3,6 +3,99 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2023-08-28
### Changes
---
Packages with breaking changes:
- [`wyatt_ui_components` - `v0.3.0`](#wyatt_ui_components---v030)
Packages with other changes:
- [`wyatt_architecture` - `v0.2.0+1`](#wyatt_architecture---v0201)
- [`wyatt_authentication_bloc` - `v0.5.1+2`](#wyatt_authentication_bloc---v0512)
- [`wyatt_bloc_layout` - `v0.1.2`](#wyatt_bloc_layout---v012)
- [`wyatt_cloud_messaging_bloc_base` - `v0.1.1+2`](#wyatt_cloud_messaging_bloc_base---v0112)
- [`wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+2`](#wyatt_cloud_messaging_bloc_firebase---v0102)
- [`wyatt_crud_bloc` - `v0.1.1+1`](#wyatt_crud_bloc---v0111)
- [`wyatt_form_bloc` - `v0.2.0+4`](#wyatt_form_bloc---v0204)
- [`wyatt_http_client` - `v2.0.1`](#wyatt_http_client---v201)
- [`wyatt_i18n` - `v2.0.1`](#wyatt_i18n---v201)
- [`wyatt_ui_kit` - `v3.2.0`](#wyatt_ui_kit---v320)
- [`wyatt_ui_layout` - `v0.1.2`](#wyatt_ui_layout---v012)
---
#### `wyatt_ui_components` - `v0.3.0`
- **FIX**: apply dart format.
- **FEAT**(ui_components): marking fields as private since it was accessible from getters.
- **BREAKING** **FEAT**(ui_components): available same type component usage (#200).
#### `wyatt_architecture` - `v0.2.0+1`
- **FIX**: apply dart fix --apply.
#### `wyatt_authentication_bloc` - `v0.5.1+2`
- **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.
#### `wyatt_bloc_layout` - `v0.1.2`
- **REFACTOR**(bloc_layouts): refactored block using the ui layout package, due to breaking changes.
- **FIX**(bloc_layout): typo on erroId.
- **FIX**: apply dart fix --apply.
- **FEAT**(bloc_layout): add components ids in crud mixin.
- **DOCS**: update plantuml models.
#### `wyatt_cloud_messaging_bloc_base` - `v0.1.1+2`
- **FIX**: apply dart format.
- **FIX**: apply dart fix --apply.
- **DOCS**(cloud_messaging_bloc): add reamde.
#### `wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+2`
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.
- **DOCS**(cloud_messaging_bloc): add reamde.
#### `wyatt_crud_bloc` - `v0.1.1+1`
- **FIX**: apply dart format.
- **FIX**: apply dart fix --apply.
#### `wyatt_form_bloc` - `v0.2.0+4`
- **FIX**: apply dart format.
#### `wyatt_http_client` - `v2.0.1`
- **FIX**: apply dart fix --apply.
#### `wyatt_i18n` - `v2.0.1`
- **FIX**: apply dart fix --apply.
#### `wyatt_ui_kit` - `v3.2.0`
- **REFACTOR**(ui_kit): Refactored code using the UI components package, due to breaking changes.
- **FIX**: apply dart format.
- **FIX**: apply dart fix --apply.
- **FEAT**: implement notification abstraction package.
#### `wyatt_ui_layout` - `v0.1.2`
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.
- **FEAT**: implement notification abstraction package.
## 2023-08-21
### Changes

View File

@ -1,3 +1,7 @@
## 0.2.0+1
- **FIX**: apply dart fix --apply.
## 0.2.0
> Note: This release has breaking changes.

View File

@ -47,7 +47,7 @@ dependencies:
version: ^2.0.1
wyatt_http_client:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^2.0.0
version: ^2.0.1
wyatt_type_utils:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.0.5

View File

@ -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
version: 0.2.0+1
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -1,3 +1,11 @@
## 0.5.1+2
- **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.
## 0.5.1+1
- **FIX**: use correct behavior subject for stream session.

View File

@ -42,11 +42,11 @@ dependencies:
wyatt_form_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: 0.2.0+3
version: 0.2.0+4
wyatt_architecture:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: 0.2.0
version: 0.2.0+1
wyatt_type_utils:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/

View File

@ -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+1
version: 0.5.1+2
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -20,11 +20,11 @@ dependencies:
wyatt_form_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^0.2.0+3
version: ^0.2.0+4
wyatt_architecture:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^0.2.0
version: ^0.2.0+1
wyatt_type_utils:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/

View File

@ -1,3 +1,11 @@
## 0.1.2
- **REFACTOR**(bloc_layouts): refactored block using the ui layout package, due to breaking changes.
- **FIX**(bloc_layout): typo on erroId.
- **FIX**: apply dart fix --apply.
- **FEAT**(bloc_layout): add components ids in crud mixin.
- **DOCS**: update plantuml models.
## 0.1.1
- **FEAT**(bloc_layout): add consumer layouts.

View File

@ -39,13 +39,13 @@ dependencies:
version: ^2.0.1
wyatt_ui_layout:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.1.1
version: ^0.1.2
wyatt_crud_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.1.1
version: ^0.1.1+1
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.2.2
version: ^0.3.0
wyatt_component_copy_with_extension:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.0.1

View File

@ -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.1
version: 0.1.2
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -19,15 +19,15 @@ dependencies:
wyatt_ui_layout:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.1.1
version: ^0.1.2
wyatt_crud_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.1.1
version: ^0.1.1+1
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.2.2
version: ^0.3.0
dev_dependencies:
flutter_test: { sdk: flutter }

View File

@ -1,3 +1,9 @@
## 0.1.1+2
- **FIX**: apply dart format.
- **FIX**: apply dart fix --apply.
- **DOCS**(cloud_messaging_bloc): add reamde.
## 0.1.1+1
- **FIX**: fix unimplemented error in listenable use case.

View File

@ -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+1
version: 0.1.1+2
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -19,7 +19,7 @@ dependencies:
hosted:
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
name: wyatt_architecture
version: ^0.2.0
version: ^0.2.0+1
wyatt_type_utils:
hosted:
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/

View File

@ -1,3 +1,8 @@
## 0.1.0+2
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.
- **DOCS**(cloud_messaging_bloc): add reamde.
## 0.1.0+1
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.

View File

@ -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+1
version: 0.1.0+2
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -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+1
version: ^0.1.1+2
path: ^1.8.0

View File

@ -16,7 +16,7 @@ dependencies:
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.2.2
version: ^0.3.0
dev_dependencies:
build_runner: ^2.3.3

View File

@ -1,3 +1,8 @@
## 0.1.1+1
- **FIX**: apply dart format.
- **FIX**: apply dart fix --apply.
## 0.1.1
- **REFACTOR**: remove cross package export.

View File

@ -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.1.1
version: 0.1.1+1
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -18,7 +18,7 @@ dependencies:
wyatt_architecture:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^0.2.0
version: ^0.2.0+1
wyatt_type_utils:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/

View File

@ -1,3 +1,7 @@
## 0.2.0+4
- **FIX**: apply dart format.
## 0.2.0+3
- **REFACTOR**: remove cross package export.

View File

@ -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+3
version: 0.2.0+4
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -17,7 +17,7 @@ dependencies:
wyatt_architecture:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^0.2.0
version: ^0.2.0+1
wyatt_type_utils:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/

View File

@ -1,3 +1,7 @@
## 2.0.1
- **FIX**: apply dart fix --apply.
## 2.0.0
> Note: This release has breaking changes.

View File

@ -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.0
version: 2.0.1
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -1,3 +1,7 @@
## 2.0.1
- **FIX**: apply dart fix --apply.
## 2.0.0+1
## 2.0.0

View File

@ -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.0+1
version: 2.0.1
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -22,7 +22,7 @@ dependencies:
hosted:
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
name: wyatt_architecture
version: ^0.2.0
version: ^0.2.0+1
wyatt_bloc_helper:
hosted:
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/

View File

@ -1,3 +1,11 @@
## 0.3.0
> Note: This release has breaking changes.
- **FIX**: apply dart format.
- **FEAT**(ui_components): marking fields as private since it was accessible from getters.
- **BREAKING** **FEAT**(ui_components): available same type component usage (#200).
## 0.2.2
- **FIX**: upgrade to flutter 3.10.

View File

@ -1,7 +1,7 @@
name: wyatt_ui_components
description: Components that can be implemented in any application with copy constructor.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_components
version: 0.2.2
version: 0.3.0
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -1,3 +1,10 @@
## 3.2.0
- **REFACTOR**(ui_kit): Refactored code using the UI components package, due to breaking changes.
- **FIX**: apply dart format.
- **FIX**: apply dart fix --apply.
- **FEAT**: implement notification abstraction package.
## 3.1.0
- **FIX**: upgrade to flutter 3.10.

View File

@ -20,7 +20,7 @@ dependencies:
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.2.2
version: ^0.3.0
dev_dependencies:
flutter_test: { sdk: flutter }

View File

@ -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.1.0
version: 3.2.0
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -25,7 +25,7 @@ dependencies:
version: ^2.0.1
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.2.2
version: ^0.3.0
dev_dependencies:
build_runner: ^2.3.3

View File

@ -1,3 +1,8 @@
## 0.1.2
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.
- **FEAT**: implement notification abstraction package.
## 0.1.1
- **FEAT**(ui_layout-bloc_layout): proxy scaffold fields.

View File

@ -36,7 +36,7 @@ dependencies:
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.2.2
version: ^0.3.0
wyatt_component_copy_with_extension:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.0.1

View File

@ -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.1
version: 0.1.2
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -14,7 +14,7 @@ dependencies:
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.2.2
version: ^0.3.0
dev_dependencies:
flutter_test: { sdk: flutter }