diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..918c3bd4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2023-12-08 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`ubuntu_lints` - `v0.2.0`](#ubuntu_lints---v020) + +--- + +#### `ubuntu_lints` - `v0.2.0` + + - **FIX**: Remove and fix all unnecessary ignores. + - **FEAT**: Activate ubuntu_lints. + - **FEAT**: Introduce the `ubuntu_lints` package (#336). + - **DOCS**: Update to correct name of ubuntu_lints in readme (#337). + diff --git a/packages/platform_linux/pubspec.yaml b/packages/platform_linux/pubspec.yaml index 1a524007..97cd3ba5 100644 --- a/packages/platform_linux/pubspec.yaml +++ b/packages/platform_linux/pubspec.yaml @@ -16,4 +16,4 @@ dependencies: dev_dependencies: mockito: ^5.4.2 test: ^1.21.0 - ubuntu_lints: ^0.1.0 + ubuntu_lints: ^0.2.0 diff --git a/packages/safe_change_notifier/pubspec.yaml b/packages/safe_change_notifier/pubspec.yaml index 9ce01d13..d4a710f6 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.1.0 + ubuntu_lints: ^0.2.0 diff --git a/packages/timezone_map/pubspec.yaml b/packages/timezone_map/pubspec.yaml index d215465b..73a16944 100644 --- a/packages/timezone_map/pubspec.yaml +++ b/packages/timezone_map/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: flutter_test: sdk: flutter mockito: 5.4.2 - ubuntu_lints: ^0.1.0 + ubuntu_lints: ^0.2.0 vector_graphics_compiler: ^1.1.4 flutter: diff --git a/packages/ubuntu_flavor/pubspec.yaml b/packages/ubuntu_flavor/pubspec.yaml index 87fb6ca1..b0ee9538 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.1.0 + ubuntu_lints: ^0.2.0 diff --git a/packages/ubuntu_lints/CHANGELOG.md b/packages/ubuntu_lints/CHANGELOG.md index 0c5b15b4..529dfb5e 100644 --- a/packages/ubuntu_lints/CHANGELOG.md +++ b/packages/ubuntu_lints/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0 + + - **FIX**: Remove and fix all unnecessary ignores. + - **FEAT**: Activate ubuntu_lints. + - **FEAT**: Introduce the `ubuntu_lints` package (#336). + - **DOCS**: Update to correct name of ubuntu_lints in readme (#337). + # Changelog ## 0.1.0 diff --git a/packages/ubuntu_lints/pubspec.yaml b/packages/ubuntu_lints/pubspec.yaml index 3cf317cc..070594ec 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.1.0 +version: 0.2.0 homepage: https://github.com/ubuntu/ubuntu-flutter-plugins/tree/main/packages/ubuntu_lints environment: diff --git a/packages/ubuntu_localizations/pubspec.yaml b/packages/ubuntu_localizations/pubspec.yaml index a8fad78e..66d38d5b 100644 --- a/packages/ubuntu_localizations/pubspec.yaml +++ b/packages/ubuntu_localizations/pubspec.yaml @@ -21,5 +21,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - ubuntu_lints: ^0.1.0 + ubuntu_lints: ^0.2.0 xml: ^6.1.0 diff --git a/packages/ubuntu_logger/pubspec.yaml b/packages/ubuntu_logger/pubspec.yaml index 176dea0f..40d12c66 100644 --- a/packages/ubuntu_logger/pubspec.yaml +++ b/packages/ubuntu_logger/pubspec.yaml @@ -15,4 +15,4 @@ dependencies: path: ^1.8.0 dev_dependencies: - ubuntu_lints: ^0.1.0 + ubuntu_lints: ^0.2.0 diff --git a/packages/ubuntu_service/pubspec.yaml b/packages/ubuntu_service/pubspec.yaml index a21ee86c..e94de1e4 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.1.0 + ubuntu_lints: ^0.2.0 diff --git a/packages/ubuntu_test/pubspec.yaml b/packages/ubuntu_test/pubspec.yaml index 2af17327..3af91d7d 100644 --- a/packages/ubuntu_test/pubspec.yaml +++ b/packages/ubuntu_test/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: yaru_test: ^0.1.5 dev_dependencies: - ubuntu_lints: ^0.1.0 + ubuntu_lints: ^0.2.0 flutter: assets: diff --git a/packages/ubuntu_widgets/pubspec.yaml b/packages/ubuntu_widgets/pubspec.yaml index 8ab53a35..8d95734d 100644 --- a/packages/ubuntu_widgets/pubspec.yaml +++ b/packages/ubuntu_widgets/pubspec.yaml @@ -25,5 +25,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - ubuntu_lints: ^0.1.0 + ubuntu_lints: ^0.2.0 yaru_test: ^0.1.5 diff --git a/packages/wizard_router/pubspec.yaml b/packages/wizard_router/pubspec.yaml index 69680a93..b1290061 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.1.0 + ubuntu_lints: ^0.2.0 diff --git a/packages/xdg_icons/pubspec.yaml b/packages/xdg_icons/pubspec.yaml index 873bef5d..a9ae1854 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.1.0 + ubuntu_lints: ^0.2.0 flutter: plugin: