Compare commits

..

2 Commits

Author SHA1 Message Date
b43b9fe3ac chore: update pubspec inter deps 2025-05-21 17:35:47 +02:00
ad17a92094 chore(release): publish packages
- wyatt_ui_layout@0.1.3+1
2025-05-21 17:30:37 +02:00
5 changed files with 27 additions and 6 deletions

View File

@ -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

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.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

View File

@ -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 }

View File

@ -1,3 +1,5 @@
## 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
version: 0.1.3+1
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.3.0+2
version: ^0.4.0
dev_dependencies:
flutter_test: { sdk: flutter }