We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec91c69 + ed58485 commit 6cbe5c1Copy full SHA for 6cbe5c1
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## master
4
5
+## 2.22.1
6
+
7
+* Revert refactor that broke rendering for some users.
8
9
+ *Joel Hawksley*
10
11
## 2.22.0
12
13
* Add #with_variant to enable inline component variant rendering without template files.
Gemfile.lock
@@ -86,7 +86,7 @@ GIT
86
PATH
87
remote: .
88
specs:
89
- view_component (2.22.0)
+ view_component (2.22.1)
90
activesupport (>= 5.0.0, < 7.0)
91
92
GEM
lib/view_component/version.rb
@@ -4,7 +4,7 @@ module ViewComponent
module VERSION
MAJOR = 2
MINOR = 22
- PATCH = 0
+ PATCH = 1
STRING = [MAJOR, MINOR, PATCH].join(".")
end
0 commit comments