diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8b2820..0b502e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-09-29 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_ui_kit` - `v3.2.3`](#wyatt_ui_kit---v323) + +--- + +#### `wyatt_ui_kit` - `v3.2.3` + + - **REFACTOR**: swap gesture dector in top navbar to allow bigger tap zone. + + ## 2023-09-01 ### Changes diff --git a/packages/wyatt_ui_kit/CHANGELOG.md b/packages/wyatt_ui_kit/CHANGELOG.md index 0b032d83..8444f31b 100644 --- a/packages/wyatt_ui_kit/CHANGELOG.md +++ b/packages/wyatt_ui_kit/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.3 + + - **REFACTOR**: swap gesture dector in top navbar to allow bigger tap zone. + ## 3.2.2 - Update a dependency to the latest release. diff --git a/packages/wyatt_ui_kit/pubspec.yaml b/packages/wyatt_ui_kit/pubspec.yaml index 47c0f325..74e9a563 100644 --- a/packages/wyatt_ui_kit/pubspec.yaml +++ b/packages/wyatt_ui_kit/pubspec.yaml @@ -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.2.2 +version: 3.2.3 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub