diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3d0e59..30fa1e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-11-06 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_bloc_helper` - `v1.2.0`](#wyatt_bloc_helper---v120) + +--- + +#### `wyatt_bloc_helper` - `v1.2.0` + + - **REFACTOR**: general code update. + - **FEAT**: add init function and multi provider. + - **FEAT**: add a lot of docs, fix `onWrap`, and add repo provider. + - **FEAT**: add wrap feature. + - **DOCS**: add ios example. + - **DOCS**: update license. + + ## 2022-11-06 ### Changes diff --git a/packages/wyatt_bloc_helper/CHANGELOG.md b/packages/wyatt_bloc_helper/CHANGELOG.md index 303a96a5..8046703b 100644 --- a/packages/wyatt_bloc_helper/CHANGELOG.md +++ b/packages/wyatt_bloc_helper/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.2.0 + + - **REFACTOR**: general code update. + - **FEAT**: add init function and multi provider. + - **FEAT**: add a lot of docs, fix `onWrap`, and add repo provider. + - **FEAT**: add wrap feature. + - **DOCS**: add ios example. + - **DOCS**: update license. + ## 1.1.0 - **FEAT**: add provider, consumer and helpers. diff --git a/packages/wyatt_bloc_helper/pubspec.yaml b/packages/wyatt_bloc_helper/pubspec.yaml index a3f228ec..b255cd4b 100644 --- a/packages/wyatt_bloc_helper/pubspec.yaml +++ b/packages/wyatt_bloc_helper/pubspec.yaml @@ -1,7 +1,9 @@ name: wyatt_bloc_helper description: Your best friend for blocs in Flutter repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_helper -version: 1.1.0 +version: 1.2.0 + +publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub environment: sdk: '>=2.17.0 <3.0.0' @@ -19,7 +21,5 @@ dev_dependencies: bloc_test: ^9.1.0 wyatt_analysis: - git: - url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.2.2 - path: packages/wyatt_analysis \ No newline at end of file + hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub + version: ^2.2.2 \ No newline at end of file