Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/ubuntu_flavor": "0.2.0",
"packages/ubuntu_localizations": "0.3.4",
"packages/ubuntu_logger": "0.0.3",
"packages/ubuntu_service": "0.2.3",
"packages/ubuntu_service": "0.2.4",
"packages/ubuntu_widgets": "0.1.2",
"packages/wizard_router": "1.0.2",
"packages/xdg_icons": "0.0.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/ubuntu_service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.4](https://github.com/canonical/ubuntu-flutter-plugins/compare/ubuntu_service-v0.2.3...ubuntu_service-v0.2.4) (2023-07-18)


* add changelog titles for release-please ([7ab08b5](https://github.com/canonical/ubuntu-flutter-plugins/commit/7ab08b564ce1c4819f0a5245f9d814baa492e5da))
* fix changelogs ([e80a5a7](https://github.com/canonical/ubuntu-flutter-plugins/commit/e80a5a75e31e983bf6ebad7d7ba76f26f98ccbbc))
* **github:** remove old workflows ([154593c](https://github.com/canonical/ubuntu-flutter-plugins/commit/154593c71e41672e830d3dc208231de10fd86b4e))
* move / packages/ubuntu_service ([019e934](https://github.com/canonical/ubuntu-flutter-plugins/commit/019e934e5161d02a7aaee4d9e71c37bb152a200a))
* remove codecov.yaml from newly imported packages ([486f0f6](https://github.com/canonical/ubuntu-flutter-plugins/commit/486f0f696ab14f9d068a1cbae561152834c3a129))
* **renovate:** clean up old renovate configs ([af1126b](https://github.com/canonical/ubuntu-flutter-plugins/commit/af1126ba62d60fb411ddb0b29e326f0f51a6b297))
* update links ([#299](https://github.com/canonical/ubuntu-flutter-plugins/issues/299)) ([e679e3b](https://github.com/canonical/ubuntu-flutter-plugins/commit/e679e3b3a8a6316a0fc56e9695a6798d26f3929b))

## 0.2.3 (2023-06-14)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_service/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Simple service locator API based on GetIt.
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_service
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 0.2.3
version: 0.2.4

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down