From 45bea3beef399aa39bd1a88d821c1fb065ccf0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Mon, 25 Mar 2024 14:51:15 +0100 Subject: [PATCH] Use Fabulous 3.0-pre2 --- CHANGELOG.md | 8 +++++++- Directory.Packages.props | 6 +++--- templates/content/blank/.template.config/template.json | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b7cd7..9faf5c8 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-pre16] - 2024-03-25 + +### Changed +- Use Fabulous 3.0.0-pre2 + ## [8.1.0-pre15] - 2024-04-02 ### Changed @@ -230,7 +235,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-pre15...HEAD +[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.1.0-pre16...HEAD +[8.1.0-pre16]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre16 [8.1.0-pre15]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre15 [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 diff --git a/Directory.Packages.props b/Directory.Packages.props index 3df6ea4..db35a02 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,7 @@ - + @@ -13,8 +13,8 @@ - - + + diff --git a/templates/content/blank/.template.config/template.json b/templates/content/blank/.template.config/template.json index 74fa7e4..d9fd139 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": "3.0.0-pre1" + "defaultValue": "3.0.0-pre2" }, "FabulousMauiControlsPkgVersion": { "type": "parameter", @@ -70,7 +70,7 @@ "type": "parameter", "dataType": "string", "replaces": "MicrosoftMauiControlsPkgVersion", - "defaultValue": "8.0.3" + "defaultValue": "8.0.14" } } } \ No newline at end of file