Skip to content

Commit

Permalink
0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Nov 19, 2024
1 parent 9d46b43 commit ecfa5d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
>
> - You can also [sponsor me](https://github.com/sponsors/cblavier), as it would enable me to dedicate my free time to fixing bugs and > developing new features 🤗
## v0.7.0 (2024-11-19)

- **feature**: [support for dark mode](https://github.com/phenixdigital/phoenix_storybook/pull/425)

## v0.6.4 (2024-09-03)

- **improvement**: [:compilation_debug config option](https://github.com/phenixdigital/phoenix_storybook/pull/496) was added in `storybook.ex` to show/hide story compilation logs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add the following to your mix.exs and run mix deps.get:
```elixir
def deps do
[
{:phoenix_storybook, "~> 0.6.0"}
{:phoenix_storybook, "~> 0.7.0"}
]
end
```
Expand Down
3 changes: 2 additions & 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.6.4"
@version "0.7.0"

def project do
[
Expand Down Expand Up @@ -77,6 +77,7 @@ defmodule PhoenixStorybook.MixProject do

defp extras do
[
"guides/color_modes.md",
"guides/components.md",
"guides/icons.md",
"guides/sandboxing.md",
Expand Down

0 comments on commit ecfa5d4

Please sign in to comment.