Skip to content

Commit

Permalink
update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Feb 18, 2024
1 parent d8aad33 commit 32ca015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
[PlotlyLight]
git-tree-sha1 = "454cd11f76e34fb3c8163fdef1e071633f1ece18"

[[PlotlyLight.download]]
sha256 = "af56c1871c5ccdb6b51022b378b023dce3df56c18d6b2d21f78c25d1d0b9b486"
url = "https://gist.github.com/joshday/6454da06baf6d0ca532c08ba04b76855/raw/454cd11f76e34fb3c8163fdef1e071633f1ece18.tar.gz"

[plotly_artifacts]
git-tree-sha1 = "732abe4f42a5631b96e7b7a003161af12b0a4178"
git-tree-sha1 = "0482d05aeb45f0389a9f2ec9919f430d6dfd454d"

[[plotly_artifacts.download]]
sha256 = "2682c0da29cf273ef89ba58e04b38c9fc69e664e6e968d6e8e7b4e9bff8f9727"
url = "https://gist.github.com/joshday/8312806ce405dbc529e9381d4d92f14c/raw/732abe4f42a5631b96e7b7a003161af12b0a4178.tar.gz"
sha256 = "a3b7b176230c3c49c8fb4866a845e133d0afe4f58b23b941f9b3059e907d913e"
url = "https://gist.github.com/joshday/c62001c14794e2f28c8f6ab6937b3e94/raw/0482d05aeb45f0389a9f2ec9919f430d6dfd454d.tar.gz"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlotlyLight"
uuid = "ca7969ec-10b3-423e-8d99-40f33abb42bf"
authors = ["joshday <emailjoshday@gmail.com>"]
version = "0.8.0"
version = "0.8.1"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand Down

2 comments on commit 32ca015

@joshday
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/101114

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.8.1 -m "<description of version>" 32ca015fb57074dd8bb20c6ea8650daf024a5900
git push origin v0.8.1

Please sign in to comment.