diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..86dedc8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,46 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2024-09-20 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`yaru_window_linux` - `v0.2.1`](#yaru_window_linux---v021) + - [`yaru_window_manager` - `v0.1.2+1`](#yaru_window_manager---v0121) + - [`yaru_window_platform_interface` - `v0.1.2+1`](#yaru_window_platform_interface---v0121) + - [`yaru_window` - `v0.2.1+1`](#yaru_window---v0211) + - [`yaru_window_web` - `v0.0.3+1`](#yaru_window_web---v0031) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `yaru_window` - `v0.2.1+1` + - `yaru_window_web` - `v0.0.3+1` + +--- + +#### `yaru_window_linux` - `v0.2.1` + + - **FIX**(linux): wire up YaruWindow.onClose with didRequestAppExit() (#35). + - **FEAT**: always call gtk_window_set_title in yaru_window_set_title. + +#### `yaru_window_manager` - `v0.1.2+1` + + - **FIX**: `_handleClose` conditioned to the state stream (#31). + - **FIX**(yaru_window_manager): remove linux from the list of platforms (#24). + +#### `yaru_window_platform_interface` - `v0.1.2+1` + + - **FIX**(linux): wire up YaruWindow.onClose with didRequestAppExit() (#35). + diff --git a/packages/yaru_window/CHANGELOG.md b/packages/yaru_window/CHANGELOG.md index 370e745..841f99a 100644 --- a/packages/yaru_window/CHANGELOG.md +++ b/packages/yaru_window/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1+1 + + - Update a dependency to the latest release. + ## [0.2.1](https://github.com/ubuntu/yaru_window.dart/compare/yaru_window-v0.2.0...yaru_window-v0.2.1) (2024-02-16) * update yaru window linux dep by @Feichtmeier in https://github.com/ubuntu/yaru_window.dart/pull/45 diff --git a/packages/yaru_window/example/pubspec.yaml b/packages/yaru_window/example/pubspec.yaml index 81712f7..1f0fdac 100644 --- a/packages/yaru_window/example/pubspec.yaml +++ b/packages/yaru_window/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sdk: flutter handy_window: ^0.4.0 yaru: ^5.2.0 - yaru_window: ^0.2.1 + yaru_window: ^0.2.1+1 dev_dependencies: flutter_test: diff --git a/packages/yaru_window/pubspec.yaml b/packages/yaru_window/pubspec.yaml index 59c8ccd..a0dc7bc 100644 --- a/packages/yaru_window/pubspec.yaml +++ b/packages/yaru_window/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru_window description: Provides API for interacting with top-level windows. repository: https://github.com/ubuntu/yaru_window.dart issue_tracker: https://github.com/ubuntu/yaru_window.dart/issues -version: 0.2.1 +version: 0.2.1+1 environment: sdk: ">=3.1.0 <4.0.0" @@ -11,10 +11,10 @@ environment: dependencies: flutter: sdk: flutter - yaru_window_linux: ^0.2.0 - yaru_window_manager: ^0.1.2 - yaru_window_platform_interface: ^0.1.2 - yaru_window_web: ^0.0.3 + yaru_window_linux: ^0.2.1 + yaru_window_manager: ^0.1.2+1 + yaru_window_platform_interface: ^0.1.2+1 + yaru_window_web: ^0.0.3+1 dev_dependencies: flutter_test: diff --git a/packages/yaru_window_linux/CHANGELOG.md b/packages/yaru_window_linux/CHANGELOG.md index a84af00..76d67e8 100644 --- a/packages/yaru_window_linux/CHANGELOG.md +++ b/packages/yaru_window_linux/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.1 + + - **FIX**(linux): wire up YaruWindow.onClose with didRequestAppExit() (#35). + - **FEAT**: always call gtk_window_set_title in yaru_window_set_title. + ## 0.1.3 - Remove `delete-event` handler in favor of `didRequestAppExit()` (#35) diff --git a/packages/yaru_window_linux/pubspec.yaml b/packages/yaru_window_linux/pubspec.yaml index 1227df6..b4d654c 100644 --- a/packages/yaru_window_linux/pubspec.yaml +++ b/packages/yaru_window_linux/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru_window_linux description: A Linux implementation of yaru_window. repository: https://github.com/ubuntu/yaru_window.dart issue_tracker: https://github.com/ubuntu/yaru_window.dart/issues -version: 0.2.0 +version: 0.2.1 environment: sdk: ">=3.1.0 <4.0.0" diff --git a/packages/yaru_window_manager/CHANGELOG.md b/packages/yaru_window_manager/CHANGELOG.md index 3b5b102..d188983 100644 --- a/packages/yaru_window_manager/CHANGELOG.md +++ b/packages/yaru_window_manager/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.2+1 + + - **FIX**: `_handleClose` conditioned to the state stream (#31). + - **FIX**(yaru_window_manager): remove linux from the list of platforms (#24). + ## 0.1.2 - fix: `_handleClose` conditioned to the state stream (#31) diff --git a/packages/yaru_window_manager/pubspec.yaml b/packages/yaru_window_manager/pubspec.yaml index af55c47..9597635 100644 --- a/packages/yaru_window_manager/pubspec.yaml +++ b/packages/yaru_window_manager/pubspec.yaml @@ -3,7 +3,7 @@ description: | A window_manager -based implementation of yaru_window for macOS and Windows. repository: https://github.com/ubuntu/yaru_window.dart issue_tracker: https://github.com/ubuntu/yaru_window.dart/issues -version: 0.1.2 +version: 0.1.2+1 environment: sdk: ">=3.1.0 <4.0.0" @@ -15,7 +15,7 @@ dependencies: flutter_web_plugins: sdk: flutter window_manager: ^0.4.2 - yaru_window_platform_interface: ^0.1.2 + yaru_window_platform_interface: ^0.1.2+1 dev_dependencies: flutter_test: diff --git a/packages/yaru_window_platform_interface/CHANGELOG.md b/packages/yaru_window_platform_interface/CHANGELOG.md index 225fac8..576a87d 100644 --- a/packages/yaru_window_platform_interface/CHANGELOG.md +++ b/packages/yaru_window_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2+1 + + - **FIX**(linux): wire up YaruWindow.onClose with didRequestAppExit() (#35). + ## 0.1.2 - Wire up YaruWindow.onClose with didRequestAppExit() (#35) diff --git a/packages/yaru_window_platform_interface/pubspec.yaml b/packages/yaru_window_platform_interface/pubspec.yaml index 57730ab..95d885f 100644 --- a/packages/yaru_window_platform_interface/pubspec.yaml +++ b/packages/yaru_window_platform_interface/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru_window_platform_interface description: A common platform interface for yaru_window repository: https://github.com/ubuntu/yaru_window.dart issue_tracker: https://github.com/ubuntu/yaru_window.dart/issues -version: 0.1.2 +version: 0.1.2+1 environment: sdk: ">=3.1.0 <4.0.0" diff --git a/packages/yaru_window_web/CHANGELOG.md b/packages/yaru_window_web/CHANGELOG.md index 94b9931..66fdb5a 100644 --- a/packages/yaru_window_web/CHANGELOG.md +++ b/packages/yaru_window_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.3+1 + + - Update a dependency to the latest release. + ## 0.0.3 - Migrate to Flutter 3.10 and Dart 3.0. diff --git a/packages/yaru_window_web/pubspec.yaml b/packages/yaru_window_web/pubspec.yaml index 3078d3d..618e16e 100644 --- a/packages/yaru_window_web/pubspec.yaml +++ b/packages/yaru_window_web/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru_window_web description: A stub implementation of yaru_window for Web. repository: https://github.com/ubuntu/yaru_window.dart issue_tracker: https://github.com/ubuntu/yaru_window.dart/issues -version: 0.0.3 +version: 0.0.3+1 environment: sdk: ">=3.1.0 <4.0.0" @@ -13,7 +13,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - yaru_window_platform_interface: ^0.1.2 + yaru_window_platform_interface: ^0.1.2+1 dev_dependencies: ubuntu_lints: ^0.4.0