Skip to content

Commit

Permalink
1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Jun 15, 2022
1 parent 0920f0c commit 4d94a86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.2

- @seb3s fixed a bug, that make `validate_required_attributes` not raising with some
undefined attributes.

# 1.0.1

- fixed a nasty bug where `extend_class/1` was not updating assigns `__changed__` key
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.0.1",
version: "1.0.2",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 4d94a86

Please sign in to comment.