diff --git a/.github/workflows/dcm.yml b/.github/workflows/dcm.yml index 973772e6..5577090f 100644 --- a/.github/workflows/dcm.yml +++ b/.github/workflows/dcm.yml @@ -16,7 +16,7 @@ jobs: uses: CQLabs/setup-dcm@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - version: "1.22.0" + version: "1.22.1" - uses: ./.github/actions/setup diff --git a/kiosk_mode/example/pubspec.yaml b/kiosk_mode/example/pubspec.yaml index dca281c9..e57cd0b3 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.30.0 + mews_pedantic: ^0.31.0 flutter: uses-material-design: true diff --git a/kiosk_mode/pubspec.yaml b/kiosk_mode/pubspec.yaml index f9990b19..715644c9 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.30.0 + mews_pedantic: ^0.31.0 flutter: plugin: platforms: diff --git a/mews_pedantic/CHANGELOG.md b/mews_pedantic/CHANGELOG.md index a466fa3b..eaaa68df 100644 --- a/mews_pedantic/CHANGELOG.md +++ b/mews_pedantic/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.31.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: Upgrade to DCM 1.22.0. + ## 0.30.0 > Note: This release has breaking changes. diff --git a/mews_pedantic/pubspec.yaml b/mews_pedantic/pubspec.yaml index 7ede11af..9e4e6d15 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.30.0 +version: 0.31.0 repository: https://github.com/MewsSystems/mews-flutter environment: diff --git a/optimus/CHANGELOG.md b/optimus/CHANGELOG.md index b0849a61..d6640876 100644 --- a/optimus/CHANGELOG.md +++ b/optimus/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.38.0 + +> Note: This release has breaking changes. + + - **REFACTOR**: Fix linter issues. + - **FIX**: [DX-2180] Fix dialog border (#679). + - **FIX**: [DX-2181] Fix prefix aspect ratio being wrong (#680). + - **FIX**: [DX-2051] Fix OptimusTab title overflow (#666). + - **FEAT**: [DX-1641] Add Pictogram component (#676). + - **FEAT**: Design Tokens Update 7.1.0 (#670). + - **BREAKING** **FEAT**: [DX-2054] Update NavListTile design (#665). + - **BREAKING** **BUILD**: Upgrade to Flutter 3.24 (#674). + ## 0.37.0+1 - Update a dependency to the latest release. diff --git a/optimus/example/pubspec.yaml b/optimus/example/pubspec.yaml index a38baaa0..a8eece08 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.30.0 + mews_pedantic: ^0.31.0 diff --git a/optimus/pubspec.yaml b/optimus/pubspec.yaml index 75a86bdf..27f9bc2b 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.37.0+1 +version: 0.38.0 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 + optimus_icons: ^0.1.1+1 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.30.0 + mews_pedantic: ^0.31.0 theme_tailor: "^3.0.0" flutter: assets: diff --git a/optimus_icons/CHANGELOG.md b/optimus_icons/CHANGELOG.md index 1fa7e5a2..cfc49626 100644 --- a/optimus_icons/CHANGELOG.md +++ b/optimus_icons/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1+1 + + - **REFACTOR**: Fix linter issues. + ## 0.1.1 - **FEAT**: [DX-1216] Add 24x24 icons. diff --git a/optimus_icons/pubspec.yaml b/optimus_icons/pubspec.yaml index af9bc34f..eb8093d8 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 +version: 0.1.1+1 repository: https://github.com/MewsSystems/mews-flutter environment: @@ -14,7 +14,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.30.0 + mews_pedantic: ^0.31.0 path: ^1.9.0 flutter: diff --git a/optimus_widgetbook/pubspec.yaml b/optimus_widgetbook/pubspec.yaml index 8fc20346..5e03153c 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.30.0 + mews_pedantic: ^0.31.0 widgetbook_generator: ^3.9.0 flutter: uses-material-design: true diff --git a/remote_logger/pubspec.yaml b/remote_logger/pubspec.yaml index 3eba3d28..21ff04c3 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.30.0 + mews_pedantic: ^0.31.0 mockito: ^5.4.4 test: ^1.25.2 diff --git a/storybook/pubspec.yaml b/storybook/pubspec.yaml index 18e87b57..64a7d2bf 100644 --- a/storybook/pubspec.yaml +++ b/storybook/pubspec.yaml @@ -18,6 +18,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - mews_pedantic: ^0.30.0 + mews_pedantic: ^0.31.0 flutter: uses-material-design: true