Skip to content

Commit e5e1c3d

Browse files
authored
Bump to 2.5.1 (#142)
1 parent d5913bc commit e5e1c3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## v2.5.1 - 2025-08-11
44

55
- Changed `ui_tabs` and `ui_tab_button` to follow accessibility guidelines: replaced the `<ul>` with a `<div role="tablist">` and instead of nesting the buttons inside `<li>`s they are now the direct children of the `div` and have a `role="tab"` set. As a side effect the gap between the tabs is now a little smaller.
6+
- Fix compiler warnings for elixir 17+ and upgrade dependencies.
67

78
## v2.5.0 - 2024-09-25
89

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule BitstylesPhoenix.MixProject do
44
def project do
55
[
66
app: :bitstyles_phoenix,
7-
version: "2.5.0",
7+
version: "2.5.1",
88
elixir: "~> 1.11",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)