Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Oct 11, 2020
1 parent 9f476f2 commit 6071eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StippleUI"
uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3"
authors = ["Adrian Salceanu <[email protected]>"]
version = "0.2.1"
version = "0.2.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
2 changes: 1 addition & 1 deletion src/Dashboard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end

const tagname = "st-dashboard"

function dashboard(elemid, content::Union{String,Vector}; partial::Bool = false, title::String = "Stipple Dashboard",
function dashboard(elemid, content::Union{String,Vector}; partial::Bool = true, title::String = "Stipple Dashboard",
class::String = "", style::String = "", channel::String = Genie.config.webchannels_default_route, kwargs...)
content = if isa(content, Vector)
push!(pushfirst!(content, "<$tagname>"), "</$tagname>")
Expand Down

2 comments on commit 6071eb1

@essenciary
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/22785

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" 6071eb107d89dced818f8502ad6e53f35d7bb37a
git push origin v0.2.2

Please sign in to comment.