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 3662d25 commit b3a7383Copy full SHA for b3a7383
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+### 2.0.0-alpha-009
2
+- updated `CommonProps` type.
3
+
4
### 2.0.0-alpha-008
5
- fixed refs;
6
- `SectionList` minor fixes.
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-008</PackageVersion>
+ <PackageVersion>2.0.0-alpha-009</PackageVersion>
<TargetFramework>netstandard1.6</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
</PropertyGroup>
0 commit comments