From 11fcce7f87c4b5c264e6d78244c1a8ad86e2227c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 30 Aug 2023 16:35:08 +0200 Subject: [PATCH] chore(release): publish packages - wyatt_ui_layout@0.1.2+2 - wyatt_bloc_layout@0.1.2+2 --- CHANGELOG.md | 30 +++++++++++++++++++ packages/wyatt_bloc_layout/CHANGELOG.md | 4 +++ .../wyatt_bloc_layout/example/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/pubspec.yaml | 4 +-- packages/wyatt_ui_layout/CHANGELOG.md | 6 ++++ packages/wyatt_ui_layout/pubspec.yaml | 2 +- 6 files changed, 44 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b13e1d5..2813874f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-08-30 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_ui_layout` - `v0.1.2+2`](#wyatt_ui_layout---v0122) + - [`wyatt_bloc_layout` - `v0.1.2+2`](#wyatt_bloc_layout---v0122) + +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_bloc_layout` - `v0.1.2+2` + +--- + +#### `wyatt_ui_layout` - `v0.1.2+2` + + - **FIX**(ui_layout): fix bottom navbar layouts. + - **FIX**(ui_layout): fix topappbar layouts. + - **FIX**: make components nullable. + + ## 2023-08-28 ### Changes diff --git a/packages/wyatt_bloc_layout/CHANGELOG.md b/packages/wyatt_bloc_layout/CHANGELOG.md index a57ead76..84c6eb66 100644 --- a/packages/wyatt_bloc_layout/CHANGELOG.md +++ b/packages/wyatt_bloc_layout/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2+2 + + - Update a dependency to the latest release. + ## 0.1.2+1 - Update a dependency to the latest release. diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index aeaa2167..d0f36b71 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/example/pubspec.yaml @@ -39,7 +39,7 @@ dependencies: version: ^2.0.1 wyatt_ui_layout: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.2+1 + version: ^0.1.2+2 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^0.1.1+1 diff --git a/packages/wyatt_bloc_layout/pubspec.yaml b/packages/wyatt_bloc_layout/pubspec.yaml index 0875dc48..ccc84628 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+1 +version: 0.1.2+2 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub @@ -19,7 +19,7 @@ dependencies: wyatt_ui_layout: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.2+1 + version: ^0.1.2+2 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_ui_layout/CHANGELOG.md b/packages/wyatt_ui_layout/CHANGELOG.md index 5182f7c0..19a4fa4a 100644 --- a/packages/wyatt_ui_layout/CHANGELOG.md +++ b/packages/wyatt_ui_layout/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.2+2 + + - **FIX**(ui_layout): fix bottom navbar layouts. + - **FIX**(ui_layout): fix topappbar layouts. + - **FIX**: make components nullable. + ## 0.1.2+1 - Update a dependency to the latest release. diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index 7ffd49ff..e6182843 100644 --- a/packages/wyatt_ui_layout/pubspec.yaml +++ b/packages/wyatt_ui_layout/pubspec.yaml @@ -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.2+1 +version: 0.1.2+2 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub -- 2.47.2