chore(release): publish packages
- wyatt_authentication_bloc@0.3.0
This commit is contained in:
parent
1896497c1a
commit
291c195ceb
27
CHANGELOG.md
27
CHANGELOG.md
@ -3,6 +3,33 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 2022-11-11
|
||||
|
||||
### Changes
|
||||
|
||||
---
|
||||
|
||||
Packages with breaking changes:
|
||||
|
||||
- [`wyatt_authentication_bloc` - `v0.3.0`](#wyatt_authentication_bloc---v030)
|
||||
|
||||
Packages with other changes:
|
||||
|
||||
- There are no other changes in this release.
|
||||
|
||||
---
|
||||
|
||||
#### `wyatt_authentication_bloc` - `v0.3.0`
|
||||
|
||||
- **REFACTOR**: use correct deps.
|
||||
- **REFACTOR**: update example with new listeners.
|
||||
- **FIX**: return exception and not throwing it anymore.
|
||||
- **FIX**: exception returns msg as message.
|
||||
- **FEAT**: add fully functionnal mock data source.
|
||||
- **FEAT**: add toString and equality on entities and models.
|
||||
- **BREAKING** **FEAT**: add email verification, password reset support.
|
||||
|
||||
|
||||
## 2022-11-10
|
||||
|
||||
### Changes
|
||||
|
@ -1,3 +1,15 @@
|
||||
## 0.3.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**: use correct deps.
|
||||
- **REFACTOR**: update example with new listeners.
|
||||
- **FIX**: return exception and not throwing it anymore.
|
||||
- **FIX**: exception returns msg as message.
|
||||
- **FEAT**: add fully functionnal mock data source.
|
||||
- **FEAT**: add toString and equality on entities and models.
|
||||
- **BREAKING** **FEAT**: add email verification, password reset support.
|
||||
|
||||
## 0.2.1+6
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_authentication_bloc
|
||||
description: Authentication BLoC for Flutter
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc
|
||||
version: 0.2.1+6
|
||||
version: 0.3.0
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user