diff --git a/CHANGELOG.md b/CHANGELOG.md index 53441766..3ff0c529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-10-14 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`ubuntu_lints` - `v0.4.1`](#ubuntu_lints---v041) + - [`ubuntu_localizations` - `v0.5.1`](#ubuntu_localizations---v051) + - [`ubuntu_widgets` - `v0.7.1`](#ubuntu_widgets---v071) + - [`ubuntu_test` - `v0.2.2`](#ubuntu_test---v022) + +--- + +#### `ubuntu_lints` - `v0.4.1` + + - **FIX**(deps): update dependency flutter_lints to v5 (#446). + +#### `ubuntu_localizations` - `v0.5.1` + + - **FIX**(l10n): translations update from Hosted Weblate (#445). + +#### `ubuntu_widgets` - `v0.7.1` + + - **FIX**: MenuButtonBuilder only find render object when mounted (#449). + +#### `ubuntu_test` - `v0.2.2` + + - Bump dependencies + + ## 2024-09-19 ### Changes diff --git a/packages/platform_linux/pubspec.yaml b/packages/platform_linux/pubspec.yaml index 4e890782..1035bcf6 100644 --- a/packages/platform_linux/pubspec.yaml +++ b/packages/platform_linux/pubspec.yaml @@ -16,4 +16,4 @@ dependencies: dev_dependencies: mockito: 5.4.4 test: ^1.21.0 - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 diff --git a/packages/safe_change_notifier/pubspec.yaml b/packages/safe_change_notifier/pubspec.yaml index 01281d6c..ff042d4f 100644 --- a/packages/safe_change_notifier/pubspec.yaml +++ b/packages/safe_change_notifier/pubspec.yaml @@ -19,4 +19,4 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 diff --git a/packages/timezone_map/example/pubspec.yaml b/packages/timezone_map/example/pubspec.yaml index 085eb7da..ec46ff09 100644 --- a/packages/timezone_map/example/pubspec.yaml +++ b/packages/timezone_map/example/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: yaru: ^4.1.0 dev_dependencies: - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 flutter_test: sdk: flutter diff --git a/packages/timezone_map/pubspec.yaml b/packages/timezone_map/pubspec.yaml index 90a98d54..d62faff3 100644 --- a/packages/timezone_map/pubspec.yaml +++ b/packages/timezone_map/pubspec.yaml @@ -27,7 +27,7 @@ dev_dependencies: flutter_test: sdk: flutter mockito: 5.4.4 - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 vector_graphics_compiler: ^1.1.4 flutter: diff --git a/packages/ubuntu_flavor/pubspec.yaml b/packages/ubuntu_flavor/pubspec.yaml index 31618864..f78cb191 100644 --- a/packages/ubuntu_flavor/pubspec.yaml +++ b/packages/ubuntu_flavor/pubspec.yaml @@ -14,4 +14,4 @@ dependencies: dev_dependencies: test: ^1.21.1 - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 diff --git a/packages/ubuntu_lints/CHANGELOG.md b/packages/ubuntu_lints/CHANGELOG.md index 74fe6761..82aa3a3e 100644 --- a/packages/ubuntu_lints/CHANGELOG.md +++ b/packages/ubuntu_lints/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + + - **FIX**(deps): update dependency flutter_lints to v5 (#446). + ## 0.4.0 > Note: This release has breaking changes. diff --git a/packages/ubuntu_lints/pubspec.yaml b/packages/ubuntu_lints/pubspec.yaml index 0dce2cc1..904e5bde 100644 --- a/packages/ubuntu_lints/pubspec.yaml +++ b/packages/ubuntu_lints/pubspec.yaml @@ -1,6 +1,6 @@ name: ubuntu_lints description: Ubuntu lints package for Dart and Flutter. -version: 0.4.0 +version: 0.4.1 repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_lints issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues topics: diff --git a/packages/ubuntu_localizations/CHANGELOG.md b/packages/ubuntu_localizations/CHANGELOG.md index a1bcb0f6..7ed05589 100644 --- a/packages/ubuntu_localizations/CHANGELOG.md +++ b/packages/ubuntu_localizations/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.1 + + - **FIX**(l10n): translations update from Hosted Weblate (#445). + ## 0.5.0 > Note: This release has breaking changes. diff --git a/packages/ubuntu_localizations/pubspec.yaml b/packages/ubuntu_localizations/pubspec.yaml index 034676d4..8c2dc720 100644 --- a/packages/ubuntu_localizations/pubspec.yaml +++ b/packages/ubuntu_localizations/pubspec.yaml @@ -3,7 +3,7 @@ description: Provides extra localizations for Ubuntu applications. homepage: https://github.com/canonical/ubuntu-flutter-plugins repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_localizations issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues -version: 0.5.0 +version: 0.5.1 environment: sdk: '>=3.0.0 <4.0.0' @@ -21,5 +21,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 xml: ^6.1.0 diff --git a/packages/ubuntu_logger/pubspec.yaml b/packages/ubuntu_logger/pubspec.yaml index 3fa1ec8b..d0c75780 100644 --- a/packages/ubuntu_logger/pubspec.yaml +++ b/packages/ubuntu_logger/pubspec.yaml @@ -15,4 +15,4 @@ dependencies: path: ^1.9.0 dev_dependencies: - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 diff --git a/packages/ubuntu_service/pubspec.yaml b/packages/ubuntu_service/pubspec.yaml index 999d7d2c..0ebcf889 100644 --- a/packages/ubuntu_service/pubspec.yaml +++ b/packages/ubuntu_service/pubspec.yaml @@ -14,4 +14,4 @@ dependencies: dev_dependencies: test: ^1.21.1 - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 diff --git a/packages/ubuntu_test/CHANGELOG.md b/packages/ubuntu_test/CHANGELOG.md index d1603a98..00fc710b 100644 --- a/packages/ubuntu_test/CHANGELOG.md +++ b/packages/ubuntu_test/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.2 + + - Bump dependencies + ## 0.2.1 ## 0.2.0 diff --git a/packages/ubuntu_test/pubspec.yaml b/packages/ubuntu_test/pubspec.yaml index 59f0d6b3..d70e130d 100644 --- a/packages/ubuntu_test/pubspec.yaml +++ b/packages/ubuntu_test/pubspec.yaml @@ -3,7 +3,7 @@ description: Provides test extensions for Ubuntu applications. homepage: https://github.com/canonical/ubuntu-flutter-plugins repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_test issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues -version: 0.2.1 +version: 0.2.2 environment: sdk: ">=3.0.0 <4.0.0" @@ -19,11 +19,11 @@ dependencies: sdk: flutter matcher: ^0.12.16+1 mockito: ^5.4.4 - ubuntu_localizations: ^0.5.0 + ubuntu_localizations: ^0.5.1 yaru_test: ^0.2.0 dev_dependencies: - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 flutter: assets: diff --git a/packages/ubuntu_widgets/CHANGELOG.md b/packages/ubuntu_widgets/CHANGELOG.md index e06f8116..92e9524c 100644 --- a/packages/ubuntu_widgets/CHANGELOG.md +++ b/packages/ubuntu_widgets/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.1 + + - **FIX**: MenuButtonBuilder only find render object when mounted (#449). + ## 0.7.0 > Note: This release has breaking changes. diff --git a/packages/ubuntu_widgets/pubspec.yaml b/packages/ubuntu_widgets/pubspec.yaml index 5f64afed..254ed0ed 100644 --- a/packages/ubuntu_widgets/pubspec.yaml +++ b/packages/ubuntu_widgets/pubspec.yaml @@ -4,7 +4,7 @@ description: | homepage: https://github.com/canonical/ubuntu-flutter-plugins repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_widgets issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues -version: 0.7.0 +version: 0.7.1 environment: sdk: ">=3.0.0 <4.0.0" @@ -17,11 +17,11 @@ dependencies: sdk: flutter form_field_validator: ^1.1.0 password_strength: ^0.2.0 - ubuntu_localizations: ^0.5.0 + ubuntu_localizations: ^0.5.1 yaru: ^5.1.0 dev_dependencies: flutter_test: sdk: flutter - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 yaru_test: ^0.2.0 diff --git a/packages/wizard_router/example/pubspec.yaml b/packages/wizard_router/example/pubspec.yaml index eb5c204a..84f47459 100644 --- a/packages/wizard_router/example/pubspec.yaml +++ b/packages/wizard_router/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: wizard_router: ^1.4.0 dev_dependencies: - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 flutter: uses-material-design: true diff --git a/packages/wizard_router/pubspec.yaml b/packages/wizard_router/pubspec.yaml index 075fbee3..26097bbf 100644 --- a/packages/wizard_router/pubspec.yaml +++ b/packages/wizard_router/pubspec.yaml @@ -21,4 +21,4 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 diff --git a/packages/xdg_icons/pubspec.yaml b/packages/xdg_icons/pubspec.yaml index 98ed7bb1..4f397287 100644 --- a/packages/xdg_icons/pubspec.yaml +++ b/packages/xdg_icons/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - ubuntu_lints: ^0.4.0 + ubuntu_lints: ^0.4.1 flutter: plugin: