Skip to content

Commit cf4af69

Browse files
committed
chore(release): publish packages
- kiosk_mode@0.8.0 - mews_pedantic@0.41.0 - optimus@0.43.0 - optimus_icons@0.3.0 - remote_logger@0.5.0
1 parent 8b0f5bb commit cf4af69

13 files changed

Lines changed: 49 additions & 13 deletions

File tree

kiosk_mode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.8.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **REFACTOR**: Fix linter issues.
6+
- **BREAKING** **FEAT**: Migrate to Flutter 3.38 (#864).
7+
18
## 0.7.0+1
29

310
- **REFACTOR**: Fix linter issues. Apply new formatting.

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.40.0
20+
mews_pedantic: ^0.41.0
2121
flutter:
2222
uses-material-design: true

kiosk_mode/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kiosk_mode
22
description: Plugin for working with Lock Task / Guided Access modes.
3-
version: 0.7.0+1
3+
version: 0.8.0
44
repository: https://github.com/MewsSystems/mews-flutter
55

66
environment:
@@ -15,7 +15,7 @@ dependencies:
1515
dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
18-
mews_pedantic: ^0.40.0
18+
mews_pedantic: ^0.41.0
1919
flutter:
2020
plugin:
2121
platforms:

mews_pedantic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.41.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: Upgrade to DCM 1.34.
6+
- **BREAKING** **FEAT**: Migrate to Flutter 3.38 (#864).
7+
18
## 0.40.0
29

310
> Note: This release has breaking changes.

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.40.0
3+
version: 0.41.0
44
repository: https://github.com/MewsSystems/mews-flutter
55

66
environment:

optimus/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.43.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **REFACTOR**: Fix linter issues.
6+
- **FIX**: Fix feedback colors (#865).
7+
- **FEAT**: Design Tokens Update 11.0.2 (#860).
8+
- **BREAKING** **FEAT**: Migrate to Flutter 3.38 (#864).
9+
110
## 0.42.1
211

312
- **FEAT**: Add optional `maxWidth` to `Tag` (#862).

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.40.0
19+
mews_pedantic: ^0.41.0

optimus/pubspec.yaml

Lines changed: 3 additions & 3 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.42.1
3+
version: 0.43.0
44
repository: https://github.com/MewsSystems/mews-flutter
55

66
environment:
@@ -15,15 +15,15 @@ dependencies:
1515
flutter_svg: ^2.0.7
1616
freezed_annotation: ">=1.0.0 <4.0.0"
1717
intl: ">=0.17.0 <0.21.0"
18-
optimus_icons: ^0.2.1
18+
optimus_icons: ^0.3.0
1919
theme_tailor_annotation: "^3.0.0"
2020

2121
dev_dependencies:
2222
build_runner: ^2.0.4
2323
flutter_test:
2424
sdk: flutter
2525
freezed: ">=1.0.0 <4.0.0"
26-
mews_pedantic: ^0.40.0
26+
mews_pedantic: ^0.41.0
2727
theme_tailor: ^3.0.0
2828
flutter:
2929
assets:

optimus_icons/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: Migrate to Flutter 3.38 (#864).
6+
17
## 0.2.1
28

39
- **REFACTOR**: Fix linter issues. Apply new formatting.

optimus_icons/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: optimus_icons
22
description: "A set of icons used for optimus."
3-
version: 0.2.1
3+
version: 0.3.0
44
repository: https://github.com/MewsSystems/mews-flutter
55

66
environment:
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
mews_pedantic: ^0.40.0
17+
mews_pedantic: ^0.41.0
1818
path: ^1.9.0
1919

2020
flutter:

0 commit comments

Comments
 (0)