Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjabari committed Apr 29, 2022
1 parent 315322a commit aaa4800
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.0.1 Release - 2022-04-29

### Bugfixes

- fixing layout resolving issue when using the `turbo-rails` gem (like seen in a fresh Rails 7 setup)

## v3.0.0 Release - 2022-03-04

- same as v3.0.0.rc2
Expand Down
2 changes: 1 addition & 1 deletion lib/matestack/ui/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Matestack
module Ui
module Core
VERSION = '3.0.0'
VERSION = '3.0.1'
end
end
end

0 comments on commit aaa4800

Please sign in to comment.