Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-06-17

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`ubuntu_lints` - `v0.4.2`](#ubuntu_lints---v042)

---

#### `ubuntu_lints` - `v0.4.2`

- **FEAT**(ubuntu_lints): preserve trailing commas.


## 2026-05-14

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
dev_dependencies:
mockito: ^5.4.4
test: ^1.21.0
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
2 changes: 1 addition & 1 deletion packages/safe_change_notifier/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
2 changes: 1 addition & 1 deletion packages/timezone_map/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
yaru: ^10.0.0

dev_dependencies:
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion packages/timezone_map/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.4
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
vector_graphics_compiler: ^1.1.4

flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_flavor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:

dev_dependencies:
test: ^1.21.1
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
4 changes: 4 additions & 0 deletions packages/ubuntu_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2

- **FEAT**(ubuntu_lints): preserve trailing commas.

## 0.4.1+1

- **FIX**(l10n): translations update from Hosted Weblate (#451).
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_lints/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ubuntu_lints
description: Ubuntu lints package for Dart and Flutter.
version: 0.4.1+1
version: 0.4.2
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_lints
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
topics:
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_localizations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
xml: ^6.1.0

flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_logger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencies:
path: ^1.9.0

dev_dependencies:
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
2 changes: 1 addition & 1 deletion packages/ubuntu_service/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:

dev_dependencies:
test: ^1.21.1
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
2 changes: 1 addition & 1 deletion packages/ubuntu_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
yaru_test: ^0.3.4

dev_dependencies:
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2

flutter:
assets:
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_widgets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
yaru_test: ^0.3.4
2 changes: 1 addition & 1 deletion packages/wizard_router/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
wizard_router: ^1.4.1

dev_dependencies:
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion packages/wizard_router/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2
2 changes: 1 addition & 1 deletion packages/xdg_icons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
ubuntu_lints: ^0.4.1+1
ubuntu_lints: ^0.4.2

flutter:
plugin:
Expand Down
Loading