Skip to content

Commit 2b5b0a6

Browse files
committed
prepare projects for release
1 parent e99b385 commit 2b5b0a6

41 files changed

Lines changed: 261 additions & 33 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageIcon>fable_logo.png</PackageIcon>
88
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
99
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
10+
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/CHANGELOG.md"))</PackageReleaseNotes>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<!-- Depends on the same version of FSharp.Core for all the projects -->

src/Feliz.CompilerPlugins/Feliz.CompilerPlugins.fsproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<PropertyGroup>
33
<Description>Provides compile-time transformation for React components</Description>
44
<PackageTags>fsharp;fable;react;html</PackageTags>
5-
<Authors>Zaid Ajaj</Authors>
6-
<Version>2.2.0</Version>
5+
<Authors>Zaid Ajaj; FreymaurerK</Authors>
6+
<Version>3.0.0-rc.1</Version>
77
<TargetFramework>netstandard2.0</TargetFramework>
8-
<PackageReleaseNotes>Remove redundant declaration of imported React component</PackageReleaseNotes>
98
</PropertyGroup>
109
<ItemGroup>
1110
<Compile Include="AstUtils.fs" />

src/Feliz.Delay/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## 1.0.0 - 2022-12-25
11+
12+
### Added
13+
14+
- Last release before start of Changelog
15+

src/Feliz.Delay/Feliz.Delay.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Authors>Cody Johnson, Zaid Ajaj</Authors>
77
<Description>Adds easy to use delayed rendering</Description>
88
<PackageTags>fsharp;fable;react;html;feliz</PackageTags>
9-
<PackageReleaseNotes>Update Feiz to v2.0.0</PackageReleaseNotes>
109
</PropertyGroup>
1110

1211
<ItemGroup>

src/Feliz.Kawaii/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## 2.0.0 - 2022-12-25
11+
12+
### Added
13+
14+
- Last release before start of Changelog
15+

src/Feliz.Kawaii/Feliz.Kawaii.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<Authors>Zaid Ajaj</Authors>
88
<Version>2.0.0</Version>
99
<TargetFramework>netstandard2.0</TargetFramework>
10-
<PackageReleaseNotes>Update Feiz to v2</PackageReleaseNotes>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

src/Feliz.Listeners/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## 1.1.0 - 2023-02-10
11+
12+
### Added
13+
14+
- Last release before start of Changelog
15+

src/Feliz.Listeners/Feliz.Listeners.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6-
<PackageReleaseNotes>Initial migration from Feliz.UseListener</PackageReleaseNotes>
76
<Authors>Cody Johnson; Zaid Ajaj</Authors>
87
<Version>1.1.0</Version>
98
</PropertyGroup>

src/Feliz.Markdown/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## 2.4.0 - 2023-01-14
11+
12+
### Added
13+
14+
- Last release before start of Changelog
15+

src/Feliz.PigeonMaps/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## 3.0.0 - 2022-12-25
11+
12+
### Added
13+
14+
- Last release before start of Changelog
15+

0 commit comments

Comments
 (0)