Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed Sep 24, 2024
1 parent 063b290 commit 85c8ba7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.0 (2024-09-24)

* Update phoenix_html to `~> 4.0`

## v0.1.0 (2024-09-24)

* Initial version extracted from Surface `v0.11.5`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add `surface_form_helpers` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:surface_form_helpers, "~> 0.1.0"}
{:surface_form_helpers, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end
defmodule Surface.Form.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.2.0"
@source_url "https://github.com/surface-ui/surface_form_helpers"
@homepage_url "https://surface-ui.org"

Expand Down

0 comments on commit 85c8ba7

Please sign in to comment.