Skip to content

Commit

Permalink
Release 5.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Jan 27, 2025
1 parent c96bebd commit f3258b0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions src/Fable.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 5.0.0-alpha.8 - 2025-01-27

### Added

* [TS] Include XML Doc comment on interface properties (by @Freymaurer)
Expand Down
8 changes: 5 additions & 3 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>5.0.0-alpha.7</Version>
<PackageReleaseNotes>## Fixed
<Version>5.0.0-alpha.8</Version>
<PackageReleaseNotes>## Added

- [All] Disable .NET Welcome message when cracking project (#4014) (by @MangelMaxime)
- [TS] Include XML Doc comment on interface properties (by @Freymaurer)
- [TS] Generate `interface` type when using the "ParamObject" class pattern (by @MangelMaxime)
- [Rust] - Initial support for null values (by @ncave)

</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
Expand Down
2 changes: 2 additions & 0 deletions src/Fable.Compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 5.0.0-alpha.8 - 2025-01-27

### Added

* [TS] Include XML Doc comment on interface properties (by @Freymaurer)
Expand Down
8 changes: 5 additions & 3 deletions src/Fable.Compiler/Fable.Compiler.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>Fable.Compiler</RootNamespace>
<Version>5.0.0-alpha.7</Version>
<PackageReleaseNotes>## Fixed
<Version>5.0.0-alpha.8</Version>
<PackageReleaseNotes>## Added

- [All] Disable .NET Welcome message when cracking project (#4014) (by @MangelMaxime)
- [TS] Include XML Doc comment on interface properties (by @Freymaurer)
- [TS] Generate `interface` type when using the "ParamObject" class pattern (by @MangelMaxime)
- [Rust] - Initial support for null values (by @ncave)

</PackageReleaseNotes>
<DebugType>embedded</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Fable

module Literals =
[<Literal>]
let VERSION = "5.0.0-alpha.7"
let VERSION = "5.0.0-alpha.8"

[<Literal>]
let JS_LIBRARY_VERSION = "1.10.0"
Expand Down

0 comments on commit f3258b0

Please sign in to comment.