Skip to content

Commit bef2e38

Browse files
committed
v2.8.3
1 parent 60891d4 commit bef2e38

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
### 2.8.3 - 2025-02-21 22:12:41
3+
4+
- Allow for multiple instances of the `slide_over` component by @mitkins in https://github.com/petalframework/petal_components/pull/404
5+
- Bump ex_doc from 0.37.0 to 0.37.1 by @dependabot in https://github.com/petalframework/petal_components/pull/403
6+
27
### 2.8.2 - 2025-02-17 05:41:23
38

49
- Workaround for Slide Over and Modal with LiveView 1.0.4

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/petalframework/petal_components"
5-
@version "2.8.2"
5+
@version "2.8.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)