Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish packages #450

Merged
merged 1 commit into from
Oct 14, 2024
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
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0
ubuntu_lints: ^0.4.1
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.0
ubuntu_lints: ^0.4.1
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: ^4.1.0

dev_dependencies:
ubuntu_lints: ^0.4.0
ubuntu_lints: ^0.4.1
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.0
ubuntu_lints: ^0.4.1
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.0
ubuntu_lints: ^0.4.1
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.1

- **FIX**(deps): update dependency flutter_lints to v5 (#446).

## 0.4.0

> Note: This release has breaking changes.
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.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:
Expand Down
4 changes: 4 additions & 0 deletions packages/ubuntu_localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1

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

## 0.5.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/ubuntu_localizations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
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.0
ubuntu_lints: ^0.4.1
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.0
ubuntu_lints: ^0.4.1
4 changes: 4 additions & 0 deletions packages/ubuntu_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2

- Bump dependencies

## 0.2.1

## 0.2.0
Expand Down
6 changes: 3 additions & 3 deletions packages/ubuntu_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions packages/ubuntu_widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions packages/ubuntu_widgets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
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.0

dev_dependencies:
ubuntu_lints: ^0.4.0
ubuntu_lints: ^0.4.1

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.0
ubuntu_lints: ^0.4.1
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.0
ubuntu_lints: ^0.4.1

flutter:
plugin:
Expand Down
Loading