Skip to content

Commit

Permalink
0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed May 15, 2023
1 parent ed30e32 commit f34d11d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# CHANGELOG

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

- **bugfix**: [fixed hooks not being initialized](https://github.com/phenixdigital/phoenix_storybook/issues/268).

## v0.5.2 (2022-03-16)
## v0.5.2 (2023-03-16)

- **improvement**: [improved mix phx.gen.storybook instructions](https://github.com/phenixdigital/phoenix_storybook/issues/252)
- **bugfix**: [fixed issue with nested story modules](https://github.com/phenixdigital/phoenix_storybook/issues/260).
- **bugfix**: [fixed broken generated stories](https://github.com/phenixdigital/phoenix_storybook/issues/251).
- **bugfix**: fixed theme strategy function not being called from Playground process.

## v0.5.1 (2022-03-15)
## v0.5.1 (2023-03-15)

- **change (breaking!)**: LiveView `0.18.7+` is required
- **bugfix**: fixed `HTMLEngine` [issue](https://github.com/phenixdigital/phoenix_storybook/issues/262) introduced by LiveView 0.18.7.
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.2"
@version "0.5.3"

def project do
[
Expand Down

0 comments on commit f34d11d

Please sign in to comment.