Skip to content

Commit

Permalink
prepare for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Mar 16, 2023
1 parent 7c02cf6 commit 5407f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v0.5.2 (not released)
## v0.5.2 (2022-03-16)

- **improvement**: [improved mix phx.gen.storybook instructions](https://github.com/phenixdigital/phoenix_storybook/i
- **bugfix**: [fixed issue with nested story modules](https://github.com/phenixdigital/phoenix_storybook/issues/260).
Expand Down
2 changes: 1 addition & 1 deletion guides/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following to your mix.exs and run mix deps.get:
```elixir
def deps do
[
{:phoenix_storybook, "~> 0.4.0"}
{:phoenix_storybook, "~> 0.5.0"}
]
end
```
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.1"
@version "0.5.2"

def project do
[
Expand Down

0 comments on commit 5407f88

Please sign in to comment.