Skip to content

Commit b36861f

Browse files
chore: release ubuntu_service v0.2.4 (#302)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 386eab1 commit b36861f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.0.3",
7-
"packages/ubuntu_service": "0.2.3",
7+
"packages/ubuntu_service": "0.2.4",
88
"packages/ubuntu_widgets": "0.1.2",
99
"packages/wizard_router": "1.0.2",
1010
"packages/xdg_icons": "0.0.1"

packages/ubuntu_service/CHANGELOG.md

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

3+
## [0.2.4](https://github.com/canonical/ubuntu-flutter-plugins/compare/ubuntu_service-v0.2.3...ubuntu_service-v0.2.4) (2023-07-18)
4+
5+
6+
* add changelog titles for release-please ([7ab08b5](https://github.com/canonical/ubuntu-flutter-plugins/commit/7ab08b564ce1c4819f0a5245f9d814baa492e5da))
7+
* fix changelogs ([e80a5a7](https://github.com/canonical/ubuntu-flutter-plugins/commit/e80a5a75e31e983bf6ebad7d7ba76f26f98ccbbc))
8+
* **github:** remove old workflows ([154593c](https://github.com/canonical/ubuntu-flutter-plugins/commit/154593c71e41672e830d3dc208231de10fd86b4e))
9+
* move / packages/ubuntu_service ([019e934](https://github.com/canonical/ubuntu-flutter-plugins/commit/019e934e5161d02a7aaee4d9e71c37bb152a200a))
10+
* remove codecov.yaml from newly imported packages ([486f0f6](https://github.com/canonical/ubuntu-flutter-plugins/commit/486f0f696ab14f9d068a1cbae561152834c3a129))
11+
* **renovate:** clean up old renovate configs ([af1126b](https://github.com/canonical/ubuntu-flutter-plugins/commit/af1126ba62d60fb411ddb0b29e326f0f51a6b297))
12+
* update links ([#299](https://github.com/canonical/ubuntu-flutter-plugins/issues/299)) ([e679e3b](https://github.com/canonical/ubuntu-flutter-plugins/commit/e679e3b3a8a6316a0fc56e9695a6798d26f3929b))
13+
314
## 0.2.3 (2023-06-14)
415

516
## What's Changed

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.3
6+
version: 0.2.4
77

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

0 commit comments

Comments
 (0)