Skip to content

Commit 098cea3

Browse files
committed
bump
1 parent d1ba0a3 commit 098cea3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ BSplineKit = "0.17"
3030
Colors = "0.12, 0.13"
3131
GeometryBasics = "0.4, 0.5"
3232
JuliaFormatter = "1"
33-
Makie = "0.21"
33+
Makie = "0.21, 0.22"
3434
StatsBase = "0.34"
3535
StatsModels = "0.7"
3636
Test = "1.11"
3737
TopoPlots = "0.2"
38-
Unfold = "0.7"
38+
Unfold = "0.7, 0.8"
3939
UnfoldMakie = "0.5"
4040
UnfoldSim = "0.3"
4141
WGLMakie = "0.10"

src/widgets_short.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function widget(values::Set)
3737
end
3838

3939
function widget(range::AbstractRange{<:Number})
40-
4140
range_slider = RangeSlider(range; value = Any[minimum(range), maximum(range)])
4241

4342
range_slider.ticks[] = Dict("mode" => "range", "density" => 10)

0 commit comments

Comments
 (0)