chore(release): publish packages

- wyatt_analysis@2.0.0
This commit is contained in:
Hugo Pointcheval 2022-04-19 19:01:44 +02:00
parent f36f252ea7
commit 3f549a7f76
3 changed files with 32 additions and 1 deletions

25
CHANGELOG.md Normal file
View File

@ -0,0 +1,25 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2022-04-19
### Changes
---
Packages with breaking changes:
- [`wyatt_analysis` - `v2.0.0`](#wyatt_analysis---v200)
Packages with other changes:
- There are no other changes in this release.
---
#### `wyatt_analysis` - `v2.0.0`
- **BREAKING** **FIX**: remove unawaited() since its in Dart 2.15.

View File

@ -1,3 +1,9 @@
## 2.0.0
> Note: This release has breaking changes.
- **BREAKING** **FIX**: remove unawaited() since its in Dart 2.15.
## 1.1.1 ## 1.1.1
- Delete some rules - Delete some rules

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: 1.1.1 version: 2.0.0
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'