Skip to content

Commit 274fab0

Browse files
Merge pull request #551 from github/bmw/release-2.23.1
Bump version to 2.23.1
2 parents 755d17c + eaeebf5 commit 274fab0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 2.23.1
6+
57
* Fixed out-of-order rendering bug in `ActionView::SlotableV2`
68

79
*Blake Williams*

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GIT
8686
PATH
8787
remote: .
8888
specs:
89-
view_component (2.22.1)
89+
view_component (2.23.1)
9090
activesupport (>= 5.0.0, < 7.0)
9191

9292
GEM

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module ViewComponent
44
module VERSION
55
MAJOR = 2
66
MINOR = 23
7-
PATCH = 0
7+
PATCH = 1
88

99
STRING = [MAJOR, MINOR, PATCH].join(".")
1010
end

0 commit comments

Comments
 (0)