Skip to content

Commit 5f05362

Browse files
authored
Merge pull request #705 from MewsSystems/release-2024-11-21
chore(release): publish packages
2 parents 89c5a03 + 28df6aa commit 5f05362

File tree

12 files changed

+32
-12
lines changed

12 files changed

+32
-12
lines changed

kiosk_mode/CHANGELOG.md

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

37
- **FEAT**: Upgrade `kiosk_mode` (#695).

kiosk_mode/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ dependencies:
1616
dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
19-
mews_pedantic: ^0.32.0
19+
mews_pedantic: ^0.33.0
2020
flutter:
2121
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.5.1
3+
version: 0.5.1+1
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.32.0
18+
mews_pedantic: ^0.33.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.33.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: [DX-3397] Upgrade to DCM 1.24.2.
6+
17
## 0.32.0
28

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

66
environment:

optimus/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.38.2
2+
3+
- **REFACTOR**: Fix linter issues.
4+
- **REFACTOR**: Fix linter issues.
5+
- **FEAT**: Design Tokens Update 7.2.0 (#700).
6+
17
## 0.38.1
28

39
- **FEAT**: [DX-2168] Improve password StatusBar transition animation (#677).

optimus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencies:
1515
dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
18-
mews_pedantic: ^0.32.0
18+
mews_pedantic: ^0.33.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.38.1
3+
version: 0.38.2
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 <3.0.0"
1717
intl: ">=0.17.0 <0.20.0"
18-
optimus_icons: ^0.1.1+1
18+
optimus_icons: ^0.1.1+2
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 <3.0.0"
26-
mews_pedantic: ^0.32.0
26+
mews_pedantic: ^0.33.0
2727
theme_tailor: "^3.0.0"
2828
flutter:
2929
assets:

optimus_icons/CHANGELOG.md

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

37
- **REFACTOR**: Fix linter issues.

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.1.1+1
3+
version: 0.1.1+2
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.32.0
17+
mews_pedantic: ^0.33.0
1818
path: ^1.9.0
1919

2020
flutter:

0 commit comments

Comments
 (0)