Skip to content

Commit

Permalink
add compat for PlotlyJS
Browse files Browse the repository at this point in the history
  • Loading branch information
HoBeZwe committed Oct 6, 2023
1 parent 618f9a3 commit 05dd5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ NURBSext = "PlotlyJS"

[compat]
StaticArrays = "1"
PlotlyJS = "0.18"
julia = "1"

[extras]
Expand Down

2 comments on commit 05dd5f2

@HoBeZwe
Copy link
Owner Author

@HoBeZwe HoBeZwe commented on 05dd5f2 Oct 6, 2023

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 updated: JuliaRegistries/General/92950

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.5.0 -m "<description of version>" 05dd5f23b86750f79d3915228ae5c6670ada7125
git push origin v0.5.0

Please sign in to comment.