chore(release): publish packages
- wyatt_bloc_helper@1.2.0
This commit is contained in:
parent
c568a05654
commit
492d95b164
26
CHANGELOG.md
26
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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^2.2.2
|
Loading…
x
Reference in New Issue
Block a user