Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb committed Jan 11, 2024
1 parent d37ac28 commit bd43080
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 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.22.0
mews_pedantic: ^0.23.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.22.0
mews_pedantic: ^0.23.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.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.
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.22.0
version: 0.23.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.22.0
mews_pedantic: ^0.23.0
2 changes: 1 addition & 1 deletion optimus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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.1.2
mews_pedantic: ^0.22.0
mews_pedantic: ^0.23.0
mockito: ^5.0.16
test: ^1.18.0
2 changes: 1 addition & 1 deletion storybook/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd43080

Please sign in to comment.