Skip to content

Commit 8e1caee

Browse files
dbrattliclaude
andauthored
chore: upgrade Fable and fable-library to 5.0.0 (#269)
* chore: upgrade Fable and fable-library to 5.0.0 Bump Fable CLI, Fable.Core, and fable-library from 5.0.0-rc.7/rc.1 to the stable 5.0.0 release across dotnet-tools.json, paket.dependencies, and pyproject.toml. Regenerated paket.lock and uv.lock. Release-As: 5.0.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: drop --pre-release rc from shipit Now that 5.0.0 is stable, ShipIt should cut regular releases instead of rc pre-releases. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent db5f0b3 commit 8e1caee

6 files changed

Lines changed: 70 additions & 94 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"rollForward": false
1111
},
1212
"fable": {
13-
"version": "5.0.0-rc.7",
13+
"version": "5.0.0",
1414
"commands": [
1515
"fable"
1616
],

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ release: pack
7979

8080
# Run EasyBuild.ShipIt for release management
8181
shipit *args:
82-
dotnet shipit --pre-release rc {{args}}
82+
dotnet shipit {{args}}
8383

8484
# Format code with Fantomas
8585
format:

paket.dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ storage: none
55
framework: netstandard2.0, netstandard2.1, net6.0, net8.0, net9.0, net10.0
66

77
nuget FSharp.Core >= 5.0.0 lowest_matching: true
8-
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
8+
nuget Fable.Core >= 5.0.0 lowest_matching: true
99

1010
group Test
1111
source https://api.nuget.org/v3/index.json
1212
storage: none
1313
framework: net9.0
1414

1515
nuget FSharp.Core
16-
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
16+
nuget Fable.Core >= 5.0.0 lowest_matching: true
1717
nuget Microsoft.NET.Test.Sdk ~> 16
1818
nuget xunit ~> 2
1919
nuget xunit.runner.visualstudio ~> 2
@@ -24,7 +24,7 @@ group Examples
2424
framework: net10.0
2525

2626
nuget FSharp.Core
27-
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
27+
nuget Fable.Core >= 5.0.0 lowest_matching: true
2828
nuget Feliz.ViewEngine
2929
nuget Zanaptak.TypedCssClasses
3030
nuget FSharp.Control.AsyncRx

paket.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ STORAGE: NONE
22
RESTRICTION: || (== net10.0) (== net6.0) (== net8.0) (== net9.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5-
Fable.Core (5.0.0-rc.1)
5+
Fable.Core (5.0)
66
FSharp.Core (>= 4.7.2)
77
FSharp.Core (5.0)
88

@@ -11,7 +11,7 @@ STORAGE: NONE
1111
RESTRICTION: == net10.0
1212
NUGET
1313
remote: https://api.nuget.org/v3/index.json
14-
Fable.Core (5.0.0-rc.1)
14+
Fable.Core (5.0)
1515
FSharp.Core (>= 4.7.2)
1616
Feliz.ViewEngine (1.0.3)
1717
FSharp.Core (>= 4.7)
@@ -26,7 +26,7 @@ STORAGE: NONE
2626
RESTRICTION: == net9.0
2727
NUGET
2828
remote: https://api.nuget.org/v3/index.json
29-
Fable.Core (5.0.0-rc.1)
29+
Fable.Core (5.0)
3030
FSharp.Core (>= 4.7.2)
3131
FSharp.Core (11.0.100)
3232
Microsoft.CodeCoverage (18.4)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">= 3.12, < 4"
77
readme = "README.md"
88
license = "MIT"
99
dependencies = [
10-
"fable-library==5.0.0rc7",
10+
"fable-library==5.0.0",
1111
]
1212

1313
[project.urls]

0 commit comments

Comments
 (0)