chore: release version v0.2.2

This commit is contained in:
James Harton 2021-09-29 23:52:44 +00:00
parent 0027922b7a
commit 9fce541ca8
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.2.2](https://gitlab.com/jimsy/lamina_dashboard/compare/v0.2.1...v0.2.2) (2021-09-29)
### Bug Fixes:
* don't make apps explode if liveview isn't present.
## [v0.2.1](https://gitlab.com/jimsy/lamina_dashboard/compare/v0.2.0...v0.2.1) (2021-09-28) ## [v0.2.1](https://gitlab.com/jimsy/lamina_dashboard/compare/v0.2.0...v0.2.1) (2021-09-28)

View file

@ -14,7 +14,7 @@ dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[ [
{:lamina_dashboard, "~> 0.2.1"} {:lamina_dashboard, "~> 0.2.2"}
] ]
end end
``` ```

View file

@ -1,7 +1,7 @@
defmodule Lamina.Dashboard.MixProject do defmodule Lamina.Dashboard.MixProject do
use Mix.Project use Mix.Project
@version "0.2.1" @version "0.2.2"
@description "A Phoenix LiveDashboard page for inspecting your Lamina configurations" @description "A Phoenix LiveDashboard page for inspecting your Lamina configurations"
def project do def project do