chore(release): publish packages

- wyatt_crud_bloc@0.0.2
 - wyatt_analysis@2.0.1
This commit is contained in:
Hugo Pointcheval 2022-04-20 23:12:12 +02:00
parent bb264b7362
commit 5ea5c510cb
7 changed files with 42 additions and 4 deletions

View File

@ -3,6 +3,34 @@
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-04-20
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`wyatt_crud_bloc` - `v0.0.2`](#wyatt_crud_bloc---v002)
- [`wyatt_analysis` - `v2.0.1`](#wyatt_analysis---v201)
---
#### `wyatt_crud_bloc` - `v0.0.2`
- Migrate crud_package in monorepo
- **DOCS**: add example app.
#### `wyatt_analysis` - `v2.0.1`
- **DOCS**: Update readme with new version.
## 2022-04-20 ## 2022-04-20
### Changes ### Changes

View File

@ -1,3 +1,7 @@
## 2.0.1
- **DOCS**: Update readme with new version.
## 2.0.0 ## 2.0.0
> Note: This release has breaking changes. > Note: This release has breaking changes.

View File

@ -1,7 +1,7 @@
name: wyatt_analysis name: wyatt_analysis
description: Lint rules for Dart and Flutter used internally at Wyatt and Wyatt Studio. description: Lint rules for Dart and Flutter used internally at Wyatt and Wyatt Studio.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_analysis repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_analysis
version: 2.0.0 version: 2.0.1
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'

View File

@ -30,5 +30,5 @@ dev_dependencies:
wyatt_analysis: wyatt_analysis:
git: git:
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
ref: wyatt_analysis-v2.0.0 ref: wyatt_analysis-v2.0.1
path: packages/wyatt_analysis path: packages/wyatt_analysis

View File

@ -1,3 +1,9 @@
## 0.0.2
- Migrate crud_package in monorepo
- **DOCS**: add example app.
## 1.0.0 ## 1.0.0
- Initial version. - Initial version.

View File

@ -23,5 +23,5 @@ dev_dependencies:
wyatt_analysis: wyatt_analysis:
git: git:
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
ref: wyatt_analysis-v2.0.0 ref: wyatt_analysis-v2.0.1
path: packages/wyatt_analysis path: packages/wyatt_analysis

View File

@ -16,5 +16,5 @@ dev_dependencies:
wyatt_analysis: wyatt_analysis:
git: git:
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
ref: wyatt_analysis-v2.0.0 ref: wyatt_analysis-v2.0.1
path: packages/wyatt_analysis path: packages/wyatt_analysis