Skip to content

Commit 7ad3aa5

Browse files
author
Maxime Mangel
committed
Release Fable.React 3.1.2
1 parent f47d70d commit 7ad3aa5

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
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>3.1.1</Version>
4+
<Version>3.1.2</Version>
55
<TargetFrameworks>netstandard1.6;netstandard2.0</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
</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+
### 3.1.2
2+
3+
* Include documentation in the package
4+
* Add `FromEvent.Value` helper
5+
16
### 3.1.1
27

38
* Remove ReactiveComponents.Model.key as React doesn't allow access to props.key

0 commit comments

Comments
 (0)