From 8ce0ca4364f0596c5b0560c947af9c76ba62af01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Mon, 19 Feb 2024 10:31:12 +0100 Subject: [PATCH 1/2] Update versions and changelog --- CHANGELOG.md | 8 +++++++- Directory.Packages.props | 16 ++++++++-------- .../Fabulous.MauiControls.fsproj | 2 +- .../content/blank/.template.config/template.json | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1dc3a..467cbd0 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-pre11] - 2024-02-19 + +### Changed +- Use Fabulous 2.5.0-pre10 + ## [8.1.0-pre10] - 2024-02-12 ### Changed @@ -205,7 +210,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-pre10...HEAD +[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.1.0-pre11...HEAD +[8.1.0-pre10]: 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 [8.1.0-pre9]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre9 [8.1.0-pre8]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre8 diff --git a/Directory.Packages.props b/Directory.Packages.props index 47347a6..68a2018 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,16 +5,16 @@ - + - - - - - + + + + + - - + + diff --git a/src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj b/src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj index 5afcd60..be76628 100644 --- a/src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj +++ b/src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj @@ -155,7 +155,7 @@ This version will be used as the lower bound in the NuGet package --> - + diff --git a/templates/content/blank/.template.config/template.json b/templates/content/blank/.template.config/template.json index 0011b88..90154dd 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-pre9" + "defaultValue": "2.5.0-pre10" }, "FabulousMauiControlsPkgVersion": { "type": "parameter", From be850d62a7f55e7928c4644e777a7eea8a67b267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Mon, 19 Feb 2024 17:10:04 +0100 Subject: [PATCH 2/2] Use Fabulous 2.5.0-pre11 --- CHANGELOG.md | 10 ++++++++-- Directory.Packages.props | 2 +- src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj | 2 +- templates/content/blank/.template.config/template.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 467cbd0..7db4dba 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-pre12] - 2024-02-19 + +### Changed +- Use Fabulous 2.5.0-pre11 + ## [8.1.0-pre11] - 2024-02-19 ### Changed @@ -210,8 +215,9 @@ 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-pre11...HEAD -[8.1.0-pre10]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre11 +[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.1.0-pre12...HEAD +[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 [8.1.0-pre9]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre9 [8.1.0-pre8]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre8 diff --git a/Directory.Packages.props b/Directory.Packages.props index 68a2018..aa50d05 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,7 @@ - + diff --git a/src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj b/src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj index be76628..f12da66 100644 --- a/src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj +++ b/src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj @@ -155,7 +155,7 @@ This version will be used as the lower bound in the NuGet package --> - + diff --git a/templates/content/blank/.template.config/template.json b/templates/content/blank/.template.config/template.json index 90154dd..36a48ec 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-pre10" + "defaultValue": "2.5.0-pre11" }, "FabulousMauiControlsPkgVersion": { "type": "parameter",