diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj index a5cbd67e6e..ecdf2cae54 100644 --- a/src/Fable.Cli/Fable.Cli.fsproj +++ b/src/Fable.Cli/Fable.Cli.fsproj @@ -5,8 +5,8 @@ Exe net5.0 4.0.0 - 4.0.0-snake-island-alpha-006 - * Dart: compile union cases as child classes + 4.0.0-snake-island-alpha-007 + * JSX string templates Major false diff --git a/src/Fable.Cli/RELEASE_NOTES.md b/src/Fable.Cli/RELEASE_NOTES.md index d824a02048..80f2718670 100644 --- a/src/Fable.Cli/RELEASE_NOTES.md +++ b/src/Fable.Cli/RELEASE_NOTES.md @@ -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 diff --git a/src/Fable.Core/Fable.Core.fsproj b/src/Fable.Core/Fable.Core.fsproj index 7af2fae95a..180eca29c0 100644 --- a/src/Fable.Core/Fable.Core.fsproj +++ b/src/Fable.Core/Fable.Core.fsproj @@ -6,7 +6,7 @@ netstandard2.0 true 4.0.0 - 4.0.0-snake-island-alpha-003 + 4.0.0-snake-island-alpha-004 diff --git a/src/Fable.Core/RELEASE_NOTES.md b/src/Fable.Core/RELEASE_NOTES.md index ef537b426e..5a12825806 100644 --- a/src/Fable.Core/RELEASE_NOTES.md +++ b/src/Fable.Core/RELEASE_NOTES.md @@ -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 diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index 1e0ab942db..d84743a681 100644 --- a/src/Fable.Transforms/Global/Compiler.fs +++ b/src/Fable.Transforms/Global/Compiler.fs @@ -1,7 +1,7 @@ namespace Fable module Literals = - let [] VERSION = "4.0.0-snake-island-alpha-006" + let [] VERSION = "4.0.0-snake-island-alpha-007" type CompilerOptionsHelper = static member Make(?language,