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 0f75a8d commit 143d057Copy full SHA for 143d057
RELEASE_NOTES.md
@@ -1,3 +1,8 @@
1
+### 2.0.0-alpha-006
2
+Various fixes by @iyegoroff:
3
+- added CommonProps with Key prop;
4
+- added Alert.Options type and Alert.alertWithOptions function.
5
+
6
### 2.0.0-alpha-005
7
Various fixes by @iyegoroff:
8
- added UIManager;
src/Fable.React.Native.fsproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0</Version>
- <PackageVersion>2.0.0-alpha-005</PackageVersion>
+ <PackageVersion>2.0.0-alpha-006</PackageVersion>
<TargetFramework>netstandard1.6</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
0 commit comments