Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzky committed Oct 19, 2024
1 parent 71c3b98 commit 43e18db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# v0.8.0
# 0.9.0

- ashkan117: fix: Explicitly include the <a> attributes to avoid lsp warning
- selenil: feature: Add mix task for init & install salad_ui components

- forest: fix input warning
- bluzky: fix overriding input name/value not working
- bluzky: feature: Add support for custom error translation function

# 0.8.0

- Add support Form.Field for all input components

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 SaladUI.MixProject do
def project do
[
app: :salad_ui,
version: "0.8.0",
version: "0.9.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 43e18db

Please sign in to comment.