We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40904cb commit be299bbCopy full SHA for be299bb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 7.3.0 (2024-09-06)
4
+
5
+- Use new resource_table component for user list [#213](https://github.com/AlchemyCMS/alchemy-devise/pull/213) ([tvdeyen](https://github.com/tvdeyen))
6
+- Compile CSS into Gem [#211](https://github.com/AlchemyCMS/alchemy-devise/pull/211) ([tvdeyen](https://github.com/tvdeyen))
7
8
## 7.2.0 (2024-06-07)
9
10
- Update Devise config for Turbo [#209](https://github.com/AlchemyCMS/alchemy-devise/pull/209) ([tvdeyen](https://github.com/tvdeyen))
lib/alchemy/devise/version.rb
@@ -1,5 +1,5 @@
module Alchemy
module Devise
- VERSION = "7.2.0"
+ VERSION = "7.3.0"
end
0 commit comments