Compare commits
2 Commits
7e9922ca75
...
b43b9fe3ac
Author | SHA1 | Date | |
---|---|---|---|
b43b9fe3ac | |||
ad17a92094 |
19
CHANGELOG.md
19
CHANGELOG.md
@ -3,6 +3,25 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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
|
## 2025-05-21
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -39,13 +39,13 @@ dependencies:
|
|||||||
version: ^2.0.3
|
version: ^2.0.3
|
||||||
wyatt_ui_layout:
|
wyatt_ui_layout:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.1.2+3
|
version: ^0.1.3+1
|
||||||
wyatt_crud_bloc:
|
wyatt_crud_bloc:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.2.0
|
version: ^0.2.0+2
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
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:
|
wyatt_component_copy_with_extension:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^2.0.1
|
version: ^2.0.1
|
||||||
|
@ -20,7 +20,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.3.0+2
|
version: ^0.4.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
## 0.1.3+1
|
||||||
|
|
||||||
## 0.1.3
|
## 0.1.3
|
||||||
|
|
||||||
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.
|
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_ui_layout
|
name: wyatt_ui_layout
|
||||||
description: Main layouts to help you build your application views.
|
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
|
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
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.3.0+2
|
version: ^0.4.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user