Skip to content

Commit 6cbe5c1

Browse files
authored
Merge pull request #524 from github/release-v2.22.1
release v2.22.1
2 parents ec91c69 + ed58485 commit 6cbe5c1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 2.22.1
6+
7+
* Revert refactor that broke rendering for some users.
8+
9+
*Joel Hawksley*
10+
511
## 2.22.0
612

713
* Add #with_variant to enable inline component variant rendering without template files.

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.0)
89+
view_component (2.22.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 = 22
7-
PATCH = 0
7+
PATCH = 1
88

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

0 commit comments

Comments
 (0)