Skip to content

Commit f793753

Browse files
committed
chore(release): publish packages
- mews_pedantic@0.43.0 - optimus@0.43.3+2
1 parent 15950e4 commit f793753

10 files changed

Lines changed: 19 additions & 9 deletions

File tree

kiosk_mode/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
mews_pedantic: ^0.42.3
20+
mews_pedantic: ^0.43.0
2121
flutter:
2222
uses-material-design: true

kiosk_mode/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
18-
mews_pedantic: ^0.42.3
18+
mews_pedantic: ^0.43.0
1919
flutter:
2020
plugin:
2121
platforms:

mews_pedantic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.43.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: [GX-26200] Upgrade to DCM 1.36.
6+
17
## 0.42.3
28

39
- **FEAT**: Update rules config (#879).

mews_pedantic/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mews_pedantic
22
description: Dart and Flutter static analysis and lint rules incorporated in Mews.
3-
version: 0.42.3
3+
version: 0.43.0
44
repository: https://github.com/MewsSystems/mews-flutter
55

66
environment:

optimus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.43.3+2
2+
3+
- **REFACTOR**: Fix linter issues.
4+
15
## 0.43.3+1
26

37
- Update a dependency to the latest release.

optimus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
19-
mews_pedantic: ^0.42.3
19+
mews_pedantic: ^0.43.0

optimus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: optimus
22
description: Optimus is a design system for mobile platforms (and web in future) used internally in Mews.
3-
version: 0.43.3+1
3+
version: 0.43.3+2
44
repository: https://github.com/MewsSystems/mews-flutter
55

66
environment:
@@ -23,7 +23,7 @@ dev_dependencies:
2323
flutter_test:
2424
sdk: flutter
2525
freezed: ">=1.0.0 <4.0.0"
26-
mews_pedantic: ^0.42.3
26+
mews_pedantic: ^0.43.0
2727
theme_tailor: ^3.0.0
2828
flutter:
2929
assets:

optimus_icons/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
mews_pedantic: ^0.42.3
17+
mews_pedantic: ^0.43.0
1818
path: ^1.9.0
1919

2020
flutter:

optimus_widgetbook/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dev_dependencies:
2222
build_runner: ^2.4.12
2323
flutter_test:
2424
sdk: flutter
25-
mews_pedantic: ^0.42.3
25+
mews_pedantic: ^0.43.0
2626
widgetbook_generator: ^3.12.0
2727
flutter:
2828
uses-material-design: true

remote_logger/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies:
1414

1515
dev_dependencies:
1616
build_runner: ^2.4.8
17-
mews_pedantic: ^0.42.3
17+
mews_pedantic: ^0.43.0
1818
mockito: ^5.4.4
1919
test: ^1.25.2

0 commit comments

Comments
 (0)