Current section

41 Versions

Jump to

Compare versions

3 files changed
+3 additions
-2 deletions
  @@ -40,4 +40,4 @@
40 40 {<<"optional">>,false},
41 41 {<<"repository">>,<<"hexpm">>},
42 42 {<<"requirement">>,<<"~> 0.20.14">>}]]}.
43 - {<<"version">>,<<"0.1.3">>}.
43 + {<<"version">>,<<"0.1.4">>}.
  @@ -16,6 +16,7 @@ defmodule DaisyUIComponents do
16 16 import DaisyUIComponents.Card
17 17 import DaisyUIComponents.Checkbox
18 18 import DaisyUIComponents.Drawer
19 + import DaisyUIComponents.Dropdown
19 20 import DaisyUIComponents.Form
20 21 import DaisyUIComponents.Icon
21 22 import DaisyUIComponents.Input
  @@ -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.1.3"
5 + @version "0.1.4"
6 6
7 7 def project do
8 8 [