We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47d70d commit 7ad3aa5Copy full SHA for 7ad3aa5
src/Fable.React/Fable.React.fsproj
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <Version>3.1.1</Version>
+ <Version>3.1.2</Version>
5
<TargetFrameworks>netstandard1.6;netstandard2.0</TargetFrameworks>
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
</PropertyGroup>
src/Fable.React/RELEASE_NOTES.md
@@ -1,3 +1,8 @@
+### 3.1.2
+
+* Include documentation in the package
+* Add `FromEvent.Value` helper
### 3.1.1
8
* Remove ReactiveComponents.Model.key as React doesn't allow access to props.key
0 commit comments