Commit 85c8ba7 1 parent 063b290 commit 85c8ba7 Copy full SHA for 85c8ba7
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.2.0 (2024-09-24)
4
+
5
+ * Update phoenix_html to ` ~> 4.0 `
6
+
3
7
## v0.1.0 (2024-09-24)
4
8
5
9
* Initial version extracted from Surface ` v0.11.5 `
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add `surface_form_helpers` to the list of dependencies in `mix.exs`:
17
17
``` elixir
18
18
def deps do
19
19
[
20
- {:surface_form_helpers , " ~> 0.1 .0" }
20
+ {:surface_form_helpers , " ~> 0.2 .0" }
21
21
]
22
22
end
23
23
```
Original file line number Diff line number Diff line change 10
10
defmodule Surface.Form.MixProject do
11
11
use Mix.Project
12
12
13
- @ version "0.1 .0"
13
+ @ version "0.2 .0"
14
14
@ source_url "https://github.com/surface-ui/surface_form_helpers"
15
15
@ homepage_url "https://surface-ui.org"
16
16
You can’t perform that action at this time.
0 commit comments