Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #406 from JuliaPlots/as/export_observable
Browse files Browse the repository at this point in the history
Export Observable as well as Node
  • Loading branch information
SimonDanisch authored Apr 28, 2020
2 parents ed233bd + db3c3f5 commit 5d0e66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractPlotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export xtickrotation, ytickrotation, ztickrotation
export xtickrotation!, ytickrotation!, ztickrotation!

# Node/Signal related
export Node, lift, map_once, to_value, on, @lift
export Node, Observable, lift, map_once, to_value, on, @lift

# utilities and macros
export @recipe, @extract, @extractvalue, @key_str, @get_attribute
Expand Down

2 comments on commit 5d0e66d

@SimonDanisch
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 register()

@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/13803

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.10.7 -m "<description of version>" 5d0e66d8761511a6616329c3abdd3ec49f85487b
git push origin v0.10.7

Please sign in to comment.