Skip to content

Commit

Permalink
chore: Release ubuntu_lints v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Dec 8, 2023
1 parent 7317963 commit 393e87d
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 12 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

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.2
test: ^1.21.0
ubuntu_lints: ^0.1.0
ubuntu_lints: ^0.2.0
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.1.0
ubuntu_lints: ^0.2.0
2 changes: 1 addition & 1 deletion packages/timezone_map/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.1.0
ubuntu_lints: ^0.2.0
7 changes: 7 additions & 0 deletions packages/ubuntu_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1.0
version: 0.2.0
homepage: https://github.com/ubuntu/ubuntu-flutter-plugins/tree/main/packages/ubuntu_lints

environment:
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,5 +21,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
ubuntu_lints: ^0.1.0
ubuntu_lints: ^0.2.0
xml: ^6.1.0
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.8.0

dev_dependencies:
ubuntu_lints: ^0.1.0
ubuntu_lints: ^0.2.0
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.1.0
ubuntu_lints: ^0.2.0
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.1.5

dev_dependencies:
ubuntu_lints: ^0.1.0
ubuntu_lints: ^0.2.0

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 @@ -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
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.1.0
ubuntu_lints: ^0.2.0
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.1.0
ubuntu_lints: ^0.2.0

flutter:
plugin:
Expand Down

0 comments on commit 393e87d

Please sign in to comment.