Skip to content

Commit

Permalink
1.0.0 release 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Feb 20, 2022
1 parent c1e1eda commit 0756ada
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0

🎉 `phx_component_helpers` is stable for months and complete feature-wise.
It's ready for 1.0.0 :) 🔥

# 0.14.0

- removed interpolation of `raw` attributes as HEEX is now the only templating
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Add the following to your `mix.exs`.
```elixir
def deps do
[
{:phx_component_helpers, "~> 0.14.0"},
{:phx_component_helpers, "~> 1.0.0"},
{:jason, "~> 1.0"} # only required if you want to use json encoding options
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PhxComponentHelpers.MixProject do
def project do
[
app: :phx_component_helpers,
version: "0.14.0",
version: "1.0.0",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 0756ada

Please sign in to comment.