chore(release): publish packages

- wyatt_bloc_helper@1.2.0
This commit is contained in:
Hugo Pointcheval 2022-11-06 20:37:11 -05:00
parent c568a05654
commit 492d95b164
Signed by: hugo
GPG Key ID: A9E8E9615379254F
3 changed files with 40 additions and 5 deletions

View File

@ -3,6 +3,32 @@
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.
## 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 ## 2022-11-06
### Changes ### Changes

View File

@ -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 ## 1.1.0
- **FEAT**: add provider, consumer and helpers. - **FEAT**: add provider, consumer and helpers.

View File

@ -1,7 +1,9 @@
name: wyatt_bloc_helper name: wyatt_bloc_helper
description: Your best friend for blocs in Flutter 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 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: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.17.0 <3.0.0'
@ -19,7 +21,5 @@ dev_dependencies:
bloc_test: ^9.1.0 bloc_test: ^9.1.0
wyatt_analysis: wyatt_analysis:
git: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages version: ^2.2.2
ref: wyatt_analysis-v2.2.2
path: packages/wyatt_analysis