Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Nov 21, 2024
1 parent 89c5a03 commit 28df6aa
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 12 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.1+1

- **REFACTOR**: Fix linter issues.

## 0.5.1

- **FEAT**: Upgrade `kiosk_mode` (#695).
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.32.0
mews_pedantic: ^0.33.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.1
version: 0.5.1+1
repository: https://github.com/MewsSystems/mews-flutter

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

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: [DX-3397] Upgrade to DCM 1.24.2.

## 0.32.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.32.0
version: 0.33.0
repository: https://github.com/MewsSystems/mews-flutter

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

- **REFACTOR**: Fix linter issues.
- **REFACTOR**: Fix linter issues.
- **FEAT**: Design Tokens Update 7.2.0 (#700).

## 0.38.1

- **FEAT**: [DX-2168] Improve password StatusBar transition animation (#677).
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.32.0
mews_pedantic: ^0.33.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.38.1
version: 0.38.2
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+1
optimus_icons: ^0.1.1+2
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.32.0
mews_pedantic: ^0.33.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+2

- **REFACTOR**: Fix linter issues.

## 0.1.1+1

- **REFACTOR**: Fix linter issues.
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+1
version: 0.1.1+2
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mews_pedantic: ^0.32.0
mews_pedantic: ^0.33.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.12
flutter_test:
sdk: flutter
mews_pedantic: ^0.32.0
mews_pedantic: ^0.33.0
widgetbook_generator: ^3.9.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.32.0
mews_pedantic: ^0.33.0
mockito: ^5.4.4
test: ^1.25.2

0 comments on commit 28df6aa

Please sign in to comment.