Skip to content

Commit

Permalink
Bump version to 5.0.0-alpha-003
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Nov 17, 2018
1 parent d98f6fb commit a9bc04a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fable.React/Fable.React.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>5.0.0</Version>
<PackageVersion>5.0.0-alpha-002</PackageVersion>
<PackageVersion>5.0.0-alpha-003</PackageVersion>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/Fable.React/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 5.0.0-alpha-003

- Fix compilation with fable-splitter and `allFiles` #122 @nojaf
- Add `ValueMultiple` prop for `select` elements with `Multiple` prop #123

### 5.0.0-alpha-002

* Fix typos in doc comment of `memoBuilderWith` and `memoBuilder`
Expand Down

0 comments on commit a9bc04a

Please sign in to comment.