Skip to content

Commit ba8b38c

Browse files
Bump version to 2.0.0-beta-002
1 parent 8284298 commit ba8b38c

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>2.0.0-beta-001</Version>
4+
<Version>2.0.0-beta-002</Version>
55
<TargetFramework>netstandard1.6</TargetFramework>
66
</PropertyGroup>
77
<ItemGroup>

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+
### 2.0.0-beta-002
2+
3+
* Add BoxShadow CSSProp (@worldbeater)
4+
* Add Class as alias of ClassName
5+
16
### 2.0.0-beta-001
27

38
* Add `reactiveCom` helper (stateful mini-Elmish component)

0 commit comments

Comments
 (0)