Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - kiosk_mode@0.5.0+5
 - mews_pedantic@0.30.0
 - optimus@0.37.0
 - remote_logger@0.3.0+2
  • Loading branch information
witwash committed Aug 19, 2024
1 parent 75e36f1 commit e28db7e
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 11 deletions.
4 changes: 4 additions & 0 deletions kiosk_mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0+5

- **REFACTOR**: Fix linter issues.

## 0.5.0+4

- **REFACTOR**: Fix linter issues.
Expand Down
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.29.0
mews_pedantic: ^0.30.0
flutter:
uses-material-design: true
4 changes: 2 additions & 2 deletions kiosk_mode/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kiosk_mode
description: Plugin for working with Lock Task / Guided Access modes.
version: 0.5.0+4
version: 0.5.0+5
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mews_pedantic: ^0.29.0
mews_pedantic: ^0.30.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.30.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: Upgrade to DCM 1.21.

## 0.29.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.29.0
version: 0.30.0
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand Down
11 changes: 11 additions & 0 deletions optimus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.37.0

> Note: This release has breaking changes.
- **FIX**: [DX-1926] Fix placeholder alignment in the multiline input (#646).
- **FEAT**: [DX-1203] Add OptimusSelectionCard component (#656).
- **FEAT**: [DX-1642] Update Card component (#647).
- **FEAT**: [DX-2116] Refactor Radio Circle (#657).
- **FEAT**: [DX-2052] Update ListTile alignment (#655).
- **BREAKING** **REFACTOR**: Refactor naming.

## 0.36.0

> Note: This release has breaking changes.
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.29.0
mews_pedantic: ^0.30.0
4 changes: 2 additions & 2 deletions optimus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.36.0
version: 0.37.0
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand All @@ -22,7 +22,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
freezed: ">=1.0.0 <3.0.0"
mews_pedantic: ^0.29.0
mews_pedantic: ^0.30.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.29.0
mews_pedantic: ^0.30.0

flutter:
fonts:
Expand Down
4 changes: 4 additions & 0 deletions remote_logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0+2

- **REFACTOR**: Fix linter issues.

## 0.3.0+1

- **REFACTOR**: Fix linter errors.
Expand Down
4 changes: 2 additions & 2 deletions remote_logger/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: remote_logger
description: A listener for logging library to post logs to remote storage.
version: 0.3.0+1
version: 0.3.0+2
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand All @@ -14,6 +14,6 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.8
mews_pedantic: ^0.29.0
mews_pedantic: ^0.30.0
mockito: ^5.4.4
test: ^1.25.2
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.29.0
mews_pedantic: ^0.30.0
path: ^1.9.0
flutter:
uses-material-design: true

0 comments on commit e28db7e

Please sign in to comment.