Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
Release Thoth.Elmish.Toast 2.0.0-beta-001 - Elmish 3.0 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Dec 10, 2018
1 parent ca0cf08 commit 77caf44
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 237 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -18,8 +18,9 @@
"bulma-switch": "^2.0.0",
"bulma-tooltip": "^2.0.1",
"code-lightner": "^0.2.1",
"fable-loader": "^2.0.0-alpha-001",
"fable-splitter": "^2.0.0-alpha-001",
"fable-compiler": "^2.1.6",
"fable-loader": "^2.1.0",
"fable-splitter": "^2.1.0",
"fable-utils": "^1.0.6",
"font-awesome": "^4.7.0",
"handlebars": "^4.0.11",
Expand Down
1 change: 0 additions & 1 deletion paket.dependencies
Expand Up @@ -2,7 +2,6 @@ source https://www.nuget.org/api/v2

storage:none

clitool dotnet-fable
nuget Fable.Core
nuget FSharp.Core redirects:force
nuget Fable.Import.Browser
Expand Down
8 changes: 4 additions & 4 deletions paket.lock
Expand Up @@ -5,13 +5,13 @@ NUGET
FSharp.Core (>= 4.0.0.1) - restriction: >= net45
FSharp.Core (>= 4.3.2) - restriction: && (< net45) (>= netstandard2.0)
System.Configuration.ConfigurationManager (>= 4.4) - restriction: && (< net45) (>= netstandard2.0)
dotnet-fable (2.0.4) - clitool: true
Dotnet.ProjInfo (>= 0.9) - restriction: >= netcoreapp2.0
dotnet-fable (2.0.11) - clitool: true
Dotnet.ProjInfo (>= 0.20) - restriction: >= netcoreapp2.0
FSharp.Compiler.Service (>= 25.0.1) - restriction: >= netcoreapp2.0
FSharp.Core (>= 4.5.2) - restriction: >= netcoreapp2.0
Microsoft.NETCore.App (>= 2.0) - restriction: >= netcoreapp2.0
Newtonsoft.Json (>= 11.0.2) - restriction: >= netcoreapp2.0
Dotnet.ProjInfo (0.11) - restriction: >= netcoreapp2.0
Dotnet.ProjInfo (0.20) - restriction: >= netcoreapp2.0
FSharp.Core (>= 4.1.18) - restriction: && (< net45) (>= netstandard2.0)
Expecto (8.4.2)
Argu (>= 5.1) - restriction: || (>= net461) (>= netstandard2.0)
Expand All @@ -32,7 +32,7 @@ NUGET
Fable.Import.Browser (>= 1.3) - restriction: >= netstandard2.0
FSharp.Core (>= 4.5.2) - restriction: >= netstandard2.0
Thoth.Json (>= 2.0) - restriction: >= netstandard2.0
Fable.Promise (1.0) - restriction: >= netstandard2.0
Fable.Promise (1.0)
Fable.Core (>= 2.0.2) - restriction: >= netstandard2.0
FSharp.Core (>= 4.5.2) - restriction: >= netstandard2.0
Fable.React (4.1.3)
Expand Down
4 changes: 4 additions & 0 deletions src/Thoth.Elmish.Toast/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
### 2.0.0-beta-001

* Elmish 3.0 compat

### 1.0.0

* Release stable
Expand Down
2 changes: 1 addition & 1 deletion src/Thoth.Elmish.Toast/Thoth.Elmish.Toast.fsproj
Expand Up @@ -7,7 +7,7 @@
<RepositoryUrl>https://github.com/MangelMaxime/Thoth</RepositoryUrl>
<PackageTags>fable;fsharp;json</PackageTags>
<Authors>Maxime Mangel</Authors>
<Version>1.0.0</Version>
<Version>2.0.0-beta-001</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down

0 comments on commit 77caf44

Please sign in to comment.