Bump version to 0.6.2

This commit is contained in:
Shmew
2020-09-04 00:00:15 -05:00
parent ada8046499
commit 0b24d012ec
7 changed files with 2025 additions and 1756 deletions

View File

@@ -11,4 +11,4 @@ indent_size = 2
# YAML files
[*.yml]
indent_size = 2
indent_style = space
indent_style = space

View File

@@ -1,3 +1,6 @@
### 0.6.2 - Thursday, September 2nd, 2020
* Update dependencies
### 0.6.1 - Wednesday, August 12th, 2020
* Fix routing middleware not being applied if a config is not given

View File

@@ -1,3 +1,6 @@
### 0.6.2 - Thursday, September 2nd, 2020
* Update dependencies
### 0.6.1 - Wednesday, August 12th, 2020
* Fix routing middleware not being applied if a config is not given

View File

@@ -1,6 +1,6 @@
{
"name": "fable.-signal-r",
"version": "0.6.1",
"version": "0.6.2",
"description": "Fable and server bindings for SignalR.",
"homepage": "https://github.com/Shmew/Fable.SignalR",
"bugs": {

View File

@@ -60,7 +60,6 @@ group Fable.SignalR.Tests
source https://nuget.org/api/v2
source https://api.nuget.org/v3/index.json
nuget Fable.Browser.Dom ~> 1
nuget Fable.Browser.Url ~> 1
nuget Fable.Core ~> 3
nuget Fable.FastCheck ~> 0
@@ -91,7 +90,6 @@ group Client
source https://nuget.org/api/v2
source https://api.nuget.org/v3/index.json
nuget Fable.Browser.Dom ~> 1
nuget Fable.Core ~> 3
nuget Fable.Promise ~> 2
nuget Feliz ~> 1
@@ -106,7 +104,7 @@ group Server
nuget FSharp.Control.AsyncSeq ~> 2
nuget FSharp.Core ~> 4.7
nuget FSharp.Data ~> 3
nuget Saturn ~> 0.14.1
nuget Saturn ~> 0
nuget TaskBuilder.fs 2.2.0-alpha
group Shared
@@ -140,3 +138,4 @@ group FakeBuild
nuget Fake.Tools.Git ~> 5
nuget FSharp.Json ~> 0
nuget FSharpLint.Core ~> 0
nuget NuGet.Packaging 5.6

2110
paket.lock

File diff suppressed because one or more lines are too long

1656
yarn.lock

File diff suppressed because it is too large Load Diff