From 83a77c93de6483db17c95d602d957df1c0cc3e0e Mon Sep 17 00:00:00 2001 From: Vitalij Vascenko Date: Tue, 10 Dec 2024 13:52:07 +0100 Subject: [PATCH] chore(release): publish packages - mews_pedantic@0.34.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 aee9a6f7..0747818f 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.33.0 + mews_pedantic: ^0.34.0 flutter: uses-material-design: true diff --git a/kiosk_mode/pubspec.yaml b/kiosk_mode/pubspec.yaml index f4a61e3b..03826fc6 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.33.0 + mews_pedantic: ^0.34.0 flutter: plugin: platforms: diff --git a/mews_pedantic/CHANGELOG.md b/mews_pedantic/CHANGELOG.md index 2ec7062b..7dfd05c1 100644 --- a/mews_pedantic/CHANGELOG.md +++ b/mews_pedantic/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.34.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: [DX-3563] Upgrade to DCM 1.25.0. + ## 0.33.0 > Note: This release has breaking changes. diff --git a/mews_pedantic/pubspec.yaml b/mews_pedantic/pubspec.yaml index 95669500..19e109bd 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.33.0 +version: 0.34.0 repository: https://github.com/MewsSystems/mews-flutter environment: diff --git a/optimus/example/pubspec.yaml b/optimus/example/pubspec.yaml index 22dd51d2..730ed1f8 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.33.0 + mews_pedantic: ^0.34.0 diff --git a/optimus/pubspec.yaml b/optimus/pubspec.yaml index 9aa2d1fc..7d905f2b 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.33.0 + mews_pedantic: ^0.34.0 theme_tailor: "^3.0.0" flutter: assets: diff --git a/optimus_icons/pubspec.yaml b/optimus_icons/pubspec.yaml index bf8acb0c..712e57e9 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.33.0 + mews_pedantic: ^0.34.0 path: ^1.9.0 flutter: diff --git a/optimus_widgetbook/pubspec.yaml b/optimus_widgetbook/pubspec.yaml index b0b81409..443727c2 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.33.0 + mews_pedantic: ^0.34.0 widgetbook_generator: ^3.9.0 flutter: uses-material-design: true diff --git a/remote_logger/pubspec.yaml b/remote_logger/pubspec.yaml index 32de826d..f2126c50 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.33.0 + mews_pedantic: ^0.34.0 mockito: ^5.4.4 test: ^1.25.2