Skip to content

Commit

Permalink
prepare 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Oct 26, 2023
1 parent 3b6d2b9 commit a680309
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,3 +1,7 @@
# 1.4.0

- `extend_class/3` can now take default classes as list (contribution by @dsrees 🙏)

# 1.3.0

- CSS prefix based replacement, deprecated in 1.1.0, has been removed.
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, "~> 1.3.0"},
{:phx_component_helpers, "~> 1.4.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: "1.3.0",
version: "1.4.0",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit a680309

Please sign in to comment.