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 f0b1141 + 94c101b commit b414440Copy full SHA for b414440
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 2.19.0
6
+
7
* Extend documentation for using Stimulus within sidecar directories.
8
9
*Ciprian Redinciuc*
lib/view_component/version.rb
@@ -3,8 +3,8 @@
module ViewComponent
module VERSION
MAJOR = 2
- MINOR = 18
- PATCH = 2
+ MINOR = 19
+ PATCH = 0
STRING = [MAJOR, MINOR, PATCH].join(".")
10
end
0 commit comments