Skip to content

Commit b06659a

Browse files
committed
Bump version to 2.0.0-alpha-011
1 parent 328a6aa commit b06659a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.0.0-alpha-011
2+
- updated `textInput`;
3+
- added `textInputWithChild`.
4+
15
### 2.0.0-alpha-010
26
- put `CommonProps` under `SectionListDataProps`, so `Key` is inferred as `CommonProps.Key`.
37

src/Fable.React.Native.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Version>2.0.0</Version>
4-
<PackageVersion>2.0.0-alpha-010</PackageVersion>
4+
<PackageVersion>2.0.0-alpha-011</PackageVersion>
55
<TargetFramework>netstandard1.6</TargetFramework>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
</PropertyGroup>

0 commit comments

Comments
 (0)