Skip to content

Commit aaa4800

Browse files
committed
bumped version
1 parent 315322a commit aaa4800

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v3.0.0 Release - 2022-03-04
410

511
- same as v3.0.0.rc2

Diff for: lib/matestack/ui/core/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module Core
4-
VERSION = '3.0.0'
4+
VERSION = '3.0.1'
55
end
66
end
77
end

0 commit comments

Comments
 (0)