Skip to content

Commit a9bc04a

Browse files
Bump version to 5.0.0-alpha-003
1 parent d98f6fb commit a9bc04a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Fable.React/Fable.React.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>5.0.0</Version>
5-
<PackageVersion>5.0.0-alpha-002</PackageVersion>
5+
<PackageVersion>5.0.0-alpha-003</PackageVersion>
66
<TargetFrameworks>netstandard2.0</TargetFrameworks>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
</PropertyGroup>

src/Fable.React/RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 5.0.0-alpha-003
2+
3+
- Fix compilation with fable-splitter and `allFiles` #122 @nojaf
4+
- Add `ValueMultiple` prop for `select` elements with `Multiple` prop #123
5+
16
### 5.0.0-alpha-002
27

38
* Fix typos in doc comment of `memoBuilderWith` and `memoBuilder`

0 commit comments

Comments
 (0)