Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - mews_pedantic@0.32.0
  • Loading branch information
witwash committed Oct 21, 2024
1 parent baf4246 commit d880729
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kiosk_mode/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mews_pedantic: ^0.31.1
mews_pedantic: ^0.32.0
flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion kiosk_mode/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mews_pedantic: ^0.31.1
mews_pedantic: ^0.32.0
flutter:
plugin:
platforms:
Expand Down
6 changes: 6 additions & 0 deletions mews_pedantic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.32.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: [DX-3266] Upgrade to DCM 1.23.

## 0.31.1

- **FEAT**: [DX-2293] Update rules.
Expand Down
2 changes: 1 addition & 1 deletion mews_pedantic/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mews_pedantic
description: Dart and Flutter static analysis and lint rules incorporated in Mews.
version: 0.31.1
version: 0.32.0
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion optimus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mews_pedantic: ^0.31.1
mews_pedantic: ^0.32.0
2 changes: 1 addition & 1 deletion optimus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
freezed: ">=1.0.0 <3.0.0"
mews_pedantic: ^0.31.1
mews_pedantic: ^0.32.0
theme_tailor: "^3.0.0"
flutter:
assets:
Expand Down
2 changes: 1 addition & 1 deletion optimus_icons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mews_pedantic: ^0.31.1
mews_pedantic: ^0.32.0
path: ^1.9.0

flutter:
Expand Down
2 changes: 1 addition & 1 deletion optimus_widgetbook/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dev_dependencies:
build_runner: ^2.4.12
flutter_test:
sdk: flutter
mews_pedantic: ^0.31.1
mews_pedantic: ^0.32.0
widgetbook_generator: ^3.9.0
flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion remote_logger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.8
mews_pedantic: ^0.31.1
mews_pedantic: ^0.32.0
mockito: ^5.4.4
test: ^1.25.2

0 comments on commit d880729

Please sign in to comment.