Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed Sep 24, 2024
1 parent 5b4eef9 commit 72c80e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Add `surface` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:surface, "~> 0.11.0"}
{:surface, "~> 0.12.0"}
]
end
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ defmodule Mix.Tasks.Surface.Init.ProjectPatchers.Catalogue do
def specs(_assigns), do: []

def catalogue_requirement do
# ~S("~> 0.6.3")
# FIXME: restore catalogue requirement
~S(github: "surface-ui/surface_catalogue", ref: "main")
~S("~> 0.6.3")
end

defp patches(assigns) do
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.12.0-dev"
@version "0.12.0"
@source_url "https://github.com/surface-ui/surface"
@homepage_url "https://surface-ui.org"

Expand Down

0 comments on commit 72c80e0

Please sign in to comment.