Skip to content

Commit

Permalink
0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Jan 7, 2025
1 parent 8ceec50 commit 4033695
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
> - You can also [buy me a coffee](https://ko-fi.com/C0C316P9FN), as it would encourage me spending
> more of my free time to fixing bugs and developing new features 🤗
## v0.8.0 (not released)
## v0.8.0 (2025-01-07)

- **change (breaking!)**: requires `phoenix_live_view` 1.0.0 or higher
- **change (breaking!)**: requires `phoenix_live_view ~> 1.0.x`
- **feature**: [new tab to preview function components HTML](https://github.com/phenixdigital/phoenix_storybook/issues/534)
- **improvement**: [component documentation's markdown is properly formatted](https://github.com/phenixdigital/phoenix_storybook/issues/514)
- **improvement**: [component documentation's attribute stripping can be opted out by configuration](https://github.com/phenixdigital/phoenix_storybook/issues/515)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Add the following to your mix.exs and run mix deps.get:
```elixir
def deps do
[
{:phoenix_storybook, "~> 0.7.0"}
{:phoenix_storybook, "~> 0.8.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the following to your mix.exs and run mix deps.get:
```elixir
def deps do
[
{:phoenix_storybook, "~> 0.7.0"}
{:phoenix_storybook, "~> 0.8.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.7.2"
@version "0.8.0"

def project do
[
Expand Down

0 comments on commit 4033695

Please sign in to comment.