Skip to content

Commit 177cd91

Browse files
chore: release ubuntu_service v0.3.0 (#339)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70da5be commit 177cd91

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/ubuntu_flavor": "0.2.1",
55
"packages/ubuntu_localizations": "0.3.4",
66
"packages/ubuntu_logger": "0.1.0",
7-
"packages/ubuntu_service": "0.2.4",
7+
"packages/ubuntu_service": "0.3.0",
88
"packages/ubuntu_widgets": "0.3.0",
99
"packages/wizard_router": "1.0.4",
1010
"packages/xdg_icons": "0.0.3"

packages/ubuntu_service/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/canonical/ubuntu-flutter-plugins/compare/ubuntu_service-v0.2.4...ubuntu_service-v0.3.0) (2023-11-16)
4+
5+
6+
* **ubuntu_service:** Add generics for parameters ([#338](https://github.com/canonical/ubuntu-flutter-plugins/issues/338)) ([762f05c](https://github.com/canonical/ubuntu-flutter-plugins/commit/762f05cefaad72083063c61728a1c4db6daee95b))
7+
* **ubuntu_service:** Add parameter generics ([762f05c](https://github.com/canonical/ubuntu-flutter-plugins/commit/762f05cefaad72083063c61728a1c4db6daee95b))
8+
39
## [0.2.4](https://github.com/canonical/ubuntu-flutter-plugins/compare/ubuntu_service-v0.2.3...ubuntu_service-v0.2.4) (2023-07-18)
410

511

packages/ubuntu_service/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Simple service locator API based on GetIt.
33
homepage: https://github.com/canonical/ubuntu-flutter-plugins
44
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_service
55
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
6-
version: 0.2.4
6+
version: 0.3.0
77

88
environment:
99
sdk: '>=3.0.0 <4.0.0'

0 commit comments

Comments
 (0)