Skip to content

Commit b096dc4

Browse files
authored
chore: release packages (#479)
Releases new versions of the following packages: - `ubuntu_localizations` `0.5.2` (migrated to Flutter `>=3.27` with minor changes) - `ubuntu_test` `0.2.3` (updated `yaru_test` to `^0.3.0`) - `ubuntu_widgets` `0.7.2` (updated `yaru` to `>=6.0.0 <8.0.0`) (I'll manually release those after merging the PR and will have a look at the automated release workflows later) UDENG-6586
1 parent 166696a commit b096dc4

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

packages/ubuntu_localizations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.2
2+
3+
- **CHORE**: Bump Flutter to 3.27.4
4+
15
## 0.5.1
26

37
- **FIX**(l10n): translations update from Hosted Weblate (#445).

packages/ubuntu_localizations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Provides extra localizations for Ubuntu applications.
33
homepage: https://github.com/canonical/ubuntu-flutter-plugins
44
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_localizations
55
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
6-
version: 0.5.1
6+
version: 0.5.2
77

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

packages/ubuntu_test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.3
2+
3+
- **CHORE**: Bump yaru_test and flutter_html
4+
15
## 0.2.2
26

37
- Bump dependencies

packages/ubuntu_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Provides test extensions for Ubuntu applications.
33
homepage: https://github.com/canonical/ubuntu-flutter-plugins
44
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_test
55
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
6-
version: 0.2.2
6+
version: 0.2.3
77

88
environment:
99
sdk: ">=3.0.0 <4.0.0"
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
flutter_html: ^3.0.0-beta.2
15+
flutter_html: ^3.0.0
1616
flutter_markdown: ^0.7.3+1
1717
flutter_svg: ^2.0.10+1
1818
flutter_test:

packages/ubuntu_widgets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.2
2+
3+
- **CHORE**: Bump yaru version
4+
15
## 0.7.1
26

37
- **FIX**: MenuButtonBuilder only find render object when mounted (#449).

packages/ubuntu_widgets/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |
44
homepage: https://github.com/canonical/ubuntu-flutter-plugins
55
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_widgets
66
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
7-
version: 0.7.1
7+
version: 0.7.2
88

99
environment:
1010
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)