From f4084463d8ec8056dd004eb6a4d35b81330fa3fa Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Mon, 26 Feb 2024 10:46:57 +0000 Subject: [PATCH 1/2] CHANGELOG update --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db4dba..5dcf179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _No unreleased changes_ +## [8.1.0-pre13] - 2024-02-26 + +### Added +- Add support for `Window` widget by @TimLariviere (https://github.com/fabulous-dev/Fabulous.MauiControls/pull/62) + ## [8.1.0-pre12] - 2024-02-19 ### Changed @@ -215,7 +220,8 @@ Essentially v2.8.1 and v8.0.0 are similar except for the required .NET version. ### Changed - Fabulous.MauiControls has moved from the Fabulous repository to its own repository: [https://github.com/fabulous-dev/Fabulous.MauiControls](https://github.com/fabulous-dev/Fabulous.MauiControls) -[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.1.0-pre12...HEAD +[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.1.0-pre13...HEAD +[8.1.0-pre13]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre13 [8.1.0-pre12]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre12 [8.1.0-pre11]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre11 [8.1.0-pre10]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre10 From 9805702428a145759d3e0ce668fba6ad1197ff13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Sun, 3 Mar 2024 09:31:53 +0100 Subject: [PATCH 2/2] Use Fabulous 3.0.0-pre1 --- CHANGELOG.md | 8 +++++++- Directory.Packages.props | 2 +- templates/content/blank/.template.config/template.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcf179..25bf68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _No unreleased changes_ +## [8.1.0-pre14] - 2024-03-02 + +### Changed +- Use Fabulous 3.0.0-pre1 + ## [8.1.0-pre13] - 2024-02-26 ### Added @@ -220,7 +225,8 @@ Essentially v2.8.1 and v8.0.0 are similar except for the required .NET version. ### Changed - Fabulous.MauiControls has moved from the Fabulous repository to its own repository: [https://github.com/fabulous-dev/Fabulous.MauiControls](https://github.com/fabulous-dev/Fabulous.MauiControls) -[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.1.0-pre13...HEAD +[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.1.0-pre14...HEAD +[8.1.0-pre14]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre14 [8.1.0-pre13]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre13 [8.1.0-pre12]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre12 [8.1.0-pre11]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre11 diff --git a/Directory.Packages.props b/Directory.Packages.props index fee6e22..3df6ea4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,7 @@ - + diff --git a/templates/content/blank/.template.config/template.json b/templates/content/blank/.template.config/template.json index 36a48ec..74fa7e4 100644 --- a/templates/content/blank/.template.config/template.json +++ b/templates/content/blank/.template.config/template.json @@ -46,7 +46,7 @@ "type": "parameter", "dataType": "string", "replaces": "FabulousPkgVersion", - "defaultValue": "2.5.0-pre11" + "defaultValue": "3.0.0-pre1" }, "FabulousMauiControlsPkgVersion": { "type": "parameter",