Skip to content

Commit

Permalink
Release v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Apr 9, 2024
1 parent 784ffdf commit eb32f37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This version moves all Form helpers to a [separate library](https://github.com/surface-ui/surface_form). Form Helpers are no longer used in new apps from Surface v0.12. Older applications who wish to maintain compatibility, add `{:surface_form, "~> 0.1.0"}` to your `mix.exs`.

## v0.11.4 (2024-04-09)

* Add support for Liveview `~> 0.20.10` (#743)

## v0.11.3 (yyyy-mm-dd)

* Restrict phoenix_live_view version up to `0.20.9` due to compatibility
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Surface.MixProject do
use Mix.Project

@version "0.11.2"
@version "0.11.4"

def project do
[
Expand Down

0 comments on commit eb32f37

Please sign in to comment.