We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315322a commit aaa4800Copy full SHA for aaa4800
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v3.0.1 Release - 2022-04-29
4
+
5
+### Bugfixes
6
7
+- fixing layout resolving issue when using the `turbo-rails` gem (like seen in a fresh Rails 7 setup)
8
9
## v3.0.0 Release - 2022-03-04
10
11
- same as v3.0.0.rc2
lib/matestack/ui/core/version.rb
@@ -1,7 +1,7 @@
module Matestack
module Ui
module Core
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
end
0 commit comments