Skip to content

Commit 942fc7d

Browse files
committed
v2.8.0
1 parent 025faf3 commit 942fc7d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
### 2.8.0 - 2024-12-11 00:28:11
3+
4+
- Update for forms V1 and V2 to support LiveView 1.0 - https://github.com/petalframework/petal_components/pull/382 (thanks @joepstender for your contribution
5+
26
### 2.7.4 - 2024-12-04 20:57:07
37

48
- Bumped LiveView to 1.0

mix.exs

+1-1
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.7.4"
5+
@version "2.8.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)