Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - mews_pedantic@0.31.0
 - optimus@0.38.0
 - optimus_icons@0.1.1+1
  • Loading branch information
witwash committed Sep 23, 2024
1 parent 425e71e commit 950a2fb
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 12 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.30.0
mews_pedantic: ^0.31.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.30.0
mews_pedantic: ^0.31.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.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.
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.30.0
version: 0.31.0
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand Down
13 changes: 13 additions & 0 deletions optimus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.30.0
mews_pedantic: ^0.31.0
6 changes: 3 additions & 3 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.37.0+1
version: 0.38.0
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand All @@ -15,15 +15,15 @@ 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:
build_runner: ^2.0.4
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:
Expand Down
4 changes: 4 additions & 0 deletions optimus_icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1+1

- **REFACTOR**: Fix linter issues.

## 0.1.1

- **FEAT**: [DX-1216] Add 24x24 icons.
Expand Down
4 changes: 2 additions & 2 deletions optimus_icons/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
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.11
flutter_test:
sdk: flutter
mews_pedantic: ^0.30.0
mews_pedantic: ^0.31.0
widgetbook_generator: ^3.8.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.30.0
mews_pedantic: ^0.31.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,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

0 comments on commit 950a2fb

Please sign in to comment.