Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmew committed Nov 18, 2020
1 parent 82b83d2 commit d31eaf5
Show file tree
Hide file tree
Showing 15 changed files with 395 additions and 553 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.6.1 - Wednesday, November 18th, 2020
* Support FSharp.Core 5.0

### 1.6.0 - Tuesday, October 10th, 2020
* Update for plotly.js 1.57.0 release

Expand Down
12 changes: 3 additions & 9 deletions dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.20.2",
"version": "5.20.4-alpha.1642",
"commands": [
"fake"
]
},
"paket": {
"version": "5.247.4",
"version": "5.251.0",
"commands": [
"paket"
]
},
"dotnet-fsharplint": {
"version": "0.16.5",
"commands": [
"dotnet-fsharplint"
]
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feliz.-plotly",
"version": "1.6.0",
"version": "1.6.1",
"description": "Fable bindings written in the Feliz-style for plotly.js",
"homepage": "https://github.com/Shmew/Feliz.Plotly",
"bugs": {
Expand Down
9 changes: 4 additions & 5 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version 5.247.4
version 5.251.0

framework: auto-detect
generate_load_scripts: true

group Plotly
source https://nuget.org/api/v2
Expand All @@ -10,14 +9,14 @@ group Plotly
nuget Fable.Core ~> 3
nuget Fable.Browser.Dom ~> 2
nuget Feliz ~> 1.13
nuget FSharp.Core ~> 4.7
nuget FSharp.Core >= 4.7.2 lowest_matching: true

group Generator
source https://nuget.org/api/v2
source https://api.nuget.org/v3/index.json

nuget Fake.IO.FileSystem ~> 5
nuget FSharp.Core ~> 4.7
nuget FSharp.Core >= 4.7.2 lowest_matching: true
nuget FSharp.Data ~> 3

github plotly/plotly.js:24c740b55bd76ee121c165b54c970787d0a38404 dist/plot-schema.json
Expand All @@ -36,7 +35,7 @@ group Docs
nuget Feliz.Markdown ~> 1
nuget Feliz.Router ~> 3
nuget Feliz.UseElmish ~> 1
nuget FSharp.Core ~> 4.7
nuget FSharp.Core >= 4.7.2 lowest_matching: true
nuget Zanaptak.TypedCssClasses ~> 0

group Tooling
Expand Down
781 changes: 372 additions & 409 deletions paket.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/0.bundle.a5783dd2a36b9a27289e.js

This file was deleted.

1 change: 0 additions & 1 deletion public/0.bundle.a5783dd2a36b9a27289e.js.map

This file was deleted.

113 changes: 0 additions & 113 deletions public/2.bundle.a5783dd2a36b9a27289e.js

This file was deleted.

1 change: 0 additions & 1 deletion public/2.bundle.a5783dd2a36b9a27289e.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions public/Plotly/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.6.1 - Wednesday, November 18th, 2020
* Support FSharp.Core 5.0

### 1.6.0 - Tuesday, October 10th, 2020
* Update for plotly.js 1.57.0 release

Expand Down
2 changes: 0 additions & 2 deletions public/bundle.a5783dd2a36b9a27289e.js

This file was deleted.

1 change: 0 additions & 1 deletion public/bundle.a5783dd2a36b9a27289e.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
<div id="root">

</div>
<script type="text/javascript" src="bundle.a5783dd2a36b9a27289e.js"></script><script type="text/javascript" src="2.bundle.a5783dd2a36b9a27289e.js"></script><script type="text/javascript" src="0.bundle.a5783dd2a36b9a27289e.js"></script></body>
</body>
</html>
8 changes: 4 additions & 4 deletions src/Feliz.Generator.Plotly/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyTitleAttribute("Feliz.Generator.Plotly")>]
[<assembly: AssemblyProductAttribute("Feliz.Plotly")>]
[<assembly: AssemblyDescriptionAttribute("Fable bindings written in the Feliz-style for plotly.js")>]
[<assembly: AssemblyVersionAttribute("1.6.0")>]
[<assembly: AssemblyFileVersionAttribute("1.6.0")>]
[<assembly: AssemblyVersionAttribute("1.6.1")>]
[<assembly: AssemblyFileVersionAttribute("1.6.1")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
[<assembly: InternalsVisibleToAttribute("Feliz.Generator.Plotly.Tests")>]
do ()
Expand All @@ -16,7 +16,7 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Feliz.Generator.Plotly"
let [<Literal>] AssemblyProduct = "Feliz.Plotly"
let [<Literal>] AssemblyDescription = "Fable bindings written in the Feliz-style for plotly.js"
let [<Literal>] AssemblyVersion = "1.6.0"
let [<Literal>] AssemblyFileVersion = "1.6.0"
let [<Literal>] AssemblyVersion = "1.6.1"
let [<Literal>] AssemblyFileVersion = "1.6.1"
let [<Literal>] AssemblyConfiguration = "Release"
let [<Literal>] InternalsVisibleTo = "Feliz.Generator.Plotly.Tests"
8 changes: 4 additions & 4 deletions src/Feliz.Plotly/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyTitleAttribute("Feliz.Plotly")>]
[<assembly: AssemblyProductAttribute("Feliz.Plotly")>]
[<assembly: AssemblyDescriptionAttribute("Fable bindings written in the Feliz-style for plotly.js")>]
[<assembly: AssemblyVersionAttribute("1.6.0")>]
[<assembly: AssemblyFileVersionAttribute("1.6.0")>]
[<assembly: AssemblyVersionAttribute("1.6.1")>]
[<assembly: AssemblyFileVersionAttribute("1.6.1")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
[<assembly: InternalsVisibleToAttribute("Feliz.Plotly.Tests")>]
do ()
Expand All @@ -16,7 +16,7 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Feliz.Plotly"
let [<Literal>] AssemblyProduct = "Feliz.Plotly"
let [<Literal>] AssemblyDescription = "Fable bindings written in the Feliz-style for plotly.js"
let [<Literal>] AssemblyVersion = "1.6.0"
let [<Literal>] AssemblyFileVersion = "1.6.0"
let [<Literal>] AssemblyVersion = "1.6.1"
let [<Literal>] AssemblyFileVersion = "1.6.1"
let [<Literal>] AssemblyConfiguration = "Release"
let [<Literal>] InternalsVisibleTo = "Feliz.Plotly.Tests"

0 comments on commit d31eaf5

Please sign in to comment.