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 29, 2023
1 parent 6eccf4c commit 7965616
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 9 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.0+2

- **FIX**: Add namespace field to build.gradle (#473).

## 0.5.0+1

- **REFACTOR**: Fix DCM issues.
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.20.0
mews_pedantic: ^0.21.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.0+1
version: 0.5.0+2
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mews_pedantic: ^0.20.0
mews_pedantic: ^0.21.0
flutter:
plugin:
platforms:
Expand Down
7 changes: 7 additions & 0 deletions mews_pedantic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.21.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: Add new rules from Dart 3.2.
- **BREAKING** **FEAT**: Upgrade to DCM 1.11.0.

## 0.20.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.20.0
version: 0.21.0
repository: https://github.com/MewsSystems/mews-flutter

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

> Note: This release has breaking changes.
- **REFACTOR**: Fix linter error.
- **REFACTOR**: Fix linter errors.
- **BREAKING** **REFACTOR**: Migrate to Flutter 3.16.0.

## 0.30.1

- **FEAT**: Update text input design (#467).
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.20.0
mews_pedantic: ^0.21.0
4 changes: 2 additions & 2 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.30.1
version: 0.31.0
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand All @@ -21,7 +21,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
freezed: ">=1.0.0 <3.0.0"
mews_pedantic: ^0.20.0
mews_pedantic: ^0.21.0
theme_tailor: ^2.0.0
flutter:
assets:
Expand Down
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.1.2
mews_pedantic: ^0.20.0
mews_pedantic: ^0.21.0
mockito: ^5.0.16
test: ^1.18.0
2 changes: 1 addition & 1 deletion storybook/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mews_pedantic: ^0.20.0
mews_pedantic: ^0.21.0
path: ^1.8.2
flutter:
uses-material-design: true

0 comments on commit 7965616

Please sign in to comment.