From be299bbea8a46c362abd3aaee2051ea6854f5356 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 6 Sep 2024 11:57:47 +0200 Subject: [PATCH] Bump alchemy-devise to 7.3.0 --- CHANGELOG.md | 5 +++++ lib/alchemy/devise/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a0158..f10babb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.3.0 (2024-09-06) + +- Use new resource_table component for user list [#213](https://github.com/AlchemyCMS/alchemy-devise/pull/213) ([tvdeyen](https://github.com/tvdeyen)) +- Compile CSS into Gem [#211](https://github.com/AlchemyCMS/alchemy-devise/pull/211) ([tvdeyen](https://github.com/tvdeyen)) + ## 7.2.0 (2024-06-07) - Update Devise config for Turbo [#209](https://github.com/AlchemyCMS/alchemy-devise/pull/209) ([tvdeyen](https://github.com/tvdeyen)) diff --git a/lib/alchemy/devise/version.rb b/lib/alchemy/devise/version.rb index 1522787..7f800fe 100644 --- a/lib/alchemy/devise/version.rb +++ b/lib/alchemy/devise/version.rb @@ -1,5 +1,5 @@ module Alchemy module Devise - VERSION = "7.2.0" + VERSION = "7.3.0" end end