Compare commits

..

No commits in common. "b43b9fe3acf326e1ae6fb39cbe098f7851ffd577" and "7e9922ca75bc728e78c9a8b96418eef51dd4bd1f" have entirely different histories.

5 changed files with 6 additions and 27 deletions

View File

@ -3,25 +3,6 @@
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

View File

@ -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.3+1
version: ^0.1.2+3
wyatt_crud_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.2.0+2
version: ^0.2.0
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.4.0
version: ^0.3.0+2
wyatt_component_copy_with_extension:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.0.1

View File

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

View File

@ -1,5 +1,3 @@
## 0.1.3+1
## 0.1.3
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.

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.3+1
version: 0.1.3
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.4.0
version: ^0.3.0+2
dev_dependencies:
flutter_test: { sdk: flutter }