Skip to content

Commit 386eab1

Browse files
chore: release ubuntu_flavor v0.2.1 (#303)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85f9e99 commit 386eab1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/platform_linux": "0.1.1",
33
"packages/safe_change_notifier": "0.3.0",
4-
"packages/ubuntu_flavor": "0.2.0",
4+
"packages/ubuntu_flavor": "0.2.1",
55
"packages/ubuntu_localizations": "0.3.4",
66
"packages/ubuntu_logger": "0.0.3",
77
"packages/ubuntu_service": "0.2.3",

packages/ubuntu_flavor/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/canonical/ubuntu-flutter-plugins/compare/ubuntu_flavor-v0.2.0...ubuntu_flavor-v0.2.1) (2023-07-18)
4+
5+
6+
* **github:** remove old workflows ([154593c](https://github.com/canonical/ubuntu-flutter-plugins/commit/154593c71e41672e830d3dc208231de10fd86b4e))
7+
* mv / packages/ubuntu_flavor/ ([d37b111](https://github.com/canonical/ubuntu-flutter-plugins/commit/d37b111614b0b0b0767e335a2e590a1694d2a2fb))
8+
* remove codecov.yaml from newly imported packages ([486f0f6](https://github.com/canonical/ubuntu-flutter-plugins/commit/486f0f696ab14f9d068a1cbae561152834c3a129))
9+
* **renovate:** clean up old renovate configs ([af1126b](https://github.com/canonical/ubuntu-flutter-plugins/commit/af1126ba62d60fb411ddb0b29e326f0f51a6b297))
10+
* update links ([#299](https://github.com/canonical/ubuntu-flutter-plugins/issues/299)) ([e679e3b](https://github.com/canonical/ubuntu-flutter-plugins/commit/e679e3b3a8a6316a0fc56e9695a6798d26f3929b))
11+
312
## 0.2.0 (2023-06-22)
413

514
## What's Changed

packages/ubuntu_flavor/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Detect Ubuntu flavor
33
homepage: https://github.com/canonical/ubuntu-flutter-plugins
44
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_flavor
55
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
6-
version: 0.2.0
6+
version: 0.2.1
77

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

0 commit comments

Comments
 (0)