From 7965616d60fbb53f1c2804bbd1a35933682f7905 Mon Sep 17 00:00:00 2001 From: Vitalij Vascenko Date: Wed, 29 Nov 2023 18:46:35 +0100 Subject: [PATCH] chore(release): publish packages - kiosk_mode@0.5.0+2 - mews_pedantic@0.21.0 - optimus@0.31.0 --- kiosk_mode/CHANGELOG.md | 4 ++++ kiosk_mode/example/pubspec.yaml | 2 +- kiosk_mode/pubspec.yaml | 4 ++-- mews_pedantic/CHANGELOG.md | 7 +++++++ mews_pedantic/pubspec.yaml | 2 +- optimus/CHANGELOG.md | 8 ++++++++ optimus/example/pubspec.yaml | 2 +- optimus/pubspec.yaml | 4 ++-- remote_logger/pubspec.yaml | 2 +- storybook/pubspec.yaml | 2 +- 10 files changed, 28 insertions(+), 9 deletions(-) diff --git a/kiosk_mode/CHANGELOG.md b/kiosk_mode/CHANGELOG.md index 978ae31f..ae4713d1 100644 --- a/kiosk_mode/CHANGELOG.md +++ b/kiosk_mode/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.0+2 + + - **FIX**: Add namespace field to build.gradle (#473). + ## 0.5.0+1 - **REFACTOR**: Fix DCM issues. diff --git a/kiosk_mode/example/pubspec.yaml b/kiosk_mode/example/pubspec.yaml index f60936d3..408840b2 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.20.0 + mews_pedantic: ^0.21.0 flutter: uses-material-design: true diff --git a/kiosk_mode/pubspec.yaml b/kiosk_mode/pubspec.yaml index a6ed5f0b..6eb241ff 100644 --- a/kiosk_mode/pubspec.yaml +++ b/kiosk_mode/pubspec.yaml @@ -1,6 +1,6 @@ name: kiosk_mode description: Plugin for working with Lock Task / Guided Access modes. -version: 0.5.0+1 +version: 0.5.0+2 repository: https://github.com/MewsSystems/mews-flutter environment: @@ -15,7 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.20.0 + mews_pedantic: ^0.21.0 flutter: plugin: platforms: diff --git a/mews_pedantic/CHANGELOG.md b/mews_pedantic/CHANGELOG.md index 6c812bca..627fda7a 100644 --- a/mews_pedantic/CHANGELOG.md +++ b/mews_pedantic/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.21.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: Add new rules from Dart 3.2. + - **BREAKING** **FEAT**: Upgrade to DCM 1.11.0. + ## 0.20.0 > Note: This release has breaking changes. diff --git a/mews_pedantic/pubspec.yaml b/mews_pedantic/pubspec.yaml index 277d0aa7..525aa7e9 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.20.0 +version: 0.21.0 repository: https://github.com/MewsSystems/mews-flutter environment: diff --git a/optimus/CHANGELOG.md b/optimus/CHANGELOG.md index 5a97cc21..a2c5f676 100644 --- a/optimus/CHANGELOG.md +++ b/optimus/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.31.0 + +> Note: This release has breaking changes. + + - **REFACTOR**: Fix linter error. + - **REFACTOR**: Fix linter errors. + - **BREAKING** **REFACTOR**: Migrate to Flutter 3.16.0. + ## 0.30.1 - **FEAT**: Update text input design (#467). diff --git a/optimus/example/pubspec.yaml b/optimus/example/pubspec.yaml index 5b04784f..769d83bc 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.20.0 + mews_pedantic: ^0.21.0 diff --git a/optimus/pubspec.yaml b/optimus/pubspec.yaml index 329ac2ef..7221abcf 100644 --- a/optimus/pubspec.yaml +++ b/optimus/pubspec.yaml @@ -1,6 +1,6 @@ name: optimus description: Optimus is a design system for mobile platforms (and web in future) used internally in Mews. -version: 0.30.1 +version: 0.31.0 repository: https://github.com/MewsSystems/mews-flutter environment: @@ -21,7 +21,7 @@ dev_dependencies: flutter_test: sdk: flutter freezed: ">=1.0.0 <3.0.0" - mews_pedantic: ^0.20.0 + mews_pedantic: ^0.21.0 theme_tailor: ^2.0.0 flutter: assets: diff --git a/remote_logger/pubspec.yaml b/remote_logger/pubspec.yaml index e28230bf..06bf3ede 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.20.0 + mews_pedantic: ^0.21.0 mockito: ^5.0.16 test: ^1.18.0 diff --git a/storybook/pubspec.yaml b/storybook/pubspec.yaml index c49fdaa3..e0f345bc 100644 --- a/storybook/pubspec.yaml +++ b/storybook/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.20.0 + mews_pedantic: ^0.21.0 path: ^1.8.2 flutter: uses-material-design: true