Release 0.3.2 with heroicons 1.0.5
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.3.2 (2022-02-21)
|
||||||
|
|
||||||
|
### Enchancements
|
||||||
|
- Update heroicons to 1.0.5 (https://github.com/mveytsman/heroicons_elixir/pull/8)
|
||||||
|
|
||||||
|
|
||||||
## 0.3.1 (2022-02-15)
|
## 0.3.1 (2022-02-15)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)
|
Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)
|
||||||
|
|
||||||
|
Current Heroicons Version: **1.0.5**
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add Heroicons to your `mix.exs`:
|
Add Heroicons to your `mix.exs`:
|
||||||
@ -11,7 +13,7 @@ Add Heroicons to your `mix.exs`:
|
|||||||
```elixir
|
```elixir
|
||||||
defp deps do
|
defp deps do
|
||||||
[
|
[
|
||||||
{:heroicons, "~> 0.3.1"}
|
{:heroicons, "~> 0.3.2"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
2
mix.exs
2
mix.exs
@ -4,7 +4,7 @@ defmodule HeroiconsElixir.MixProject do
|
|||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :heroicons,
|
app: :heroicons,
|
||||||
version: "0.3.1",
|
version: "0.3.2",
|
||||||
elixir: "~> 1.11",
|
elixir: "~> 1.11",
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
deps: deps(),
|
deps: deps(),
|
||||||
|
Reference in New Issue
Block a user