Skip to content

Commit 200c9e5

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

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
open Octokit
21
// include Fake libs
32
#r "./packages/build/FAKE/tools/FakeLib.dll"
43
#r "System.IO.Compression.FileSystem"
@@ -7,6 +6,7 @@ open Octokit
76

87
open Fake
98
open Fable.FakeHelpers
9+
open Octokit
1010

1111
#if MONO
1212
// prevent incorrect output encoding (e.g. https://github.com/fsharp/FAKE/issues/1196)
@@ -16,7 +16,7 @@ System.Console.OutputEncoding <- System.Text.Encoding.UTF8
1616
let project = "fable-react"
1717
let gitOwner = "fable-compiler"
1818

19-
let dotnetcliVersion = "2.0.3"
19+
let dotnetcliVersion = "2.1.3"
2020
let mutable dotnetExePath = environVarOrDefault "DOTNET" "dotnet"
2121

2222
// Clean and install dotnet SDK

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)