diff --git a/kiosk_mode/example/pubspec.yaml b/kiosk_mode/example/pubspec.yaml index e4ba99ba..4fdee742 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.22.0 + mews_pedantic: ^0.23.0 flutter: uses-material-design: true diff --git a/kiosk_mode/pubspec.yaml b/kiosk_mode/pubspec.yaml index aef348ef..9b11dc1b 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.22.0 + mews_pedantic: ^0.23.0 flutter: plugin: platforms: diff --git a/mews_pedantic/CHANGELOG.md b/mews_pedantic/CHANGELOG.md index 9dbc55ef..41e5b29a 100644 --- a/mews_pedantic/CHANGELOG.md +++ b/mews_pedantic/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.23.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: Upgrade to DCM 1.13.1. + ## 0.22.0 > Note: This release has breaking changes. diff --git a/mews_pedantic/pubspec.yaml b/mews_pedantic/pubspec.yaml index da6ce495..e8e17a6b 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.22.0 +version: 0.23.0 repository: https://github.com/MewsSystems/mews-flutter environment: diff --git a/optimus/example/pubspec.yaml b/optimus/example/pubspec.yaml index 7c2aeb71..ec908bcd 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.22.0 + mews_pedantic: ^0.23.0 diff --git a/optimus/pubspec.yaml b/optimus/pubspec.yaml index 71613cd4..61c232e1 100644 --- a/optimus/pubspec.yaml +++ b/optimus/pubspec.yaml @@ -21,7 +21,7 @@ dev_dependencies: flutter_test: sdk: flutter freezed: ">=1.0.0 <3.0.0" - mews_pedantic: ^0.22.0 + mews_pedantic: ^0.23.0 theme_tailor: ^2.0.0 flutter: assets: diff --git a/remote_logger/pubspec.yaml b/remote_logger/pubspec.yaml index 8b92a0f3..7b53df32 100644 --- a/remote_logger/pubspec.yaml +++ b/remote_logger/pubspec.yaml @@ -14,6 +14,6 @@ dependencies: dev_dependencies: build_runner: ^2.1.2 - mews_pedantic: ^0.22.0 + mews_pedantic: ^0.23.0 mockito: ^5.0.16 test: ^1.18.0 diff --git a/storybook/pubspec.yaml b/storybook/pubspec.yaml index 61310e8c..73068a6e 100644 --- a/storybook/pubspec.yaml +++ b/storybook/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.22.0 + mews_pedantic: ^0.23.0 path: ^1.8.2 flutter: uses-material-design: true