Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Sep 18, 2024
1 parent 57e429f commit b7a2dd6
Show file tree
Hide file tree
Showing 22 changed files with 136 additions and 15 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,70 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-09-18

### Changes

---

Packages with breaking changes:

- [`ubuntu_test` - `v0.2.0`](#ubuntu_test---v020)
- [`wizard_router` - `v1.3.0`](#wizard_router---v130)
- [`safe_change_notifier` - `v0.4.0`](#safe_change_notifier---v040)
- [`ubuntu_flavor` - `v0.5.0`](#ubuntu_flavor---v050)
- [`ubuntu_localizations` - `v0.5.0`](#ubuntu_localizations---v050)
- [`ubuntu_logger` - `v0.2.0`](#ubuntu_logger---v020)
- [`ubuntu_service` - `v0.4.0`](#ubuntu_service---v040)
- [`ubuntu_widgets` - `v0.7.0`](#ubuntu_widgets---v070)
- [`xdg_icons` - `v0.1.0`](#xdg_icons---v010)

Packages with other changes:

- There are no other changes in this release.

---

#### `ubuntu_test` - `v0.2.0`

- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

#### `wizard_router` - `v1.3.0`

- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

#### `safe_change_notifier` - `v0.4.0`

- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

#### `ubuntu_flavor` - `v0.5.0`

- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

#### `ubuntu_localizations` - `v0.5.0`

- **FIX**(l10n): translated using Weblate (Serbian).
- **FIX**(l10n): translated using Weblate (French).
- **FIX**(l10n): translated using Weblate (Hungarian).
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

#### `ubuntu_logger` - `v0.2.0`

- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

#### `ubuntu_service` - `v0.4.0`

- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

#### `ubuntu_widgets` - `v0.7.0`

- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

#### `xdg_icons` - `v0.1.0`

- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.


## 2024-08-29

### Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/safe_change_notifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0

> Note: This release has breaking changes.
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 0.3.2

- **REFACTOR**: Apply ubuntu lints to all packages (#340).
Expand Down
2 changes: 1 addition & 1 deletion packages/safe_change_notifier/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/safe_change_notifier
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 0.3.2
version: 0.4.0

environment:
sdk: ">=3.0.0 <4.0.0"
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 @@ -18,7 +18,7 @@ dependencies:
meta: ^1.15.0
path: ^1.9.0
rbush: ^1.1.0
safe_change_notifier: ^0.3.2
safe_change_notifier: ^0.4.0
vector_graphics: ^1.1.4
xml: ^6.1.0

Expand Down
6 changes: 6 additions & 0 deletions packages/ubuntu_flavor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0

> Note: This release has breaking changes.
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 0.4.0

> Note: This release has breaking changes.
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 @@ -3,7 +3,7 @@ description: Detect Ubuntu flavor
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_flavor
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 0.4.0
version: 0.5.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
9 changes: 9 additions & 0 deletions packages/ubuntu_localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.5.0

> Note: This release has breaking changes.
- **FIX**(l10n): translated using Weblate (Serbian).
- **FIX**(l10n): translated using Weblate (French).
- **FIX**(l10n): translated using Weblate (Hungarian).
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 0.4.1

- **FIX**: Bump translations
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 @@ -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.4.1
version: 0.5.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
6 changes: 6 additions & 0 deletions packages/ubuntu_logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.0

> Note: This release has breaking changes.
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 0.1.1

- **REFACTOR**: Apply ubuntu lints to all packages (#340).
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 @@ -3,7 +3,7 @@ description: A logging frontend based on Google's logging library for Dart.
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_logger
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 0.1.1
version: 0.2.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/ubuntu_service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0

> Note: This release has breaking changes.
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 0.3.2

- **FIX**: Bump get_it to 7.6.9
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_service/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Simple service locator API based on GetIt.
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_service
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 0.3.2
version: 0.4.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
6 changes: 6 additions & 0 deletions packages/ubuntu_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.0

> Note: This release has breaking changes.
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 0.1.0-beta.11

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 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.1.0-beta.11
version: 0.2.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -19,7 +19,7 @@ dependencies:
sdk: flutter
matcher: ^0.12.16
mockito: ^5.4.0
ubuntu_localizations: ^0.4.1
ubuntu_localizations: ^0.5.0
yaru_test: ^0.1.5

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/ubuntu_widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.0

> Note: This release has breaking changes.
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 0.6.1

- **FIX**: Correct name for ClickableText.
Expand Down
4 changes: 2 additions & 2 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.6.1
version: 0.7.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -17,7 +17,7 @@ dependencies:
sdk: flutter
form_field_validator: ^1.1.0
password_strength: ^0.2.0
ubuntu_localizations: ^0.4.1
ubuntu_localizations: ^0.5.0
yaru: ^5.1.0

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/wizard_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.0

> Note: This release has breaking changes.
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 1.2.0

- **FEAT**(wizard_router): add errorRoute and showError().
Expand Down
2 changes: 1 addition & 1 deletion packages/wizard_router/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
flutter_markdown: ^0.7.0
provider: ^6.0.0
wizard_router: ^1.2.0
wizard_router: ^1.3.0

dev_dependencies:
ubuntu_lints: ^0.4.0
Expand Down
4 changes: 2 additions & 2 deletions packages/wizard_router/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/wizard_router
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 1.2.0
version: 1.3.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,7 +16,7 @@ dependencies:
flow_builder: ^0.1.0
flutter:
sdk: flutter
safe_change_notifier: ^0.3.2
safe_change_notifier: ^0.4.0

dev_dependencies:
flutter_test:
Expand Down
6 changes: 6 additions & 0 deletions packages/xdg_icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0

> Note: This release has breaking changes.
- **BREAKING** **CHORE**: Bump to Flutter 3.24.3.

## 0.0.5

- **FEAT**: providing an optional render when an icon fails to resolve entirely.
Expand Down
2 changes: 1 addition & 1 deletion packages/xdg_icons/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platforms:
dependencies:
flutter:
sdk: flutter
xdg_icons: ^0.0.5
xdg_icons: ^0.1.0
yaru: ^1.1.0

flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/xdg_icons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: XDG theme icons for Flutter.
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/xdg_icons
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 0.0.5
version: 0.1.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit b7a2dd6

Please sign in to comment.