From 3c8ff373a109e051bedae62d3c019b1619e13ab2 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Mon, 12 Dec 2022 22:17:35 -0500 Subject: [PATCH] chore(release): publish packages - wyatt_analysis@2.3.0 --- CHANGELOG.md | 26 +++++++++++++++++++ packages/wyatt_analysis/CHANGELOG.md | 9 +++++++ packages/wyatt_analysis/pubspec.yaml | 2 +- .../wyatt_architecture/example/pubspec.yaml | 2 +- packages/wyatt_architecture/pubspec.yaml | 2 +- .../wyatt_authentication_bloc/pubspec.yaml | 2 +- packages/wyatt_bloc_helper/pubspec.yaml | 2 +- .../wyatt_bloc_layout/example/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/pubspec.yaml | 2 +- packages/wyatt_crud_bloc/pubspec.yaml | 2 +- packages/wyatt_form_bloc/pubspec.yaml | 2 +- packages/wyatt_http_client/pubspec.yaml | 2 +- .../wyatt_type_utils/example/pubspec.yaml | 2 +- packages/wyatt_type_utils/pubspec.yaml | 2 +- .../wyatt_ui_components/example/pubspec.yaml | 2 +- packages/wyatt_ui_components/pubspec.yaml | 2 +- packages/wyatt_ui_layout/example/pubspec.yaml | 2 +- packages/wyatt_ui_layout/pubspec.yaml | 2 +- 18 files changed, 51 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bcd1b0..0931d30a 100644 --- a/CHANGELOG.md +++ b/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-12-12 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_analysis` - `v2.3.0`](#wyatt_analysis---v230) + +--- + +#### `wyatt_analysis` - `v2.3.0` + + - **REFACTOR**: follow melos versioning. + - **FIX**: change file include to keep coherence. + - **FEAT**: exclude generated code, and add dart>2.16 rules. + - **FEAT**: add overwrite protection. + - **FEAT**: add 2.2.2 files for archive. + - **FEAT**: add utils script to easely bump version. + + ## 2022-12-04 ### Changes diff --git a/packages/wyatt_analysis/CHANGELOG.md b/packages/wyatt_analysis/CHANGELOG.md index a3151d1f..7b84dc82 100644 --- a/packages/wyatt_analysis/CHANGELOG.md +++ b/packages/wyatt_analysis/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.3.0 + + - **REFACTOR**: follow melos versioning. + - **FIX**: change file include to keep coherence. + - **FEAT**: exclude generated code, and add dart>2.16 rules. + - **FEAT**: add overwrite protection. + - **FEAT**: add 2.2.2 files for archive. + - **FEAT**: add utils script to easely bump version. + ## 2.2.2 - **DOCS**: add publish_to self hosted pub server. diff --git a/packages/wyatt_analysis/pubspec.yaml b/packages/wyatt_analysis/pubspec.yaml index 0f9214e3..da7c9706 100644 --- a/packages/wyatt_analysis/pubspec.yaml +++ b/packages/wyatt_analysis/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_analysis description: Lint rules for Dart and Flutter used internally at Wyatt Studio. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_analysis -version: 2.2.2 +version: 2.3.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_architecture/example/pubspec.yaml b/packages/wyatt_architecture/example/pubspec.yaml index 902ed5d8..f475756f 100644 --- a/packages/wyatt_architecture/example/pubspec.yaml +++ b/packages/wyatt_architecture/example/pubspec.yaml @@ -67,7 +67,7 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.2.2 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis # For information on the generic Dart part of this file, see the diff --git a/packages/wyatt_architecture/pubspec.yaml b/packages/wyatt_architecture/pubspec.yaml index e0711e40..4ec6eefa 100644 --- a/packages/wyatt_architecture/pubspec.yaml +++ b/packages/wyatt_architecture/pubspec.yaml @@ -24,4 +24,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.2.2 \ No newline at end of file + version: ^2.3.0 \ No newline at end of file diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 5b959149..60b9cba1 100644 --- a/packages/wyatt_authentication_bloc/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/pubspec.yaml @@ -43,4 +43,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: 2.2.2 + version: 2.3.0 diff --git a/packages/wyatt_bloc_helper/pubspec.yaml b/packages/wyatt_bloc_helper/pubspec.yaml index af6da51b..ee8c23f0 100644 --- a/packages/wyatt_bloc_helper/pubspec.yaml +++ b/packages/wyatt_bloc_helper/pubspec.yaml @@ -22,4 +22,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.2.2 \ No newline at end of file + version: ^2.3.0 \ No newline at end of file diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index 7640a2f7..1389846d 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/example/pubspec.yaml @@ -44,7 +44,7 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.1.0 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis # For information on the generic Dart part of this file, see the diff --git a/packages/wyatt_bloc_layout/pubspec.yaml b/packages/wyatt_bloc_layout/pubspec.yaml index b1053e83..5ec23e80 100644 --- a/packages/wyatt_bloc_layout/pubspec.yaml +++ b/packages/wyatt_bloc_layout/pubspec.yaml @@ -40,5 +40,5 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.1.0 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis \ No newline at end of file diff --git a/packages/wyatt_crud_bloc/pubspec.yaml b/packages/wyatt_crud_bloc/pubspec.yaml index b237deb2..7f37bc60 100644 --- a/packages/wyatt_crud_bloc/pubspec.yaml +++ b/packages/wyatt_crud_bloc/pubspec.yaml @@ -31,4 +31,4 @@ dev_dependencies: bloc_test: ^9.1.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: 2.2.2 + version: 2.3.0 diff --git a/packages/wyatt_form_bloc/pubspec.yaml b/packages/wyatt_form_bloc/pubspec.yaml index a292249a..28ac8778 100644 --- a/packages/wyatt_form_bloc/pubspec.yaml +++ b/packages/wyatt_form_bloc/pubspec.yaml @@ -30,4 +30,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^2.2.2 + version: ^2.3.0 diff --git a/packages/wyatt_http_client/pubspec.yaml b/packages/wyatt_http_client/pubspec.yaml index 127a612b..6a893358 100644 --- a/packages/wyatt_http_client/pubspec.yaml +++ b/packages/wyatt_http_client/pubspec.yaml @@ -14,5 +14,5 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.2.2 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis diff --git a/packages/wyatt_type_utils/example/pubspec.yaml b/packages/wyatt_type_utils/example/pubspec.yaml index 41a1c2cd..601f3b3b 100644 --- a/packages/wyatt_type_utils/example/pubspec.yaml +++ b/packages/wyatt_type_utils/example/pubspec.yaml @@ -36,7 +36,7 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.2.2 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wyatt_type_utils/pubspec.yaml b/packages/wyatt_type_utils/pubspec.yaml index 6c7b7ea5..46dea5c2 100644 --- a/packages/wyatt_type_utils/pubspec.yaml +++ b/packages/wyatt_type_utils/pubspec.yaml @@ -13,4 +13,4 @@ dev_dependencies: wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^2.2.2 \ No newline at end of file + version: ^2.3.0 \ No newline at end of file diff --git a/packages/wyatt_ui_components/example/pubspec.yaml b/packages/wyatt_ui_components/example/pubspec.yaml index 0288aaba..aea97e33 100644 --- a/packages/wyatt_ui_components/example/pubspec.yaml +++ b/packages/wyatt_ui_components/example/pubspec.yaml @@ -44,7 +44,7 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.1.0 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis # For information on the generic Dart part of this file, see the diff --git a/packages/wyatt_ui_components/pubspec.yaml b/packages/wyatt_ui_components/pubspec.yaml index f2cb2329..c8928ed5 100644 --- a/packages/wyatt_ui_components/pubspec.yaml +++ b/packages/wyatt_ui_components/pubspec.yaml @@ -20,5 +20,5 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.1.0 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis \ No newline at end of file diff --git a/packages/wyatt_ui_layout/example/pubspec.yaml b/packages/wyatt_ui_layout/example/pubspec.yaml index c72bf036..3ce494bd 100644 --- a/packages/wyatt_ui_layout/example/pubspec.yaml +++ b/packages/wyatt_ui_layout/example/pubspec.yaml @@ -49,7 +49,7 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.2.1 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis # For information on the generic Dart part of this file, see the diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index 625daea9..bfdcc394 100644 --- a/packages/wyatt_ui_layout/pubspec.yaml +++ b/packages/wyatt_ui_layout/pubspec.yaml @@ -27,5 +27,5 @@ dev_dependencies: wyatt_analysis: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_analysis-v2.2.2 + ref: wyatt_analysis-v2.3.0 path: packages/wyatt_analysis \ No newline at end of file