From d880729a982096542de2cfeea08c967e75beec2b Mon Sep 17 00:00:00 2001 From: Vitalij Vascenko Date: Mon, 21 Oct 2024 12:44:03 +0200 Subject: [PATCH] chore(release): publish packages - mews_pedantic@0.32.0 --- kiosk_mode/example/pubspec.yaml | 2 +- kiosk_mode/pubspec.yaml | 2 +- mews_pedantic/CHANGELOG.md | 6 ++++++ mews_pedantic/pubspec.yaml | 2 +- optimus/example/pubspec.yaml | 2 +- optimus/pubspec.yaml | 2 +- optimus_icons/pubspec.yaml | 2 +- optimus_widgetbook/pubspec.yaml | 2 +- remote_logger/pubspec.yaml | 2 +- 9 files changed, 14 insertions(+), 8 deletions(-) diff --git a/kiosk_mode/example/pubspec.yaml b/kiosk_mode/example/pubspec.yaml index 1d36da6d..a3c72b30 100644 --- a/kiosk_mode/example/pubspec.yaml +++ b/kiosk_mode/example/pubspec.yaml @@ -16,6 +16,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.31.1 + mews_pedantic: ^0.32.0 flutter: uses-material-design: true diff --git a/kiosk_mode/pubspec.yaml b/kiosk_mode/pubspec.yaml index 3d651857..a67880aa 100644 --- a/kiosk_mode/pubspec.yaml +++ b/kiosk_mode/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.31.1 + mews_pedantic: ^0.32.0 flutter: plugin: platforms: diff --git a/mews_pedantic/CHANGELOG.md b/mews_pedantic/CHANGELOG.md index 5c7c2961..52306477 100644 --- a/mews_pedantic/CHANGELOG.md +++ b/mews_pedantic/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.32.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: [DX-3266] Upgrade to DCM 1.23. + ## 0.31.1 - **FEAT**: [DX-2293] Update rules. diff --git a/mews_pedantic/pubspec.yaml b/mews_pedantic/pubspec.yaml index 06928f6c..afb6257b 100644 --- a/mews_pedantic/pubspec.yaml +++ b/mews_pedantic/pubspec.yaml @@ -1,6 +1,6 @@ name: mews_pedantic description: Dart and Flutter static analysis and lint rules incorporated in Mews. -version: 0.31.1 +version: 0.32.0 repository: https://github.com/MewsSystems/mews-flutter environment: diff --git a/optimus/example/pubspec.yaml b/optimus/example/pubspec.yaml index fdf0f2a2..27c8a243 100644 --- a/optimus/example/pubspec.yaml +++ b/optimus/example/pubspec.yaml @@ -15,4 +15,4 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.31.1 + mews_pedantic: ^0.32.0 diff --git a/optimus/pubspec.yaml b/optimus/pubspec.yaml index 8f0e9a62..70b98a3a 100644 --- a/optimus/pubspec.yaml +++ b/optimus/pubspec.yaml @@ -23,7 +23,7 @@ dev_dependencies: flutter_test: sdk: flutter freezed: ">=1.0.0 <3.0.0" - mews_pedantic: ^0.31.1 + mews_pedantic: ^0.32.0 theme_tailor: "^3.0.0" flutter: assets: diff --git a/optimus_icons/pubspec.yaml b/optimus_icons/pubspec.yaml index f94a6198..7015eab3 100644 --- a/optimus_icons/pubspec.yaml +++ b/optimus_icons/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.31.1 + mews_pedantic: ^0.32.0 path: ^1.9.0 flutter: diff --git a/optimus_widgetbook/pubspec.yaml b/optimus_widgetbook/pubspec.yaml index 6fc00601..1f388361 100644 --- a/optimus_widgetbook/pubspec.yaml +++ b/optimus_widgetbook/pubspec.yaml @@ -19,7 +19,7 @@ dev_dependencies: build_runner: ^2.4.12 flutter_test: sdk: flutter - mews_pedantic: ^0.31.1 + mews_pedantic: ^0.32.0 widgetbook_generator: ^3.9.0 flutter: uses-material-design: true diff --git a/remote_logger/pubspec.yaml b/remote_logger/pubspec.yaml index 1c3ca686..2634e129 100644 --- a/remote_logger/pubspec.yaml +++ b/remote_logger/pubspec.yaml @@ -14,6 +14,6 @@ dependencies: dev_dependencies: build_runner: ^2.4.8 - mews_pedantic: ^0.31.1 + mews_pedantic: ^0.32.0 mockito: ^5.4.4 test: ^1.25.2