Skip to content

Commit

Permalink
releasing 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Jun 5, 2023
1 parent 4a2ed6e commit f1bbb51
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,5 +1,10 @@
# CHANGELOG

## v0.5.4 (2023-06-05)

- **bugfix**: [phx.gen.storybook alias to match storybook tailwind profile](https://github.com/phenixdigital/phoenix_storybook/pull/297).
- **bugfix**: [add LiveSocketOptions to support alpine.js](https://github.com/phenixdigital/phoenix_storybook/pull/295).

## v0.5.3 (2023-05-15)

- **bugfix**: [fixed hooks not being initialized](https://github.com/phenixdigital/phoenix_storybook/issues/268).
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 PhoenixStorybook.MixProject do
use Mix.Project

@version "0.5.3"
@version "0.5.4"

def project do
[
Expand Down

0 comments on commit f1bbb51

Please sign in to comment.