diff --git a/kiosk_mode/CHANGELOG.md b/kiosk_mode/CHANGELOG.md index b83b5f34..492ea830 100644 --- a/kiosk_mode/CHANGELOG.md +++ b/kiosk_mode/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.1+1 + + - **REFACTOR**: Fix linter issues. + ## 0.5.1 - **FEAT**: Upgrade `kiosk_mode` (#695). diff --git a/kiosk_mode/example/pubspec.yaml b/kiosk_mode/example/pubspec.yaml index a3c72b30..aee9a6f7 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.32.0 + mews_pedantic: ^0.33.0 flutter: uses-material-design: true diff --git a/kiosk_mode/pubspec.yaml b/kiosk_mode/pubspec.yaml index a67880aa..f4a61e3b 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.1 +version: 0.5.1+1 repository: https://github.com/MewsSystems/mews-flutter environment: @@ -15,7 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.32.0 + mews_pedantic: ^0.33.0 flutter: plugin: platforms: diff --git a/mews_pedantic/CHANGELOG.md b/mews_pedantic/CHANGELOG.md index 52306477..2ec7062b 100644 --- a/mews_pedantic/CHANGELOG.md +++ b/mews_pedantic/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.33.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: [DX-3397] Upgrade to DCM 1.24.2. + ## 0.32.0 > Note: This release has breaking changes. diff --git a/mews_pedantic/pubspec.yaml b/mews_pedantic/pubspec.yaml index afb6257b..95669500 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.32.0 +version: 0.33.0 repository: https://github.com/MewsSystems/mews-flutter environment: diff --git a/optimus/CHANGELOG.md b/optimus/CHANGELOG.md index bb21fd22..a7379013 100644 --- a/optimus/CHANGELOG.md +++ b/optimus/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.38.2 + + - **REFACTOR**: Fix linter issues. + - **REFACTOR**: Fix linter issues. + - **FEAT**: Design Tokens Update 7.2.0 (#700). + ## 0.38.1 - **FEAT**: [DX-2168] Improve password StatusBar transition animation (#677). diff --git a/optimus/example/pubspec.yaml b/optimus/example/pubspec.yaml index 27c8a243..22dd51d2 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.32.0 + mews_pedantic: ^0.33.0 diff --git a/optimus/pubspec.yaml b/optimus/pubspec.yaml index 70b98a3a..c4d02c16 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.38.1 +version: 0.38.2 repository: https://github.com/MewsSystems/mews-flutter environment: @@ -15,7 +15,7 @@ dependencies: flutter_svg: ^2.0.7 freezed_annotation: ">=1.0.0 <3.0.0" intl: ">=0.17.0 <0.20.0" - optimus_icons: ^0.1.1+1 + optimus_icons: ^0.1.1+2 theme_tailor_annotation: "^3.0.0" dev_dependencies: @@ -23,7 +23,7 @@ dev_dependencies: flutter_test: sdk: flutter freezed: ">=1.0.0 <3.0.0" - mews_pedantic: ^0.32.0 + mews_pedantic: ^0.33.0 theme_tailor: "^3.0.0" flutter: assets: diff --git a/optimus_icons/CHANGELOG.md b/optimus_icons/CHANGELOG.md index cfc49626..2ea0d26e 100644 --- a/optimus_icons/CHANGELOG.md +++ b/optimus_icons/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1+2 + + - **REFACTOR**: Fix linter issues. + ## 0.1.1+1 - **REFACTOR**: Fix linter issues. diff --git a/optimus_icons/pubspec.yaml b/optimus_icons/pubspec.yaml index 7015eab3..bf8acb0c 100644 --- a/optimus_icons/pubspec.yaml +++ b/optimus_icons/pubspec.yaml @@ -1,6 +1,6 @@ name: optimus_icons description: "A set of icons used for optimus." -version: 0.1.1+1 +version: 0.1.1+2 repository: https://github.com/MewsSystems/mews-flutter environment: @@ -14,7 +14,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.32.0 + mews_pedantic: ^0.33.0 path: ^1.9.0 flutter: diff --git a/optimus_widgetbook/pubspec.yaml b/optimus_widgetbook/pubspec.yaml index ed009e19..b0b81409 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.32.0 + mews_pedantic: ^0.33.0 widgetbook_generator: ^3.9.0 flutter: uses-material-design: true diff --git a/remote_logger/pubspec.yaml b/remote_logger/pubspec.yaml index 2634e129..32de826d 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.32.0 + mews_pedantic: ^0.33.0 mockito: ^5.4.4 test: ^1.25.2