Skip to content

Commit

Permalink
Push 4.0.0-snake-island-alpha-007
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed May 25, 2022
1 parent 1c761c2 commit f5a56a5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>4.0.0</Version>
<PackageVersion>4.0.0-snake-island-alpha-006</PackageVersion>
<PackageReleaseNotes>* Dart: compile union cases as child classes</PackageReleaseNotes>
<PackageVersion>4.0.0-snake-island-alpha-007</PackageVersion>
<PackageReleaseNotes>* JSX string templates</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.0.0-snake-island-alpha-007

* JSX string templates

### 4.0.0-snake-island-alpha-006

* Dart: compile union cases as child classes
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Core/Fable.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>4.0.0</Version>
<PackageVersion>4.0.0-snake-island-alpha-003</PackageVersion>
<PackageVersion>4.0.0-snake-island-alpha-004</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.Core/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.0.0-snake-island-alpha-004

* JSX string templates

### 4.0.0-snake-island-alpha-003

* Add Dart print/Future/Stream
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Fable

module Literals =
let [<Literal>] VERSION = "4.0.0-snake-island-alpha-006"
let [<Literal>] VERSION = "4.0.0-snake-island-alpha-007"

type CompilerOptionsHelper =
static member Make(?language,
Expand Down

0 comments on commit f5a56a5

Please sign in to comment.