File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v0.2.4] ( https://github.com/beam-bots/bb_liveview/compare/v0.2.3...v0.2.4 ) (2026-01-18)
15+
16+
17+
18+ ### Documentation:
19+
20+ * add Diataxis-structured documentation (#10 ) by James Harton
21+
1422## [ v0.2.3] ( https://github.com/beam-bots/bb_liveview/compare/v0.2.2...v0.2.3 ) (2026-01-11)
1523
1624
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add `bb_liveview` to your dependencies in `mix.exs`:
3131``` elixir
3232def deps do
3333 [
34- {:bb_liveview , " ~> 0.2.3 " }
34+ {:bb_liveview , " ~> 0.2.4 " }
3535 ]
3636end
3737```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule BB.LiveView.MixProject do
99 Interactive LiveView-based dashboard for Beam Bots-powered robots.
1010 """
1111
12- @ version "0.2.3 "
12+ @ version "0.2.4 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments