Upgrading to v0.10
View SourceBump Your Deps
Update Backpex to the latest version:
defp deps do
[
{:backpex, "~> 0.10.0"}
]
end
LiveView 1.0
See phoenix_live_view changelog for info on how to upgrade to 1.0
.
Update Backpex to the latest version:
defp deps do
[
{:backpex, "~> 0.10.0"}
]
end
See phoenix_live_view changelog for info on how to upgrade to 1.0
.