Skip to content

Commit 82318b7

Browse files
authored
chore(release): Publish packages (#489)
Changelog and version updates. - [email protected]+1 - [email protected]+1 - [email protected]+1 - [email protected]+1 - [email protected]+2 - [email protected]+1 - [email protected]+1 - [email protected]+1 - [email protected]+1 - [email protected] - [email protected] Once this is approved I can try to publish from this branch locally.
1 parent 2561b67 commit 82318b7

File tree

27 files changed

+156
-31
lines changed

27 files changed

+156
-31
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,82 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-06-13
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`platform_linux` - `v0.1.2+1`](#platform_linux---v0121)
19+
- [`safe_change_notifier` - `v0.4.0+1`](#safe_change_notifier---v0401)
20+
- [`ubuntu_flavor` - `v0.5.0+1`](#ubuntu_flavor---v0501)
21+
- [`ubuntu_lints` - `v0.4.1+1`](#ubuntu_lints---v0411)
22+
- [`ubuntu_localizations` - `v0.5.2+2`](#ubuntu_localizations---v0522)
23+
- [`ubuntu_logger` - `v0.2.1+1`](#ubuntu_logger---v0211)
24+
- [`ubuntu_service` - `v0.4.0+1`](#ubuntu_service---v0401)
25+
- [`ubuntu_test` - `v0.2.3+1`](#ubuntu_test---v0231)
26+
- [`ubuntu_widgets` - `v0.7.2+1`](#ubuntu_widgets---v0721)
27+
- [`wizard_router` - `v1.4.1`](#wizard_router---v141)
28+
- [`xdg_icons` - `v0.1.2`](#xdg_icons---v012)
29+
30+
---
31+
32+
#### `platform_linux` - `v0.1.2+1`
33+
34+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
35+
36+
#### `safe_change_notifier` - `v0.4.0+1`
37+
38+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
39+
40+
#### `ubuntu_flavor` - `v0.5.0+1`
41+
42+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
43+
44+
#### `ubuntu_lints` - `v0.4.1+1`
45+
46+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
47+
48+
#### `ubuntu_localizations` - `v0.5.2+2`
49+
50+
- **FIX**(ubuntu_localizations): use fallback if locale is 'POSIX' or 'und' (#476).
51+
- **FIX**(l10n): translations update from Hosted Weblate (#467).
52+
- **FIX**(l10n): translations update from Hosted Weblate (#461).
53+
- **FIX**(l10n): translations update from Hosted Weblate (#459).
54+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
55+
56+
#### `ubuntu_logger` - `v0.2.1+1`
57+
58+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
59+
60+
#### `ubuntu_service` - `v0.4.0+1`
61+
62+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
63+
64+
#### `ubuntu_test` - `v0.2.3+1`
65+
66+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
67+
68+
#### `ubuntu_widgets` - `v0.7.2+1`
69+
70+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
71+
72+
#### `wizard_router` - `v1.4.1`
73+
74+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
75+
76+
#### `xdg_icons` - `v0.1.2`
77+
78+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
79+
- **FEAT**(xdg_icons): replace flutter_svg dependency with jovial_svg (#475).
80+
81+
682
## 2024-10-14
783

884
### Changes

packages/platform_linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2+1
2+
3+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
4+
15
## 0.1.2
26

37
- **REFACTOR**: Apply ubuntu lints to all packages (#340).

packages/platform_linux/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
homepage: https://github.com/canonical/ubuntu-flutter-plugins
66
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/platform_linux
77
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
8-
version: 0.1.2
8+
version: 0.1.2+1
99

1010
environment:
1111
sdk: '>=3.0.0 <4.0.0'
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
mockito: 5.4.4
1818
test: ^1.21.0
19-
ubuntu_lints: ^0.4.1
19+
ubuntu_lints: ^0.4.1+1

packages/safe_change_notifier/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0+1
2+
3+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
4+
15
## 0.4.0
26

37
> Note: This release has breaking changes.

packages/safe_change_notifier/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
homepage: https://github.com/canonical/ubuntu-flutter-plugins
66
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/safe_change_notifier
77
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
8-
version: 0.4.0
8+
version: 0.4.0+1
99

1010
environment:
1111
sdk: ">=3.0.0 <4.0.0"
@@ -19,4 +19,4 @@ dependencies:
1919
dev_dependencies:
2020
flutter_test:
2121
sdk: flutter
22-
ubuntu_lints: ^0.4.1
22+
ubuntu_lints: ^0.4.1+1

packages/timezone_map/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
yaru: ">=6.0.0 <9.0.0"
1313

1414
dev_dependencies:
15-
ubuntu_lints: ^0.4.1
15+
ubuntu_lints: ^0.4.1+1
1616
flutter_test:
1717
sdk: flutter
1818

packages/timezone_map/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
meta: ^1.15.0
1919
path: ^1.9.0
2020
rbush: ^1.1.0
21-
safe_change_notifier: ^0.4.0
21+
safe_change_notifier: ^0.4.0+1
2222
vector_graphics: ^1.1.4
2323
xml: ^6.1.0
2424

@@ -27,7 +27,7 @@ dev_dependencies:
2727
flutter_test:
2828
sdk: flutter
2929
mockito: 5.4.4
30-
ubuntu_lints: ^0.4.1
30+
ubuntu_lints: ^0.4.1+1
3131
vector_graphics_compiler: ^1.1.4
3232

3333
flutter:

packages/ubuntu_flavor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0+1
2+
3+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
4+
15
## 0.5.0
26

37
> Note: This release has breaking changes.

packages/ubuntu_flavor/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ 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.5.0
6+
version: 0.5.0+1
77

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

1111
dependencies:
1212
meta: ^1.15.0
13-
platform_linux: ^0.1.2
13+
platform_linux: ^0.1.2+1
1414

1515
dev_dependencies:
1616
test: ^1.21.1
17-
ubuntu_lints: ^0.4.1
17+
ubuntu_lints: ^0.4.1+1

packages/ubuntu_lints/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1+1
2+
3+
- **FIX**(l10n): translations update from Hosted Weblate (#451).
4+
15
## 0.4.1
26

37
- **FIX**(deps): update dependency flutter_lints to v5 (#446).

0 commit comments

Comments
 (0)