Skip to content

Commit

Permalink
Bump some packages to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertwoo committed Nov 14, 2024
1 parent 70f5e0e commit 2ef3cc0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Fun.Blazor.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.1.0] - 2024-11-14

- Update generator version

## [4.1.0-beta002] - 2024-11-14

- Fix empty body issue for component ce builder
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Cli/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- auto generated -->
<Project>
<PropertyGroup>
<Version>4.1.0-beta002</Version>
<Version>4.1.0</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Fun.Blazor.Cli/Types.fs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type CodeGenSettings() =

[<Description("Fun.Blazor.Generator version")>]
[<CommandOption("--generator-version")>]
member val GeneratorVersion = "4.1.0-beta003" with get, set
member val GeneratorVersion = "4.1.0" with get, set

[<Description("Turn on inline option for generated code")>]
[<CommandOption("--inline")>]
Expand Down
4 changes: 4 additions & 0 deletions Fun.Blazor.Generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.1.0] - 2024-11-14

- Auto generate ILLink.Substitutions.xml for bindings

## [4.1.0-beta003] - 2024-11-14

- Fix hasChildren
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Generator/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- auto generated -->
<Project>
<PropertyGroup>
<Version>4.1.0-beta003</Version>
<Version>4.1.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 2ef3cc0

Please sign in to comment.