Current section

41 Versions

Jump to

Compare versions

3 files changed
+3 additions
-2 deletions
  @@ -1,7 +1,7 @@
1 1 {<<"links">>,
2 2 [{<<"GitHub">>,<<"https://github.com/phcurado/daisy_ui_components">>}]}.
3 3 {<<"name">>,<<"daisy_ui_components">>}.
4 - {<<"version">>,<<"0.9.5">>}.
4 + {<<"version">>,<<"0.9.6">>}.
5 5 {<<"description">>,<<"DaisyUI component library for LiveView">>}.
6 6 {<<"elixir">>,<<"~> 1.14">>}.
7 7 {<<"app">>,<<"daisy_ui_components">>}.
  @@ -88,6 +88,7 @@ defmodule DaisyUIComponents do
88 88 import DaisyUIComponents.Select
89 89 import DaisyUIComponents.Sidebar
90 90 import DaisyUIComponents.Stat
91 + import DaisyUIComponents.Steps
91 92 import DaisyUIComponents.Swap
92 93 import DaisyUIComponents.Tabs
93 94 import DaisyUIComponents.TextInput
  @@ -2,7 +2,7 @@ defmodule DaisyUIComponents.MixProject do
2 2 use Mix.Project
3 3
4 4 @source_url "https://github.com/phcurado/daisy_ui_components"
5 - @version "0.9.5"
5 + @version "0.9.6"
6 6
7 7 def project do
8 8 [