Skip to content

Commit

Permalink
Release 3.0.0-nagareyama-beta-004
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Oct 27, 2020
1 parent 53676d4 commit fda19d5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Fable.AST/Fable.AST.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>3.0.0</Version>
<PackageVersion>3.0.0-nagareyama-beta-001</PackageVersion>
<PackageVersion>3.0.0-nagareyama-beta-002</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Common.fs" />
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.AST/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.0-nagareyama-beta-002

* Add `MemberDecl.ExportDefault`

### 3.0.0-nagareyama-beta-001

* Beta release
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>3.0.0</Version>
<PackageVersion>3.0.0-nagareyama-beta-003</PackageVersion>
<PackageVersion>3.0.0-nagareyama-beta-004</PackageVersion>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
Expand Down
7 changes: 7 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 3.0.0-nagareyama-beta-004

* Typescript-related updates @ncave
* Omit module prefix in imports @Zaid-Ajaj
* Write compiler options to .fable/compiler_info.txt
* Compatibility with Fable.AST beta-002

### 3.0.0-nagareyama-beta-003

* Fix #2226: Wrong decimal separator depending on regional setting @bklop
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Cli/Util.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open System

module Literals =

let [<Literal>] VERSION = "3.0.0-nagareyama-beta-003"
let [<Literal>] VERSION = "3.0.0-nagareyama-beta-004"
let [<Literal>] CORE_VERSION = "2.1.0"

type RunProcess(exeFile: string, args: string list, ?watch: bool, ?fast: bool) =
Expand Down

0 comments on commit fda19d5

Please sign in to comment.