Skip to content

Commit

Permalink
Bump v2.3 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasknoepfle authored May 15, 2023
1 parent 83f7d2c commit 3f8cd0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v2.3.0 - 2023-05-15
- Add `Modal` component

## v2.2.0 - 2023-03-20

- Updated to LiveView 0.18.18
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The package can be installed by adding `bitstyles_phoenix` to your list of depen
```elixir
def deps do
[
{:bitstyles_phoenix, "~> 2.2"}
{:bitstyles_phoenix, "~> 2.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule BitstylesPhoenix.MixProject do
def project do
[
app: :bitstyles_phoenix,
version: "2.2.0",
version: "2.3.0",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 3f8cd0e

Please sign in to comment.