Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrip committed May 22, 2024
1 parent d4b32c5 commit 4cb5de8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ Remove a `console.log` from the JS bundle.
## [v0.6.2] (2024-05-19)

Releasing new bundle (meant to compile it in `v0.6.1`).

## [v0.6.3] (2024-05-22)

- Documentation updates.
- Fixes invalid usage of Phoenix LiveView streams by moving the flashes outside the stream container.
- Fixes a bit of a visual issue when loading on non LV pages by setting opacity to 0.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ application:
```elixir
def deps do
[
{:live_toast, "~> 0.6.2"}
{:live_toast, "~> 0.6.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule LiveToast.MixProject do

use Mix.Project

@version "0.6.2"
@version "0.6.3"

def project do
[
Expand Down

0 comments on commit 4cb5de8

Please sign in to comment.