Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-s committed Dec 12, 2024
1 parent 12a96a2 commit eef79ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.1.0 (2024-12-12)

- Added support for Phoenix LiveView v1.0

## v3.0.0 (2024-10-18)

- Upgraded to Heroicons v2.1.5 and include new micro icons
Expand All @@ -14,7 +18,7 @@
Update the `ex_heroicons` dependency

```elixir
{:ex_heroicons, "~> 3.0.0"},
{:ex_heroicons, "~> 3.1.0"},
```

Add the `heroicons` dependency
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add `ex_heroicons` and `heroicons` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_heroicons, "~> 3.0.0"},
{:ex_heroicons, "~> 3.1.0"},
{:heroicons,
github: "tailwindlabs/heroicons",
tag: "v2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion lib/heroicons.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Heroicons do
def deps do
[
{:ex_heroicons, "~> 3.0.0"},
{:ex_heroicons, "~> 3.1.0"},
{:heroicons,
github: "tailwindlabs/heroicons",
tag: "v2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Heroicons.MixProject do
use Mix.Project

@version "3.0.0"
@version "3.1.0"

def project do
[
Expand Down

0 comments on commit eef79ce

Please sign in to comment.